Retain permissions

  • Thread starter Ber via WinServerKB.com
  • Start date
B

Ber via WinServerKB.com

Hi!
I need to move a large shared directory which contains multiple shared
directories from one server to another and retain all shares and permissions.
Is there an easy way to do this?
 
P

Pegasus \(MVP\)

Ber via WinServerKB.com said:
Hi!
I need to move a large shared directory which contains multiple shared
directories from one server to another and retain all shares and permissions.
Is there an easy way to do this?

Export from the registry the branch
hklm/system/currentcontrolset/services/lanmanserver/shares
to a file, then import it on the new server.

Use xcopy.exe or robocopy.exe to copy the various folders.
Both commands have a switch to copy permissions.
 
J

Joseph7

You don't need to export anything. You can do all of the work with Secure
Copy. This tool can copy permissions and even the shares and shares
permissions too. It will save you a lot of time. Hope this helps!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top