Hi,
I am planning to copy all the share folders along with data to the new server ( server2) and decommission the old one (server1)
The other server is also on the same domain as server1. i want to use robocopy as it would copy with permissions.( so that i don't have to recreate the permission levels for the share folders in the new server)
Source : 10.0.90.12\D:\Share ( share folder has many subfolders and files)
Destination : it's also the same D drive .Have to create the same shares ( folder names). \\10.0.90.18\D:\Share
What command do i need to use ?
Please suggest
Thansk in advance