HI
I have a Q regarding to copy NTFS Permssion from a folder to another one
I have a folder that is 200 GB and almost everyfolder have its permssion ..
I need to move this Folder to a new Location on a new server that is a new Domain controler for a new Domain Name
So Using NTBackup will not help even using the normal Copy
I need a way to copy the NTFS Permission from all the folder list to the New Folder on the new server
I try several methods, like export the
gci -path c:\123 -Recurse |foreach {get-acl} |Export-csv -path c:\123.csv and then run the command
import-csv -path c:\123 |set-acl -path d:\123
But this did not seem to help as and its not working
So I would like to know how can I export the ACL list and import the ACL without having to do the 200 GB of Permission
Thanks
<message edited by FarisNT on Friday, May 23, 2008 11:40 PM>