Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to document Permissions Structure?

Status
Not open for further replies.

bev

Programmer
Jan 10, 1999
39
0
0
US
Our Division is being transferred from 1 department to another. That means all our file folders need to migrate. Currently our folders are on Windows 2000 servers with Active Directory. Is there a way to document the current User and Group Permissions so that we can recreate it on the new server? Or what is the best way to handle it in order to minimize needing to recreate each folder permission manually?

Thanks in advance for your help. I'm not a Server Admin, just a techie user whose involved.

Bev

 
For documentation purposes, you can use the SHOWACLS resource kit tool to dump the ACLs for all folders starting from the root and "pipe it" to a text file;

Ex) C:> SHOWACLS *.* /S > ACL_FOR_C.TXT

The output isn't pretty but it does it's job.


 
I agree with pgaliardo - Robocopy, it will copy your NTFS permissions. Just document your shares (sharename(s), permissions). If you need to document all folders and files on the file surver, another suggestion is DumpSec.exe (find on the net).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top