STEP BY STEP SCCM 1511 INSTALLATION FOR ANYONE Riaz Javed Butt MS Expert Talk | www.msexperttalk.com Twitter: @RiazJavedButt, @MSCloudTalks, @MSExpertTalk Facebook: https://web.facebook.com/MSExpertTalk/ LinkedIn: https://pk.linkedin.com/in/riazbutt Contents Introduction .................................................................................................................................................. 2 System Center Configuration Manager 1511 Installation ............................................................................ 2 Create System Management Container in AD and Assign Permissions .................................................... 2 Extend AD Schema for System Center Configuration Manager ............................................................... 9 Install System Center Configuration Manager Pre-requisites .................................................................. 9 Install .Net 3.5 Framework Feature ........................................................................................................ 12 Download and Install Microsoft Report Viewer 2010 ............................................................................ 20 Download and Install Windows Assessment and Deployment Toolkit for Windows 8.1 ....................... 24 Install Windows Assessment and Deployment kit hotfix for Windows Server 2012 R2 ..................... 32 Create AD Security Group and Add SCCM Servers as member .............................................................. 37 Assign Full permissions to Security Group on Systems Container in AD ................................................ 39 Create Required Service Account and Security Group ........................................................................... 42 Add SCCM_Admins and SCCM_Servers to local admin group of SCCM Servers .................................... 42 Install WSUS 3.0 SP2 with KB2720211 & KB2734608 ............................................................................. 42 Install SQL Server 2012 R2 SP3 for SCCM ............................................................................................... 53 SPN Creation ....................................................................................................................................... 75 SQL Configuration for SCCM ............................................................................................................... 76 Database Sizing for SCCM ................................................................................................................... 78 SQL Network Communication ............................................................................................................. 78 Configure SQL Server to Use Network Account .................................................................................. 80 Configure the Windows Firewall to Allow SQL Server Access ............................................................ 81 SCCM Server Installation ......................................................................................................................... 82 Prerequisite Check .............................................................................................................................. 82 SCCM Installation ................................................................................................................................ 82 Author: Riaz Javed Butt 1 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Introduction The intent of this document is to provide a step by step guideline to install SCCM 1511 in a small organization. As of now, SCCM 1705 is available to install in your infrastructure with new enhanced features but I’m going to start with the 1511 version and will upgrade this to new versions later. This guide assumes that you’ve the fundamental understanding of how SCCM works and what are the required parameters of SCCM. This guide will follow a path of basic SCCM 1511 installation and later on, we will upgrade to SCCM 1602, 1606 and so on. System Center Configuration Manager 1511 Installation Before installing ConfigMgr 1511 we need to perform prep work to prepare Active Directory infrastructure ready to handle SCCM installation. This guide assumes that no previous version of ConfigMgr is installed in your Active Directory domain environment. Create System Management Container in AD and Assign Permissions Preparation of active directory requires you to create a System Management container in active directory and apply appropriate permissions. • To create a container, login to active directory domain controller and run ADSI Edit • Connect to Default naming context • Navigate to Domain > System, Right click on System and Click on New > Object to create a system management container. Author: Riaz Javed Butt 2 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Author: Riaz Javed Butt 3 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Once the container is created, go to the properties of container and add all the SCCM servers and apply appropriate permissions. Author: Riaz Javed Butt 4 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Author: Riaz Javed Butt 5 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Add SCCM computer machine and assign permissions Author: Riaz Javed Butt 6 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Author: Riaz Javed Butt 7 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Author: Riaz Javed Butt 8 SCCM 1511 Step by Step Installation Guide for Anyone v1.0 Extend AD Schema for System Center Configuration Manager Navigate to SCCM setup drive > SMSSetup>BIN>X64 and run the executable extadsch.exe. This executable will extend the AD schema for SCCM Install System Center Configuration Manager Pre-requisites All below pre-requisites can be installed using the following powershell cmdlet. We have installed the pre-requisites one by one. Add-WindowsFeature Web-Windows-Auth,Web-ISAPI-Ext,Web-Metabase,Web-WMI,BITS,RDC,NET- Framework-Features,Web-Asp-Net,Web-Asp-Net45,NET-HTTP-Activation,NET-Non-HTTP-Activ,Web- Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Redirect,Web-App- Dev,Web-Net-Ext,Web-Net-Ext45,Web-ISAPI-Filter,Web-Health,Web-Http-Logging,Web-Log- Author: Riaz Javed Butt 9 SCCM 1511 Step by Step Installation Guide for Anyone v1.0
Description: