Tuesday, August 12, 2014

Use robocopy to move shares from one server to another

Environment:
old 2003 appliance server
new 2012 r2 on vmware.

On the 2012 server, run cmd as administrator:
robocopy \\(server where the files live)\share \\(server you want the files to go)\share /copyall /mir

This moved all folders, files and permissions.

No comments:

Post a Comment

Pulling local admin accounts on a windows system WITH POWERSHELL

 There’s a couple ways to get them, I’m sure you’ve been around the internet looking. The Powershell scripts I use: Get-LocalGroupMember -Gr...