File-server migration with Storage Migration Service, identity cutover, and ACL validation.
Full implementation plan for moving shared data and server identity while preserving ACLs, paths, and rollback options.
Full implementation plan for moving shared data and server identity while preserving ACLs, paths, and rollback options.
Storage Migration Service projects should begin with a precise inventory of shares, local groups, paths, scheduled tasks, backup jobs, DFS references, antivirus exclusions, and every client path assumption tied to the old server identity.
Runbook note: Treat identity cutover as the critical milestone. Copying data is the easy part; preserving host identity, ACL behavior, and application dependencies is where migrations succeed or fail.
Command path:
Get-SmbShareicacls D:\\Data /save acl-baseline.txt /tGet-LocalGroupGet-ScheduledTask | Select TaskName,StateGUI path: Windows Admin Center > Storage Migration Service inventory workflow, Computer Management > Shared Folders, and File Explorer security views.
The Storage Migration Service inventory phase surfaces share definitions, identities, and transfer issues early. Resolve mismatches there instead of discovering them during production cutover.
Command path:
Get-SmsTransferProgressGet-WinEvent -LogName "Microsoft-Windows-StorageMigrationService/Admin" -MaxEvents 50GUI path: Windows Admin Center > Storage Migration Service > Inventory, Transfer, and Cut over steps.
Before identity cutover, validate that copied data is usable by the same people and services that relied on the source server, including inherited and explicitly denied paths.
Command path:
robocopy \\\\OLD-FS01\\D$ \\\\NEW-FS25\\D$ /MIR /COPY:DATSOU /R:1 /W:1 /L /NFL /NDLicacls D:\\Data /verify /tGet-SmbShareAccess -Name DataGUI path: Windows Admin Center transfer reports, File Explorer > Security, and backup or monitoring consoles on the destination server.
During cutover, the destination inherits server identity or client targeting changes are applied. Keep that window narrow and validate name resolution, SMB sessions, permissions, and backup visibility immediately.
Command path:
Get-SmbSessionTest-Path \\\\OLD-FS01\\DataResolve-DnsName OLD-FS01Get-WinEvent -LogName System -MaxEvents 50GUI path: Windows Admin Center > Storage Migration Service > Cut over and DNS or DFS management tools used to validate identity change.