Thursday, January 21, 2010

Copy NTFS security info.

To copy NTFS information from a volume on Windows 2008 sp2:
robocopy \\fs01\ustore c:\temp\ustoresec /secfix /copy:SOT /E
I will copy the directory structure with security information for folders - no individual files.
S - security
O - ownership
T - timestamp
E - copy all subdirectories including empty

No comments:

Post a Comment