• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Copying File Shares between servers?

Chiefcrowe

Diamond Member
So I have a 2003 server and a 2008 R2 server, and I want to copy a bunch of folders from my file share from 2003>2008R2. What is the best way to do this and maintain the folder permissions, since I have several that all have different users who have access to them?

thanks!
 
robocopy and registry export for the share permissions.

Robocopy has the /COPYALL option for maintaining the permissions.
 
I think PowerShell 3 introduced a cmdlet for managing shares. Might be worth looking into as well.
 
Back
Top