SCCM Installation
SCCM Installation
SCCM Installation
This document will guide you how to install and configure SCCM.
In this scenario, there are currently two servers in my VM environment:
SCCM1 – 192.168.1.3/24 (SCCM+WSUS) + Another NIC that has access to the internet (NAT
setting in VM) + Another Hard Disk for storing updates.
1. Create the system management container
With an admin user that is a member of Schema Admins group, In the
domain controller, go to Start - ADSI Edit
Click Finish
Verify the container has been created.
2. Grant SCCM Server Permissions on System Management Container
Click Next
Click Add
Click Next
Select Create a custom take to delegate and click on Next
Select This folder existing objects in this folder and creation of new objects in
this folder and click on Next.
Select General + Property-specific + Creation\Deletion of specific child
objects. Select Full Control and click Next
Click Finish
Verify delegation by right click on System Management - Properties
Go to Security Tab and verify that your server has full control
3. Extend Active directory schema for SCCM
Click on Unzip
Go to the folder C:\MEM_Configmgr_2023\SMSSETUP\BIN\X64
Right click on extadsch.exe and run as admin.
Tick all the sub selections under .NET Framework 3.5 and 4.8
You might be required to add additional features. Just verify you Tick include
management tools (if applicable) option and click on Add Features.
On Role Services
Note: It says E:\Sources\SxS but in my case D is the letter of the disc drive /
iso mounted drive in VM. (Windows server installation ISO)
Click on Install
Let it install…
Go to
https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-
install
Download Windows ADK (Currently Windows 11 22H2)
Download Windows PE add-on for the Windows ADK (Win11 22H2)
Select Install the windows assessment and Deployment Kit to this computer
and click next
Click Next
Click Accept after reading every sentence and every word of the EULA
Select Deployment Tools and User State Migration Tool (USMT) and click
Install
Install Windows PE add-on for the Windows ADK. Select Install the Windows
Assessment and Deployment Kit Windows Preinstallation Environment Add-
ons to this computer and click Next
Click Next
Click on Installation and select New SQL Server standalone installation or add
features to an existing installation and
For the sake of testing/lab environment, select Specify a free edition and
select Evaluation. If you have a valid Product Key, use the appropriate option.
Accept the license terms and click next
Select Use Microsoft Update to check for updates (recommended) and click
next
You might get a warning regarding your firewall. Click Next for now. You
might need to configure your firewall regarding certain ports.
https://learn.microsoft.com/en-us/sql/sql-server/install/configure-the-
windows-firewall-to-allow-sql-server-access?view=sql-server-ver16
From here
https://www.microsoft.com/en-us/download/details.aspx?id=104502
Note: Installation is set to the default folders. You might want to consider
installing to a different disk and/or partition for logs, test db production db
etc.
Click next
In this step,
change SQL Server Agent + Database Engine to DOMAIN\User and put the
user’s password.
Set SQL Server Agent to Startup Type Manual and Database Engine to
Automatic.
And tick the option Grant Perform Volume Maintenance Tasks privilege to
SQL Server Database Engine Service and click next
Click on Add Current User and if you want, add other users as well.
Note: It can be a good idea to add a security group instead of a specific user,
by clicking on Add… and add the appropriate security group.
Click Close
8. Install SQL Server Management Studio
https://learn.microsoft.com/en-us/sql/ssms/download-sql-server-
management-studio-ssms?view=sql-server-ver16
Download and run the setup.
Click on Yes on the UAC prompt.
Click on Install
It might take a while…
Click Close
Click on Connect after making sure the server name is entered correctly
Right click on your server and select Properties
Click Next
Click Next
Click next
Select WSUS Services + SQL Server Connectivity
In the above case, updates will be stored in E:\WSUS folder. Your path may
vary.
Note: Make sure to create the folder yourself before clicking Next
Type the FQDN of your server.
In this example, SCCM1 Is the name of the server and ronko.local is the fully
qualified domain name, so we will type SCCM1.ronko.local and click on Check
Connection
If you type it correctly, you’ll see Successfully connected to server. Click next
Click Install
Task is done
11. Install SQL Server 2022 Reporting Services
Run it
For the purpose of this lab environment select Choose a free edition and
select Evaluation and click Next
Select I accept the license terms after reading the whole terms and click next
Click next
Click on Install
Click on Yes
Click on Install
And click Yes on the UAC prompt
Click Next
Accept all the license terms after reading them of course… and click next
Select Download required files.
Click Browse… and create an empty folder for the required files. I created E:\
SCCM folder.
It is downloading…
Configure Site code, site name, installation folder and tick “Install the
configuration manager console”
Click Next
Make sure the option “Yes let’s get connected (recommended) is selected
and your server is written correctly. If you use a proxy server, set it here.
From SCCM installation media, go to SMSSetup folder – Tools folder and copy
CMTrace file locally. This is a file you can use to check for SCCM logs.
When you open it, it will ask to make itself the default viewer for log files.
Let it connect…
And you are done installing SCCM 😊