[IronPython] FW: VBScript issue

Ernst, Nathan Nathan.Ernst at citadelgroup.com
Fri Jan 6 01:55:16 CET 2006


Keith, try looking at the windows management interface objects (WMI).
This is likely something you can query with WMI, and WMI is accessible
via COM (and of course thus VBS).

-Nathan

-----Original Message-----
From: users-bounces at lists.ironpython.com
[mailto:users-bounces at lists.ironpython.com] On Behalf Of Keith J. Farmer
Sent: Thursday, January 05, 2006 5:29 PM
To: users-ironpython.com at lists.ironpython.com
Subject: [IronPython] FW: VBScript issue

A buddy of mine is trying to get information that I don't know how to
locate off-hand.  Perhaps someone here knows how.  This could be a good
IP example.. ;)

 
________________________________

I am trying to use VBScript natively to access some info that isn't
(AFAIK) available without shelling out and using something like
NTRights.exe or SecEdit.exe.  Some of the things I am trying to get info
on are the objects in the User Rights Assignment from the Local Security
Policy for security audits.  We do this with VBScript so that all the
windows machines will support the scripts.  But since shelling out is
kinda slow, I would like to find a way to avoid that.  I don't know if a
custom COM or .NET object would allow access to these objects without
shelling out, but that is the only option I can think of at this point.
 
_______________________________________________
users mailing list
users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list