Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSWC.PermissionChecker

Status
Not open for further replies.

greg0303

Technical User
Joined
May 5, 2006
Messages
94
Location
CA
I am trying to write a script that reads folder permissions. I have found some information about MSWC.PermissionChecker object but when I run the script the first line:
Set Permissions = CreateObject("MSWC.PermissionChecker")
throws an error: ActiveX Component can't create object: "MSWC.PermissionChecker"
Anyone know anything about MSWC? Or dose anyone know a good way to check folder permissions on files? I am trying to run through folders checking if certain users have certain permissions.

Thanks.
 
For me, the MSWC.PermissionChecker object is available only in ASP under IIS.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
XCACLS is a cool tool, thanks for pointing me to that. Is there anyway to output the search results to a file?
 
Yes, use whatever command you want with a dump command, ie:

xcacls c:\windows >c:\exportfile.txt
 
No Problem!

xcacls and dsacls can be your friend!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top