Download XCALS from Microsoft web site XCALS download link Extract XCALS in c:\windows folder of your server Create a test.cmd folder in c:\Windows folder of your server and type the following in test.cmd folder @echo off For /D %%A in … Continue reading
Tag Archives: NTFS Permission
Copy one folder to another retaining its NTFS permissions
Gallery
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.