Scripting Share Permissions

  • Thread starter Thread starter Bruce Pettus
  • Start date Start date
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.
 
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
 
Back
Top