SCCM 2012 RC – Install Console on remote client

How to deploy the System Center Configuration Manager 2012 console to clients:

1. Create an Application for SCCM 2012 Console
2. Copy the install files to your Package source location, the console installation files resides in [SCCM2012InstallDirectory]toolsConsoleSetup (The file is also on the installation source below SMSSETUPBINI386). Inside the installation folder, there is also an executable to install the console.
3. Add an MSI deployment type, and chose the “AdminConsole.msi”, as “Installation program” use:
msiexec /i “adminconsole.msi” DEFAULTSITESERVERNAME=”[YourSCCMServer-FQHN]” TargetDir=”%programfiles%SCCM2012Console” /qn

If you omit to use “TargetDir”, the Installation will fail.

2012 01 28 Edit:
The explanation above is for release candiate 1 (RC1), please refer this post for RC2:
https://blog.hosebei.ch/2012/01/29/sccm-2012-rc2-install-console-on-remote-client-language-pack/

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.