Tool to backup and restore share and NTFS permissions


i in process of migrating data from a file server in domain file server in different domain. using robocopy migrate data , exporting shares manually file server registry. 

i researching tool can backup both share , ntfs permissions on root folder (and subdirectories) in source domain , restore them in target domain.  have not looked subinacl yet know not supported on server versions after windows 2003. prefer powershell have run issues long filenames during testing phase. powershell script looks this:

get-childitem -path g:\dept -recurse | where-object {$_.psiscontainer} | get-acl| select-object path -expandproperty access | export-csv c:\scripts\tony\acl-dept-ntfs.csv
both servers running windows 2008 r2

they'll on here powershell.

https://social.technet.microsoft.com/forums/windowsserver/en-us/home?forum=winserverpowershell

 

 

 



regards, dave patrick ....
microsoft certified professional
microsoft mvp [windows server] datacenter management

disclaimer: posting provided "as is" no warranties or guarantees, , confers no rights.



Windows Server  >  File Services and Storage



Comments

Popular posts from this blog

some help on Event 540

WMI Repository 4GB limit - Win 2003 Ent Question

Event ID 1302 (error 1307) DFS replication service encountered an error while writing to the debug log file