Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
13 views2 pages

SCCM Installation Procedure

The document outlines the installation procedure for SCCM, including the creation of different servers (DC01, CM01, SRVAPP01 & 02) and the roles/features to be added to each server. It details the necessary configurations for the Domain Controller (DC01) and Configuration Manager (CM01) servers, including steps for setting up Active Directory and executing PowerShell commands. The document emphasizes the importance of ensuring internet connectivity and successful execution of schema extension commands during the installation process.

Uploaded by

biswadas2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views2 pages

SCCM Installation Procedure

The document outlines the installation procedure for SCCM, including the creation of different servers (DC01, CM01, SRVAPP01 & 02) and the roles/features to be added to each server. It details the necessary configurations for the Domain Controller (DC01) and Configuration Manager (CM01) servers, including steps for setting up Active Directory and executing PowerShell commands. The document emphasizes the importance of ensuring internet connectivity and successful execution of schema extension commands during the installation process.

Uploaded by

biswadas2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

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.

You might also like