e*********s 发帖数: 200 | 1 WMI, WMI, you can scripting to query almost everthing in windows using WMI :-)
put the following into a .vbs file and run it, you need to modify the domain
controller name and group name (there may be bugs in the vbscript i used a
long long time ago, use at your own risk :-)
You can copy the results into a text file or windows cliboard, if you prefer.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
dim alocator
dim aservice
strDomainControllerName = "mydomain"
strGroupName=" |
|