Display all shares/permissions

A

Andrew R. Siegel

Is there a tool that will look at a server and report all
the folders' share and security permissions. I need to
rebuild a server and don't really want to look at a few
hundred folders to determine their shares and permissions.

Thank you.

Andy
 
P

Pegasus \(MVP\)

The command

cacls.exe d:\*.* /t

will display your NTFS permissions. You should not use
share permissions - NTFS permissions are much more
powerful, and using both will lead to confusion.

The command

net share

will list all existing shares.
 

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