Active Directory Setup:

Create the following accounts/Groups in Active Directory.

  • DOMAINConfigMgrAdmins            ConfigMgr Administrators security group
  • DOMAINConfigMgrLocalAdmin     ConfigMgr Client Push account

Add your account or any other member that is going to administer SCCM to the “ConfigMgrAdmins” group.

Prerequisites List (SCCM Server):

  • Install Server 2012 OS
  • Join server to the domain
  • Install all windows updates so the server is fully patched.
  • Install Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1
  • Install SQL 2012 SP1.
  • Add the “ConfigMgrAdmins” domain global group to the Local Administrators group.

Windows Features Requirement:

Run the following from PowerShell (run as Administrator):

  • 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-Libraries,Web-Request-Monitor,Web-HTTP-Tracing,Web-Security,Web-Filtering,Web-Performance,Web-Stat-Compression,Web-Mgmt-Console,Web-Scripting-Tools,Web-Mgmt-Compat –Source D:sourcessxs –Restart

After installing these roles/features, you might have to register ASP.NET with IIS.  The simplest way is to open an elevated command prompt: C:WindowsMicrosoft.NETFramework64v4.0.30319>aspnet_regiis.exe –r

 Prepare Active Directory for Configuration Manager

System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 1
  • Connect to a domain controller in your environment and load ADSIEdit. ADSIEdit is found under Administrative Tools. Expand Default Naming Context and then expand the DC name and under the System OU create a new Object as Shown Above.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 2
  • Click on container and then click Next.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 3
  • Enter in System Management and click the Next button.
  • Complete the Wizard and then close ADSIEdit.

Delegate control on the newly created container.

  • Open up ADUC.MSC (Active Directory Users and Computers)
  • Expand the System Container. You will see the System Management container you just created above.
  • Right click on the System Management Container and select Delegate Control.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 4
  • Click on “Create a custom task to delegate” and click the Next Button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 5
  • Make sure the first option is selected and click the Next Button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 6
  • Check all Permission boxes and click Next and then complete the delegate wizard.

Extend the Schema.

Open up the ISO file that contains the SCCM 2012 R2 installation files and navigate to the following directory.

  • SMSSetupBinx64

Or open up and elevated command prompt and Navigate to that folder.

If you opened up the directory using explorer then Right Click on the Extadsch.exe and “Run as Administrator” or from the prompt run the same file.

A log file ‘ExtADSch.log’ will be generated on the root of the C: Drive. Look for the entry ‘Successfully extended the Active Directory schema.’

**Note that replication can take time so rather wait or force replication**

Install Windows Assessment and Deployment Kit for Windows 8.1 (ADK)

Click on the link below to download the ADK

System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 7
  • Click on the checkbox to accept the terms for .NET and then click on the “Accept & Install” button for .NET Framework 4.5 to install.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 8
  • When you get prompted to restart click the Ok button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 9
  • After the server has rebooted the installation will resume. You can choose the default option as shown above or Download the ADK to a share and run the install from there. I chose the default, click the Next Button to proceed.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 10
  • Make your selection and then click the Next button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 11
  • Accept the License agreement for the installation to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 12
  • Only install the following options above:
  • Deployment Tools
  • Windows Preinstallation Environment (Windows PE)
  • User State Migration Tool (USMT)
  • Click the Install button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 13
  • Progress screen..
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 14
  • Once the installation finishes you will get the screen above. Click the close button. The ADK is now setup.

Install SQL Server (2012 SP1)

System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 15
  • Double click the setup file located in the SQL 2012 SP1 Media
  • The screen above will show, click on “New SQL Server Stand-alone installation or add features to an existing installation”
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 16
  • The above screen will show, if there are any warnings or errors it will list them. Click Ok to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 17
  • Here you can enter a product key that you received from MS found on the media.
  • In this Sandbox setup we will choose “Evaluation” and then click the Next button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 18
  • Click the checkbox to accept the license terms and then click the Next button.
  • If there are any updates on the next screen let them download and proceed with the install.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 19
  • Again the support rules will run, click Next to continue
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 20
  • Select the first option and click the Next button.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 21
  • On the feature selection screen, choose the following options:
    • Database Engine Services with Full-Text and Semantic Extractions for Search
    • Reporting Services – Native
    • Management Tools and its sub-feature.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 22
  • Click Next to continue
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 23
  • I left the instance as default, click the Next button to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 24
  • Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 25
  • As this is a Sandbox environment the defaults were chosen but you will want to add in the Domain accounts that have access to SQL in a production Environment.
  • Don’t click next just yet, we need to set the Collation as with SCOM. Click the Collation Tab next to the Service Accounts Tab.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 26
  • Click on the Customize button to change the collation.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 27
  • Click on the radio button labelled “SQL Collation, used for backwards compatibility”
  • Scroll down until you see “SQL_Latin1_General_CP1_CI_AS”. Click on it and then click OK.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 28
  • Add in the Current User and any other user that will be managing SQL. Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 29
  • Select the option “Install Only” and then click Next.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 30
  • Make your selection and click Next.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 31
  • Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 32
  • Review all the options you just made, if happy click the Install button.
  • Sit back and wait for the installation to finish, it can take a while.

Install System Center Configuration Manager 2012 R2 (SCCM)

System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 33
  • Go to the folder where you extracted the SCCM setup files and double click the setup. The above screen will show. Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 34
  • Click on the option “Install a Configuration Manager Primary Site” and then click Next.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 35
  • As this is a sandbox install we will install the evaluation edition of the product. Click next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 36
  • Click tickbox to select and accept the license terms and click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 37
  • Accept all the license terms (3 Tick Boxes) and then click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 38
  • SCCM will required a number of files. I chose the default “C:Downloads” but you can add in your own share or directory. If you have manually downloaded the files then you would select the 2 radio button and browse for them.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 39
  • A new window opens and displays a progress bar of the downloads.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 40
  • Select your desired Server language and then click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 41
  • Select your desired client language and then click next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 42
  • Enter in your site code and site name. Your site code needs to be unique, you cannot go and change it later on as all this information will be written to AD.
  • I used TLB for Test Lab and the site name as SCCM 2012 Test lab. Click Next to continue with the installation.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 43
  • Select the radio button to install this as a stand-alone site and click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 44
  • Click Yes to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 45
  • All the boxes will be populated, leave the defaults and click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 46
  • You can leave the defaults where SQL is located or you can change the paths, in this setup the defaults were used. Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 47
  • Enter your current server as the SMS Provider and click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 48
  • Select the 2nd radio button as shown above as we not running PKI. Click next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 49
  • Install both Management Points and Distribution Points on the server, enter in the server FQDN. Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 50
  • Make your selection and click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 51
  • Review the summary and then click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 52
  • The setup will do a prerequisite check, the warnings above can be ignored but in a production environment you might want to make sure you have not errors/warnings. Click Next to continue.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 53
  • The installation has started. Sit back and wait.
System center configuration manager 2012 r2 installation with local sql 2012 sp1
System Center Configuration Manager 2012 R2 Installation with local SQL 2012 SP1 54
  • After a little while the installation completed. You can click the close button and launch the SCCM Console and start your configuration.
    wpChatIcon

    Discover more from COLLABORATION PRO

    Subscribe now to keep reading and get access to the full archive.

    Continue reading