Here is simple but handy command to copy a folder to another retaining all NTFS permissions
Go to command prompt and type
XCOPY \\oldserver\olddata \\newserver\newdata /Y /X /O /E /H /K /C
Or
XCOPY /? to find more.
Here is simple but handy command to copy a folder to another retaining all NTFS permissions
Go to command prompt and type
XCOPY \\oldserver\olddata \\newserver\newdata /Y /X /O /E /H /K /C
Or
XCOPY /? to find more.