Install SCCM 2012 R2 (1)

Reference sites:

http://www.david-obrien.net/2013/06/25/configmgr-2012-r2-step-by-step-installation/

http://www.gerryhampsoncm.blogspot.ie/2013/02/sccm-2012-sp1-step-by-step-guide.html

       
 

Build out SCCM1

  1. Build out a server, sccm1 with w2k12r2 template
  2. Set 8GB RAM (minimum) and 2vCPU


Prerequisites

Windows 8.1 ADK

  1. Download Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update from here
  2. Run adksetup.exe as Administrator to Install Windows 8.1 ADK
  3. Specify Location


  4. Join to CEIP


  5. As instructed, I select only the following Three Features


  6. Close


Schema extension

  1. On DC1, open ADSIEDIT.msc>Connect to default Naming Context



  2. Right click on CN=System>New>Object


  3. Create Container


  4. Must Name it System Management


  5. Finish


  6. Open DSA.msc>vmlab.local>System>System Management>Delegate Control


  7. Add SCCM1 computer account


  8. Create a custom task to delegate


  9. Next as default selection


  10. Grant Full Control with General, Property-Specific, and Creation/deletion of specific child objects


  11. Finish


  12. On SCCM1, log on as a user has Schema Admin right>run CMD as Admin
  13. Net use z: \\rootca\fileshare\ to map the drive letter z:\ on the elevated command line
  14. Browse to Z:\SC2012_R2_SCCM_SCEP\SMSSETUP\BIN\X64> and run extadsch.exe


SQL DB

  1. On SQLPKI1, fully patch the system including all available SQL Server 2012 SP1 Cumulative Updates.
  2. Launch SSMS, and create a new database. Name it sccm_db and set 1024 MB size on both db and log files.



  3. Change Memory to 8GB and 2 core vCPU on SQLPKI1 (if could, make it 16GB, 4 core vCPU)


  4. Right Click on SQLPKI1>Properties>Memory> change minimum and maximum server memory to 8GB.


     

  5. Make sure Database Collation on the SCCM_DB set to SQL_Latin1_General_CP1_CI_AS


  6. Create inbound Firewall Rule for SQL Broker Port (TCP Port 4022)






*** 2nd Site Server Consideration for SQL DB


Additional Roles and Features

  1. Add IIS, WSUS, and WDS


  2. BITS, .NET Framework 3.5, and RDC


  3. Select IIS role services





  4. WSUS


  5. Set C:\WSUS\


  6. WDS


  7. Install


  8. Click Launch Post-Installation Tasks


  9. Wait till the configuration is completed and words will be changed.


  10. Completed and closed the wizard.


Install SCCM 2012 R2 Configuration Manager

  1. Download SCCM 2012 R2 Setup files. I downloaded to \\RootCA\FileShare
  2. Run \\rootca\FileShare\SC2012_R2_SCCM_SCEP\Splash
  3. Click Install


  4. Ok


  5. Add .NET Framework 3.5 Features and run install again


  6. Next


  7. Install a Configuration Manager Primary Site


  8. Evaluate for 180Days


  9. Select All


  10. Set Download path


  11. Setup Downloader


  12. Site Code (P01 as default) and Site name to PrimarySite


  13. Install the Primary Site as a stand-alone site


  14. Yes to continue


  15. Input Database information
    1. SQL Server Name (FQDN): SQLPKI1.vmlab.local
    2. Instance Name (Leave Blank for Default):
    3. Database name: sccm_db


  16. Click Next


  17. FQDN for SCCM1.vmlab.local


  18. Choose for HTTP communication for now. Later, HTTPS will be set since we have a valid PKI cert


  19. Set as default and Next


  20. Select any prefer one


  21. Review settings Summary


  22. Prerequisite Check



  23. Server Manager>Add Roles and Features> Select RDC (Remote Differential Compression)


  24. RDC is installed


  25. The other Failed prerequisite: add sccm1.vmlab.local computer account to the local admin group on SQLPKI1.vmlab.local


  26. On SQLPKI1, Computer Management>Local Users and Groups>Groups>Administrators>Add>Object Type>Select Computer Account>


  27. Resolve vmlab\sccm1 to add


  28. Back to SCCM1, Run Check again


  29. The issued prerequisites are fixed, and click Begin Install


  30. Closed after completing the setup.