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.csvboth 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
Post a Comment