Link to home
Start Free TrialLog in
Avatar of ansa45
ansa45Flag for United States of America

asked on

WMI Class for NTFS Shares Permissions

Does anyone know the WMI Class that can get NTFS Shares and permissions on a computer where I can run the script on?  I know the Win32_Share class will get me all the shares, but it doesn't pick up the permissions on that share.

Thanks
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

I believe that should be Win32_SecurityDescriptor.

Example:

Create Share and setup Share Permissions
http://cwashington.netreach.net/depo/view.asp?Index=1068
ASKER CERTIFIED SOLUTION
Avatar of ansa45
ansa45
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It would be nice to know how you got it solved.