Re: Pls help !Re: how can i export user list# Windows - 看得见风景的窗口
e*s
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="
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="