Not sure if this is possible.
I am using Robocopy to migrate 500GB of data from one server to another.
Robocopy allows you to maintain the File *security* permissions, but as some of these folders are shares, it does not create those for you.
Checking through the shares on the original server, the majority seem to be set to Everyone Full Control (Which is simple enough) but is there a way I can get a set of file share permissions migrated in a few commands (As opposed to laboriously trying to check each folder share)
Any ideas?
Wonder if xcacls can do this. (Though without running the command and browsing through the parameters I can feed it, I fear this may only be able to handle File Security level stuff too)
EDIT
http://support.microsoft.com/default.aspx/kb/318754
How to use Xcacls.exe to modify NTFS permissions (doh)