0% found this document useful (0 votes)
33 views

SCCM 1802 Install Guide Using Baseline Media

SCCM Guide

Uploaded by

Chetan Prajapati
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

SCCM 1802 Install Guide Using Baseline Media

SCCM Guide

Uploaded by

Chetan Prajapati
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 35

Home  SCCM 

SCCM

SCCM 1802 Install Guide Using Baseline Media


By Prajwal Desai Last updated Jul 27, 2018

This post is a Step-by-Step SCCM 1802 Install guide using Baseline Media. I was
waiting for SCCM 1802 baseline media to be released so that I can create a step-
by-step SCCM 1802 install guide. The last time that I created a bunch of step by
step guides was for SCCM 2012 R2. I will try my best to add all the information in
just one post. Basically I don’t want to split the info into parts because I know it is
time consuming and sometimes confusing as well.

SCCM 1802 Intro – We know that update 1802 for Configuration Manager current
branch is available as an in-console update. Here is my post that shows how to
install SCCM 1802 update. There are lot of new features and fixes in SCCM 1802.
You can apply this update on sites that run version 1702, 1706, or 1710. However if
you are installing SCCM for a new site, SCCM 1802 is now available as a baseline
version.

Who can use this guide – A lot of people had requested me to prepare a SCCM
1802 install guide. This is to install and get some hands on SCCM CB in lab setup.
If you are working as sys admin, SCCM admin or any profession that requires you
to work on SCCM, this guide should help you. I understand that not everyone
wants to try something new on prod setup directly. Though you might have access
to SCCM running in your prod setup, who would want to make changes without
approval ?. So the best thing is to have SCCM installed on your lab setup so that
you can try out things by yourself.
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-

SCCM 1802 Install Guide


out if you wish. – LabRead
Accept Setup
More
So here is what my SCCM 1802 lab setup includes. You can either use Hyper-V or
VMware as hypervisor. If you want to add more client operating systems in your
setup, feel free to do so. I will be using Windows Server 2012 R2 Datacenter as
operating system for installing SCCM and other roles. That’s my choice and I still
love 2012 R2 OS. You can use Windows Server 2016 if you want to.

Operating
Virtual Machine Name Roles Specs
System

Windows Active
Server 2012 Directory,
CORPAD.PRAJWAL.LOCAL 2GB Memory, 60GB HDD
R2 DNS,
Datacenter DHCP

Windows
Primary 12GB Memory, 120GB HDD
Server 2012
CORPSCCM.PRAJWAL.LOCAL Site for OS, 120GB HDD for
R2
Server SCCM Content
Datacenter

Windows 7
SP1
CORPWIN7.PRAJWAL.LOCAL Client 2GB Memory, 60GB HDD
Enterprise
x64

Windows 10
1709
CORPWIN10.PRAJWAL.LOCAL Client 2GB Memory, 60GB HDD
Enterprise
x64

SCCM 1802 Install Guide – Required Softwares


I will also be covering more things in SCCM 1802 install guide. We won’t be
installing SCCM 1802 directly. There are some softwares that are required and here
are the list of some of them.

Windows Server 2012 R2 Datacenter – You can get this OS if you have access to VLSC
or MSDN subscription. If you don’t have both you can straight away get it from
Microsoft Evaluation Center. You can try all the features for 180 days. The eval file types
are available as Azure, ISO, Virtual Lab, VHD. You can download ISO file for installing it in
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
lab setup.
out if you wish. Accept Read More
Windows 10 and Windows 7 – You can get the eval editions of Windows 10 and Windows
7 from here.
System Center Configuration Manager and Endpoint Protection (current branch –
version 1802) – Get the eval version from here.
Windows ADK – The latest version of ADK is 1709 and you can download it from here.
SQL Server – We will be using the latest version of SQL Server 2017 – Enterprise edition.
You can get the eval version from here. Other SQL server support versions are listed
here.

SCCM 1802 Install Guide – Installing Prerequisites


Here are some the steps that should be performed before you install SCCM. These
are mandatory and if you miss any of them, you might see errors or warning during
final setup.

SCCM 1802 Install Guide – Creating the System


Management Container
First of all we will create the “System Management” container and we will assign
the SCCM server full permissions on it. This is required for SCCM server to create
objects under the system container.

Follow the below steps to create System Management container.

1. Login to domain controller. Click Server Manager, Tools, click ADSI Edit.
2. Right click ADSI Edit and click Connect to.
3. On the Connection Settings window, the naming context should be Default naming
context. Click OK.
4. Expand Default Naming Context. Right click CN=System. Click New and create an
Object.
5. Select the class as container and click on Next.
6. Name it as System Management.
7. Click Next and click Finish to close the wizard.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
SCCM 1802 Install Guide – Grant SCCM Server
Permissions on System Management Container
After you create System Management container, you must delegate SCCM server
full permissions on System Management container. To do so follow the below
steps.

1. Launch Active Directory Users and Computers.


2. Click View and click Advanced Features.
3. Expand System, right click System Management and click Delegate Control.
4. Click Add. On select users, computers or groups window click on Object Types and
check for Computers as object types. Click OK.
5. Type the name of the primary site server computer account and click OK.
6. Add primary site server computer account and Click Next.
7. On the Tasks to Delegate page, click Create a custom task to delegate. Click Next.
8. Select This folder, existing objects in this folder and creation of new objects in this
folder. Click Next.
9. Select General, Property Specific and Creation/deletion of specific child objects.
This10. Underuses
website permissions,
cookies to click Fullyour
improve Control. When We'll
experience. you check the
assume box Full
you're Control,
ok with all the
this, but you other
can opt-
permissions gets checked
out ifautomatically.
you wish. Accept Read More
11. Click Next and click Finish to close the wizard.

SCCM 1802 Install Guide – Extending Active


Directory Schema
We will now see the steps to extend the Active Directory Schema using extadsch
utility. To extend Schema, use an account that is a member of the Schema Admins
security group. Be signed in to the schema master domain controller.

1. Locate the extadsch which can be found in SMSSETUP\BIN\X64 of the configuration


manager setup DVD.
2. Hold the shift key on your keyboard and right click extadsch and click on Copy as Path.
3. Launch the command prompt. Right click and click paste and hit enter.
4. You should see the line Successfully extended the Active Directory Schema.
5. Open the log file extadsch.log located in the root of the system drive. You should see the
line “Successfully extended the Active Directory Schema”.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
SCCM 1802 Install Guide – Enabling Web Server
Role
Based on OS that you use, Microsoft lists prerequisites for SCCM site and site
system servers. You can take a look at the post if you are using OS older than
server 2012.

To enable Web server role and other features, login to SCCM server. Click Server
Manager, click Manage, click Add Roles and Features. Click Select a server from
the server pool and click Next. Select Web Server (IIS) server role and click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Enable/Install the following features :-

.Net Framework 3.5 Features [Install all sub features]


.Net Framework 4.5 Features [Install all sub features]
BITS
Remote Differential Compression

Enable/Install the following Roles Services :-

Common HTTP Features – Default Document, Static Content.


Application Development – .NET Extensibility 3.5, ASP.NET 3.5, ISAPI extensions,
ASP.NET 4.5 and .NET Extensibility 4.5
Security – Windows Authentication.
IIS 6 Management Compatibility – IIS Management Console, IIS 6 Metabase
Compatibility, IIS 6 WMI Compatibility, IIS Management Scripts and Tools.

Complete the installation of all the features and role services and close the wizard.

SCCM 1802 Install Guide – Installing Windows


ADK 1709
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
When you deploy operating systems with Configuration Manager, the Windows
ADK is required. ADK is a collection of tools that you can use to customize, assess,
and deploy Windows OS to new computers. The latest version is ADK version 1709.
It is always good to download ADK offline so that it can installed quickly. To
download and install ADK offline refer this post.

Perform the below steps to Install Windows ADK 1709 for SCCM 1802. We will be
installing ADK on SCCM server.

Right click adksetup executable and click Run as Administrator.


Choose the default installation path and click Next.
Select Deployment Tools, Windows Preinstallation Environment and User State Migration
Tool.
Click Install. After ADK is installed click Close.

SCCM 1802 Install Guide – Installing SQL Server


2017
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
We will now look at the steps to install SQL Server 2017 for SCCM 1802. For
supported SQL version for SCCM 1802, refer this post. We will be installing SQL
server 2017 Enterprise x64 version. Each Configuration Manager site requires a
supported SQL Server version and configuration to host the site database. For CAS
and Primary sites, SQL Server can be located on site server computer or on
computer that is remote from the site server.

If you are installing SQL 2017 ensure you also install CU2 update. This update
contains the fixes listed here. You can first install SQL server 2017 and then install
cumulative update 2. I assume you install the CU2 after installing SQL server 2017.

Note – If you install SQL server 2016 and above, by default SQL management
studio is not installed on the machine. Microsoft decided to split the installation of
management studio from the main SQL server installation. Probably the idea
behind is to manage your SQL servers remotely. Read this post for more info.

Launch the SQL server setup (run as administrator). On the installation window,
click Installation and then click New SQL server stand-alone installation.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Feature Selection – Select Database Engine Services and click Next.

Instance Configuration – Select Default Instance. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Specify the service accounts. Note the you must use a separate account for each
SQL server service.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Click Collation tab. Ensure that collation is SQL_Latin1_General_CP1_CI_AS.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Click Add Current User to add the account to SQL server administrators. Click
Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Complete the remaining steps. Close the setup wizard and reboot the server once.

SCCM 1802 Install Guide – Installing SQL Server


Management Studio
In the next step we will download and install SQL Server Management Studio on
primary site server. Download the latest version of SSMS from here. Run the SSMS
executable as administrator. Installation is simple, just click Install and wait for
installation to complete. A reboot is required after installation.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
SCCM 1802 Install Guide – Install WSUS Role
If you are planning to deploy updates using SCCM, then WSUS is required. I will not
get into more details here, you can read this post to understand more.

To install WSUS on Windows Server 2012 R2, launch Server Manager. Click Manage,
click Add Roles and Features. Select Windows Server Update Services and click
Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Select WSUS Services and Database as these are the ones that are actually
required. Do not select WID Database here. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Specify folder path to store updates.

Specify the database server where you want to store the WSUS database. Enter
the server name and click Check connection. You must see the message
Successfully connected to server. Click on Next. Complete the remaining steps and
wait for installation to complete.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
The next step is to complete post installation tasks. To do so click Launch Post-
Installation tasks.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
After the post installation tasks are complete, login to SQL server management
studio. Expand Databases and you should see WSUS Database SUSDB entry. Close
the management studio.

SCCM 1802 – Installing Reporting Services


When you install SQL server 2017, it doesn’t include reporting services. You have to
download and install it separately. Download SQL server reporting services 2017
from here.

Run the setup and click Install Reporting Services.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Select Install Reporting Services only and click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Once the setup is complete, click Restart.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
SCCM 1802 – Configuring Firewall Settings
Your firewall has to be configured properly so that you don’t face issues while
deploying client agents. If there is a firewall between the site system servers and
the client computer, confirm whether the firewall permits traffic for the ports that
are required for the client installation.

File and Printer Sharing.


Windows Management Instrumentation (WMI).

You also need to create a group policy to open TCP ports 1433 and 4022. Refer the
following post to configure firewall settings for SCCM 1802.

Step-by-Step SCCM 1802 Install Guide via


Baseline Media
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Finally we have installed all the SCCM 1802 prerequisites. To install SCCM 1802
current branch, follow these steps. Mount the 1802 CB media and run the splash
HTML application located inside media. This will bring up window to install the
configuration manager. Click Install.

Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Select Install a Configuration Manager primary site. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Accept all the license terms and click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Specify a folder path to download prerequisite files. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Nothing to select here, English is the default language selected. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Specify Site Code, site name and click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Select Install the primary site as a stand-alone site. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Select Configure the communication method on each site system role. Click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
By default management point and distribution point are selected for installation.
Do not change anything here, click Next.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
In the next step, Configuration Manager setup checks whether all prerequisites are
installed correctly. If any of the prerequisite is not installed it would be displayed. If
all the prerequisites are installed correctly then you will see the message “All
prerequisites rules pass successfully”. Click Begin Install.

To monitor the installation, you can view the setup log file with a tool called
CMTrace. Launch the CMTrace tool, open the log file ConfigMgrSetup.log located
in C drive.

Wohoo SCCM 1802 installation is completed successfully. Click Close.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
Let’s launch Configuration Manager console and check out the version.

Version – 1802

Console Version – 5.1802.1082.1800

Site Version – 5.0.8634.1000

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
 SCCM 1802 Step-By-Step

Prajwal Desai
I am Prajwal Desai and I have been working in IT for over 8 years with a strong focus on
Microsoft Server Technologies. I work on multiple technologies and I am good at
Configuration Manager, Intune, Azure and other stuff.

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More
© 2018 - PrajwalDesai.com. All Rights Reserved. Privacy Policy | Cookie Policy | Comment Policy
Website Design: Prajwal Desai

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-
out if you wish. Accept Read More

You might also like