Tech Support > Microsoft Windows > Windows Server > Tool to show Share and Security Permissions
Tool to show Share and Security Permissions
Posted by Erotsreeb on August 31st, 2005


Hey there,

I am looking for a tool to look through a server for each shared resource
and pipe out a list of shared and security permissions. Does something like
this exist?

Thanks

Posted by Pegasus \(MVP\) on August 31st, 2005



"Erotsreeb" <Erotsreeb@discussions.microsoft.com> wrote in message
news:8BD7BC51-4FA0-49AF-988D-B9A6D38B08F0@microsoft.com...
You can list all file and folder security permissions with this
command:

cacls d:\*.* /t

You should not really use share permissions. File and folder
permissions can do everything that share permissions can,
plus a lot more. Share permissions would be useful on FAT
volumes only.



Posted by Erotsreeb on August 31st, 2005


I know, I am fixing a mess Thanks for the info!

"Pegasus (MVP)" wrote:


Similar Posts