SCCM2007 Client Install
Has anybody got a vbs script that can install the SCCM2007 client on computer startup? I know this may be kind of tricky since the install process is kinda like this:
1.) Program does initial installation
2.) Waits until reboot to continue
3.) After reboot installs for like 5 minutes
1.) Program does initial installation
2.) Waits until reboot to continue
3.) After reboot installs for like 5 minutes
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Lucid
16 years ago
Overview of Configuration Manager Client Deployment: http://technet.microsoft.com/en-us/library/bb633063(TechNet.10).aspx
How to Install Configuration Manager Clients Using Group Policy: http://technet.microsoft.com/en-us/library/bb633010(TechNet.10).aspx
About Configuration Manager Client Installation Properties: http://technet.microsoft.com/en-us/library/bb680980(TechNet.10).aspx
Sample VBScript command:objWshShell.Run """\\ServerName.xxxx.xxx \SMSClient\ccmsetup.exe"" /mp:ServerName /logon SMSSITECODE=SiteCode /retry:2", 1, True
A lot is going to depend on how you're going to install the client and if you can do an immediate restart, or have to wait for some other process to finish...
How to Install Configuration Manager Clients Using Group Policy: http://technet.microsoft.com/en-us/library/bb633010(TechNet.10).aspx
About Configuration Manager Client Installation Properties: http://technet.microsoft.com/en-us/library/bb680980(TechNet.10).aspx
Sample VBScript command:
A lot is going to depend on how you're going to install the client and if you can do an immediate restart, or have to wait for some other process to finish...
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.