avatar
Re: Windows 2000 Server 请教# Windows - 看得见风景的窗口
e*s
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
avatar
e*s
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,
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。