3 Best Ways to Install SCCM Console on Windows 10

Prajwal Desai
Posted by Prajwal Desai
Install SCCM Console on Windows 10

In this post, I will cover the 3 best ways to install SCCM console on Windows 10 computers. I’ll demonstrate how to remotely install the Configuration Manager console using the command prompt, as well as talk about log files that are related to the ConfigMgr console.

When you install SCCM, the console is also installed on the server. The SCCM admins use the console to manage the Configuration Manager environment. Using the Configuration Manager console, you can either connect to a central administration site or a primary site. However, you cannot connect a Configuration Manager console to a secondary site.

It is not advised to use the console installed on the site server if you have a team that regularly uses SCCM console to complete daily tasks. I would suggest that IT professionals install the console on their laptops instead.

In my previous post on SCCM console deployment, I covered the steps to package and deploy the Configuration Manager console using SCCM. If you want to deploy the SCCM console using SCCM, you can use the steps mentioned in that post. In this post, I will cover the manual installation of the ConfigMgr console. It is always good to know the alternate ways to install the SCCM console.

I have also published a dedicated guide on installing the SCCM console on Windows 11 devices. Although the console installation methods are similar, ensure you read the prerequisites section.

Where can I find SCCM Console Source Files?

When you install SCCM (current branch 1902 and above), the console installs files are available at two locations:

  • On Configuration Manager Site server: <ConfigMgr site server installation path>\Tools\ConsoleSetup
  • SCCM installation media: <Configuration Manager installation media>\SMSSETUP\BIN\I386

You can browse to either of the above locations and grab the console install files.

#1. Install SCCM Console on Windows 10 Using Setup Wizard

To manually install SCCM Console on a Windows 10 computer using the Setup Wizard:

  • First of all, you need source files for SCCM Console installation copied over to Windows 10 computer.
  • From the SCCM installation Media, launch the splash.hta.
  • Under Tools and Standalone components, click Install Configuration Manager console.
SCCM Console Installation
Install SCCM Console on Windows 10 Using Setup Wizard

You now see Configuration Manager Console setup wizard. Click Next.

SCCM Console Installation
Install SCCM Console on Windows 10 Using Setup Wizard

Specify the site server name (FQDN). Click Next.

Provide site name
Install SCCM Console on Windows 10 Using Setup Wizard

That’s the default location for console installation. Click Next.

console install path
Install SCCM Console on Windows 10 Using Setup Wizard

To initiate the console install, click Install.

Completion
Install SCCM Console on Windows 10 Using Setup Wizard

The Configuration Manager console installation is complete on Windows 10 computer. Click Finish.

SCCM console installed
Install SCCM Console on Windows 10 Using Setup Wizard

#2. Install Configuration Manager Console on Windows 10 Using ConsoleSetup

If you don’t have the SCCM installation files with you, you can still install the console. The installation steps are pretty much same as shown above. Most of all there is a slight change in deploying Configuration Manager console in SCCM 1902.

In earlier versions of SCCM, we only used consolesetup.exe to package and deploy the console. However starting with SCCM version 1902, you need all the below files to install the console properly.

  • ConsoleSetup.exe
  • AdminConsole.msi
  • ConfigMgr.AC_Extension.i386.cab
  • ConfigMgr.AC_Extension.amd64.cab

The Console Setup files are located here – <ConfigMgr site server installation path>\Tools\ConsoleSetup

First of all copy entire ConsoleSetup folder on Windows 10 machine. Right-click ConsoleSetup and Run as administrator. On the Configuration Manager Console Setup window, click Install.

Manually install SCCM console

The console installation is complete. Click Finish.

Manually install SCCM console

#3. Install ConfigMgr Console on Windows 10 via Command Prompt

You can install the ConfigMgr console on Windows 10 devices by using Command Prompt and the following steps:

  • Run the command prompt as administrator.
  • Change the path to a folder that contains Configuration manager console setup files.
  • Now run the below command to install the SCCM console.
ConsoleSetup.exe /q TargetDir="%ProgramFiles%\ConfigMgr Console" DefaultSiteServerName=MyServer.Contoso.com
SCCM console command prompt
Install ConfigMgr Console on Windows 10 via Command Prompt

Since we are using the /q switch in the console install command, the Configuration Manager console installation is unattended. In addition to the above command, Microsoft supplies another command to install the console with language packs.

Console is installed by default with English set as the default language. In order to specify the path to the folder containing the language files, use the command below with the LangPackDir switch. Read the following guide to change the language of ConfigMgr console.

ConsoleSetup.exe /q TargetDir="C:\Program Files\ConfigMgr Console" DefaultSiteServerName=MyServer.Contoso.com LangPackDir=C:\Downloads\ConfigMgr

SCCM Console Log Files

Finally, I will cover about SCCM console log files. The log files are important when you see the console installation fails or any errors related to console. The below table lists all the all console log files.

Console Log File NameDescriptionLocation of Log File
ConfigMgrAdminUISetup.logRecords the installation of the Configuration Manager console.Computer that runs the Configuration Manager console
SmsAdminUI.logRecords information about the operation of the Configuration Manager console.Computer that runs the Configuration Manager console
Smsprov.logRecords activities performed by the SMS Provider. Configuration Manager console activities use the SMS Provider.Site server or site system server
Share This Article
Prajwal Desai
Posted by Prajwal Desai
Follow:
Prajwal Desai is a Microsoft MVP in Intune and SCCM. He writes articles on SCCM, Intune, Windows 365, Windows Server, Windows 11, WordPress and other topics, with the goal of providing people with useful information.
8 Comments