Today,i have tested the Installation of SCCM console Via software distribution,so thought of sharing with you here.
This requries to have SCCM 2007 setup Media and i have tested this on Windows 7 Machine.
Step 1: Open a note pad file and copy the below syntax ,save it as as console_unattended.cmd in your SMSsetup folder which you can find under configmgr07 setup.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Hi,
Today,i have tested the Installation of SCCM console Via software distribution,so thought of sharing with you here.
This requries to have SCCM 2007 setup Media and i have tested this on Windows 7 Machine.
Step 1: Open a note pad file and copy the below syntax ,save it as as console_unattended.cmd in your SMSsetup folder which you can find under configmgr07 setup.
REM Install Console
%~dp0\bin\i386\setup.exe /script %~dp0\console_unattended.ini
Step 2: open another notepad file and copy the below syntax and save it as console_unattended.ini under SMSSETUP as you did above
[identification]
Action=InstallAdminUI
[Options]
SMSInstallDir=c:\SMSADMIN
ParentSiteServer=C01
SDKServer=in-cm01
Where C01 is site My SCCM code and in-cm01 is My SCCM site server name.
Stpe 3: Move onto Pckages node and Right click on PAckages,say Create New package shown below.
click next to provide the SCCM Console sorce path .You can select either UNC path or local drive.
Once this is done,you will see similar kind of window:
Click next, next,next until you see all green boxes shown below:
Once this is done ,update the Distribution Point with thsi Package.
Move to programs node and create a new progam for this package with command line shown below:
Check the properties of the progrma that you have created .
then move onto advertisemnts node--> Create an avdertisement using his package,program and make it avilable to the requested computers (collection).
Note: Creation of advertisemnt is not shown here as there are many guides avilable how to do it.
Hope it helps someone
Share this post
Link to post
Share on other sites