Scripting Share Permissions

B

Bruce Pettus

How can I list share permissions via command line
utility, WMI or any other built-in non-GUI OS
functionality for Windows 2000 and 2003?

I need to enumerate all existing shares and who has
permissions on those shares so I can migrate them from
server to server.
 
S

Steven L Umbach

Srvcheck is a Resource Kit tool that can list share permissions and is available in
the link below.

http://www.petri.co.il/download_free_reskit_tools.htm

Dupsec is also a helpful tool from SomarSoft.

http://www.somarsoft.com/

Xcopy can copy explicit ntfs permissions with the /o switch and showacls can display
ntfs permisions. The link below may also be helpful. Refer to the section that
discusses using robocopy and permcopy. --- Steve

http://www.microsoft.com/resources/...2003/all/deployguide/en-us/sdccc_fsv_ogzt.asp
 

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