由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - Re: Pls help !Re: how can i export user list
相关主题
Re: windows Script languageRe: 被vista搞郁闷了
windows2003: 再次走向字符界面Re: [转载] unicode, vbscript
Re: Windows 2000 Server 请教新手问题:求可以minimize 单个window的script
Re: 能不能通过script给windows 2000安装SP?[合集] SOS!!!!!!!!!! Explorer Problem
Re: windows xp 安装完后 serial no. 存储在什么地方?[合集] SOS!!!!!!!!!! Explorer Problem
【分享】开始→运行→命令 集锦!excel 数据中间有‘|’ (转载)
定时kill process的另一个办法convert mapped drive letter to full path in vbscript
XP 慢得像蜗牛save a VBA macro in excel using vbscript
相关话题的讨论汇总
话题: wmi话题: pls话题: export话题: user话题: dim
进入Windows版参与讨论
1 (共1页)
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="
1 (共1页)
进入Windows版参与讨论
相关主题
save a VBA macro in excel using vbscriptRe: windows xp 安装完后 serial no. 存储在什么地方?
[求助] 用VBScript 在EXCEL画图的问题 (转载)【分享】开始→运行→命令 集锦!
打开spreadsheet怎么让它default显示最后一行?定时kill process的另一个办法
QA position at Rockville, MD (转载)XP 慢得像蜗牛
Re: windows Script languageRe: 被vista搞郁闷了
windows2003: 再次走向字符界面Re: [转载] unicode, vbscript
Re: Windows 2000 Server 请教新手问题:求可以minimize 单个window的script
Re: 能不能通过script给windows 2000安装SP?[合集] SOS!!!!!!!!!! Explorer Problem
相关话题的讨论汇总
话题: wmi话题: pls话题: export话题: user话题: dim