Migrate file server from 2012 Standard to 2019

Jim 271 Reputation points
2023-05-07T17:14:12.06+00:00

I have another thread regarding his migration here. It was though I should ask this in a separate thread.

Basically I will need to migrate the file server portion of the old 2012 standard server to the new, 2019 server.

My plan was, once I got the new server in place and set up as a member server on the domain, not a DC yet, I would robocopy all the data to it, preserving the rights.

robocopy.exe "\MainDC\Companyshare" "C:\CompanyShare" /COPYALL /SECFIX /E /XO /R:1 /W:1 /nfl /ndl /LOG+:"C:\Temp\companyshare.log"

Then go through with the rest of the migration and finally run that same robocopy job one more time before removing the old DC from the network.

Sound like a plan?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
632 questions
0 comments No comments
{count} votes

Accepted answer
  1. Dave Patrick 426.1K Reputation points MVP
    2023-05-12T19:35:28.6366667+00:00

    Sure, using robocopy should be fine to do.

    https://learn.microsoft.com/en-us/azure/storage/files/storage-files-migration-robocopy#phase-3-robocopy

    --please don't forget to upvote and Accept as answer if the reply is helpful--


3 additional answers

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2023-05-08T14:47:10.15+00:00

    As a work-around and assuming other domain controllers you could demote this one, then as a member server a local user account would be possible.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

  2. Dave Patrick 426.1K Reputation points MVP
    2023-05-07T18:46:13.62+00:00

    You could follow along here.

    https://learn.microsoft.com/en-us/windows-server/storage/storage-migration-service/migrate-data

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  3. Dave Patrick 426.1K Reputation points MVP
    2023-05-08T12:39:02.1533333+00:00

    May make sense since there are no local users on a domain controller.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    0 comments No comments