Does anybody know how to get the list of locally shared folders with ACLs and export the list to a file?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You can use Powershell to do this. gwmi -class win32_share will get a list of shares. This guy's script will help you retrieve the permissions.

link|improve this answer
Thank you for this. I'll give it a shot. What I've tried is Sharenum from Sysinternals, it seems to be working, but there are some issues in windows server 2003 domain. – inhabitant Sep 6 '11 at 14:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.