SCCM installation procedure
Create Different Servers
Create different VMs for Different servers like DC01, CM01, SRVAPP01 & 02, etc.
Add Roles
Add different type of roles to different machine as below,
1. DC01 (Domain controller) Server:
On this server, the new roles need to be added as below,
a. Role: Active Directory Domain Service
b. Role: Web Server (IIS)
c. Features: .Net Framework 3.5 Features - Default
d. Features: .Net Framework 4.6 Features - Default
e. Features: Background intelligent Transfer Service (BITS) – Full
f. Remote Differential Compression
2. CM01 (Configuration Manager) Server:
On this server, the new roles need to be added as below,
a. Role: Web Server (IIS)
b. Features: .Net Framework 3.5 Features - Default
c. Features: .Net Framework 4.6 Features - Default
3. Other production Servers:
On these servers, the new roles need to be added as below,
a. Role: Web Server (IIS)
b. Features: .Net Framework 3.5 Features - Default
c. Features: .Net Framework 4.6 Features - Default
DC server configurations:
Need to follow the below steps at DC01 Server before installing the SCCM in CM server.
1. Open “ADSI Edit” and connect to LDAP server.
2. Select “CN=System”, and add new object (by mouse right click) > container > System Management.
3. Select Properties (by mouse right click) of newly created object “CN=System Management” at “CN=System”,
and select the Security tab. Add the SCCM server (find the object type: Computers) machine name at the list
with full control.
4. Click the “Advanced” button in that security tab and Edit the “SYSTEM” from the list. Then change the
“Applies to” from “The object only” to “The object and all descendant objects”.
CM server configurations:
Need to follow the below steps at CM server to install the SCCM.
1. Open PowerShell in admin mode, run the command “Set-ExecutionPolicy RemoteSigned” and type “Y”.
Before that please make sure as internet is working at this server.
2. Now, we need to run with admin mode to the “ExtADSch.exe” file, which is present at SCCM installer root\
SMSSETUP\BIN\X64 and this will generate a log file at C:\ExtADSch.txt. if this txt contains “Successfully
extended the Active Directory schema” text, then it is succeed.
3.