Forum Discussion
KapurAl
Nov 07, 2019Copper Contributor
SCCM
Please tell me how can I install SCCM on windows server, Ty
apart from documents and texts, there are a series of videos made by a software engineer, I myself personally used them to learn a lot so I hope it will be useful for you too.
01 - How to Install SCCM Current Branch Step-By-Step Guide
https://www.youtube.com/watch?v=amrg_mlFvuk
02 - Microsoft SCCM Post Installation Basic Configurations
https://www.youtube.com/watch?v=vZpuBrs0LwM
03 - How To Configure Microsoft SCCM to Use HTTPS/PKI
https://www.youtube.com/watch?v=nChKKM9APAQ
There are more videos on that series in his channel, again I don't know who that person is but these videos are real gem for people who want to dive into SCCM learning quickly.
5 Replies
Sort By
- lavanyasreepadaCopper Contributor
Hi KapurAl
Installing the SCCM console from a command prompt always installs the English version. This behavior happens even if the target computer’s OS is set to a different language. So if you want to install any other language version of the SCCM console, then you need to run the setup using console setup wizard.
- Open the SCCM Console Setup Wizard, double-click consolesetup.exe
- On the Site Server page, enter the fully qualified domain name (FQDN) of the site server to which the SCCM console connects
- On the Installation Folder page, enter the installation folder for the SCCM console
- On the Ready to Install page, select Install to install the SCCM console
Don’t Install Console Using AdminConsole.msi
Always install the SCCM console by using consolesetup.exe. Although you can install the SCCM console by running adminconsole.msi, this method doesn’t run prerequisites or dependency checks. The installation might not install correctly.
Install the SCCM console from a command prompt
If you want to install the English version of the SCCM console, then you can use the command prompt to install the console. Otherwise, you can install the console using the wizard. At the command prompt, type consolesetup.exe from the folder where console installation source files.
The LangPackDir parameter of consolesetup.exe specifies the path to the folder that contains the language files. You can use Setup Downloader to download the language files. If you do not use this option, Setup looks for the language folder in the current folder. If the language folder is not found, Setup continues to install English only. I would recommend reading Setup Downloader documentation for more details.
Thanks in Advance
Lavanya Sreepada
You can follow along here.
and reach out to subject matter experts in dedicated forums over here.
https://social.technet.microsoft.com/Forums/en-US/home?category=ConfigMgrCB
- Hi, which Windows server version/build are you using?
- KapurAlCopper Contributorhello.
windows server 2019 evaluationapart from documents and texts, there are a series of videos made by a software engineer, I myself personally used them to learn a lot so I hope it will be useful for you too.
01 - How to Install SCCM Current Branch Step-By-Step Guide
https://www.youtube.com/watch?v=amrg_mlFvuk
02 - Microsoft SCCM Post Installation Basic Configurations
https://www.youtube.com/watch?v=vZpuBrs0LwM
03 - How To Configure Microsoft SCCM to Use HTTPS/PKI
https://www.youtube.com/watch?v=nChKKM9APAQ
There are more videos on that series in his channel, again I don't know who that person is but these videos are real gem for people who want to dive into SCCM learning quickly.