ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

How To Migrate Shares and Files with ease by using Microsoft Storage Migration Service

By Vladan SEGET | Last Updated: February 18, 2019

Shares

Large migrations are not easy and so far, Microsoft did not have an efficient tool to do so. Admins had to use Robocopy at best in order to retain shares, NTFS permissions, and ownership of files and folders. In this post, we will discuss and details How To Migrate Shares and Files with ease by using Microsoft Storage Migration Service.

When you have many servers to migrate, you need a single tool manageable from a single pane of glass to proceed with migrations. Things are changing as Microsoft released Windows Server 2019 which introduced a new role called Storage Migration Service (SMS).

This new role will help you to seamlessly move off of legacy servers onto new targets on-premises and in Azure, without impacting your users, network, or security settings. You can migrate some old Windows servers (physical or virtual) into Azure IaaS, Azure File, on Prem, with this easy to use the tool.

It migrates permissions, share properties, encrypted attributes, network settings, names, and AD membership, but most importantly, files in-use.

There are some limitations

You can only transfer files within the same Microsoft Active Directory (AD) domain so you have to join the destination AD before launching the migration.

Also, currently SMS in this first release does not support migration between clusters in Windows server 2019.

SMS supports migrating from Windows Server 2003 and later operating systems. It cannot currently migrate from Linux, Samba, NetApp, EMC, or other SAN and NAS storage devices.

Also, migrating from the NTFS to REFS file systems isn’t supported. However, you can migrate from NTFS to NTFS and REFS to ReFS.

Overview of the service is below.

Storage Migration Service sources and destinations

What’s needed to get started?

  • A Source server – 2003 Server or higher, with some shares you want to migrate
  • A Destination server – 2012R2, 2016 or 2019
  • An Orchestrator Server – Windows server 2019
  • A PC or Server where you’ll install Windows Admin Center (WAC) – previously project Honolulu, which must be a minimum version of 1809. So, the best is to download a fresh copy as the product evolves rapidly.

As you can see, you do not need to migrate to Windows Server 2019 if you don’t want to. You can perfectly migrate to WS 2012R2 or WS 2016, however the transfer speeds will only operate at 50% of speed as the Storage Migration Services (SMS) proxy server Feature allows to boosts the file transfers when the WS 2019 is set as a destination.

And the only way is to install this feature at the WS 2019 as nor WS 2016 or WS2012R2 have it.

Firewall and security requirements:

Source and destination firewall requirements:

The source and destination computers must have some firewall rules enabled inbound

  • File and Printer Sharing (SMB-In)
  • Netlogon Service (NP-In)
  • Windows Management Instrumentation (DCOM-In)
  • Windows Management Instrumentation (WMI-In)

Orchestrator Firewall requirements:

  • The Orchestrator server computer must have the File and Printer Sharing (SMB-In) firewall rule enabled inbound.

Accounts requirements:

  • Admin Account on Source – You’ll need A migration account that is an administrator on the source computers.
  • Admin Account on Destination – A migration account that is an administrator on the destination computers.

System Architecture Requirements

The source and the destination host must be attached in the same domain.

Note: If you're migrating only a few servers and one of the servers is running Windows Server 2019, you can use that as the orchestrator. Which means you can use the Orchestrator as a destination. If you're migrating more servers, we recommend using a separate orchestrator server.

After installing Windows Admin Center (WAC) onto your machine (note: Just to let you know, you cannot install WAC onto a domain controllers) you will need to choose an Orchestrator server where you can Add new role called Storage Migration Service which also includes a Storage Migration Service Proxy acting as an accelerator of transfers.

Storage Migration Service and Proxy Features

Storage Migration Service and Proxy Features

I’ll show you my setup below, but know that this is just one example. In your own scenario you might be using different setup.

My lab has:

  • Orchestrator server VM – which is a Windows Server 2019 installed with SMS + SMS proxy. (Note that when you check the SMS feature, you have to check the sub-feature SMS proxy too.)
  • Source server VM – Windows server 2008R2 with some file shares as a demo.
  • Destination server VM – Windows Server 2019 (with SMS proxy)
  • A Server running Windows Admin Center (WAC) – this is a Server 2016 VM where I installed the WAC.

Here is the view from WAC

View from WAC

Other than that, the lab has two domain controllers, DNS and DHCP infrastructure in place but this is usual.

The lab architecture is on the illustration below

The lab setup

The preparation steps:

Step 1: Check requirements (firewall, roles, servers, domain membership)

Step 2: Install WAC (if you haven’t done already)

Step 3:  Install SMS and SMS proxy features on your Orchestrator server.

Step 4: (Optional) Install SMS proxy on your destination server (if it’s Server 2019 OS)

So, in this introductory post, I have explained the use cases for Microsoft Storage Migration Services (SMS) which is a really cool feature present in Windows Server 2019. We can clearly see that Microsoft wants us to embrace Azure, but listening to customers and allows the migration from “On-prem” to “On-prem” environments as well.

“How To Migrate Shares and Files with ease by using Microsoft Storage Migration Service – Part 2” is locked

How To Migrate Shares and Files with ease by using Microsoft Storage Migration Service – Part 2

This first release does not allow consolidating several servers (with the same share names) into one, but it may be added in future releases of Storage Migration Service. We’ll do a follow-up post where we’ll get into the details.

Source: Microsoft

More posts from ESX Virtualization:

  • Windows Server 2019 What's new?
  • Free Tool – HammerDB Benchmark Tool New Release
  • Chocolatey is a cool package manager for Windows
  • What's New in VMware Horizon 7.7
  • Free Tools
  • VMware Tools Offline VIB for ESXi Host – Bundle Download and Install
  • Upgrade Windows Server 2012R2 AD to Server 2016

Stay tuned through RSS, and social media channels (Twitter, FB, YouTube)

Shares
Vote !

| Filed Under: How To, Tips, Windows Server 2019 Tagged With: How To Migrate Shares and Files

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. James Cruce says

    February 17, 2019 at 12:32 am

    Very nice! I will definitely give this a try. It could be a real time saver.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in