Windows 2003 R2 file permissions
I have an existing Windows File server running Windows 2003 R2. I want to upgrade this to windows 2008 R2. The server has alot of other unecessary software installed, so I thought the besdt way for me to just install from scratch.
Currently the OS sits on c:\
Files sit on D:\
What could I use to save or copy the file permissions on all folders on the D:\ so that once the new OS is installed on the c:\ drive I could replicate those permissions back ?
thanks
There are several ways. Using xcopy with the /I switch will copy ACL information. Robocopy and the /SEC or /copy:DATS will include ACL information as well. Of course, you could leave the disk in tact and the data & perms will be fine.
One big caveat! If these ACLS are associated with local accounts (not AD accounts), the ACLs will be useless after a rebuild from scratch as the new accounts will have different SIDs.
Check more discussion of this question.
Related posts:
- Permissions not inherited in Windows 2003 when copying from other folder
- Windows Server 2003 Shared File Permissions
- How do I add file permissions with the command line in Windows Server 2003?
- Are Windows file permissions bound to the file, or the file system location?
- Is there a way access to all files of Windows 2003 regardless of permissions?
Leave a comment
Recent Posts
- Windows File Permissions and Attributes
- What is the easiest way to upgrade my existing Perl 5.14 to Perl 5.16 on FreeBSD 9 using the ports system?
- Know if mysql has done its job
- Redirect https .com to https .co.uk without a valid SSL cert on .com without DNS change
- Why is it a bad idea to use customer email as from address





