boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - Re: Windows 2000 Server 请教
相关主题
Re: 能不能通过script给windows 2000安装SP?
Re: 被vista搞郁闷了
Re: windows Script language
windows2003: 再次走向字符界面
Re: Pls help !Re: how can i export user list
Re: windows xp 安装完后 serial no. 存储在什么地方?
【分享】开始→运行→命令 集锦!
定时kill process的另一个办法
XP 慢得像蜗牛
How to install win2000 and Linux in a same machine?
相关话题的讨论汇总
话题: wmi话题: domain话题: windows话题: server话题: make
进入Windows版参与讨论
1 (共1页)
e*********s
发帖数: 200
1
Congratulations :-)
Its a good idea and sells for the low price :-)
About bulk installation, you can use SMS (system management server) with WMI
scripts to bulk install the software to all domain computers, but you need:
1. Make sure your setup is in Windows Installer format and can be run in
silent mode
2. write some WMI scripts and put them on their domain controller (or each
master domain node in their domain forrest)
3. Make sure the one who's going to install the software log in as a domain
e*********s
发帖数: 200
2
I am not sure about Win ME, it is not based on NT and may not have the
full-fledged WMI support.
Here is a sample WMI script (assuming you are familiar with WMI scripting) if
your client does not have SMS server
'****************************************
dim aRemotePc
Const wbemImpersonationLevelDelegate = 4
Const ThisDomainName = "ThisDomain"
aRemotePc = "remotePC1"
Set objWbemLocator = CreateObject("WbemScripting.SWbemLocator")
Set objConnection = objwbemLocator.ConnectServer _
(aRemotePc,
1 (共1页)
进入Windows版参与讨论
相关主题
How to install win2000 and Linux in a same machine?
Re: question about installing W2K
问问window xp格式化C盘的问题
求助IE问题
该装 x64 还是 professional (32bit)?
求救:电脑启动不了
徹底背微軟打敗了
大家有没有见过这个古怪问题?
Strange - 'Automatically installing device driver software' ??
让人头大的问题
相关话题的讨论汇总
话题: wmi话题: domain话题: windows话题: server话题: make