SCCM 2016

From AlphaBook
Jump to: navigation, search

SQL for SCCM 2016 (1702)

Prerequisite

  • Install Windows 10 ADK
  • Create system management container in AD
    • Open ADSI Edit Console
    • Right click, then Connect to, click OK
    • Right click on DC=corp,DC=alphabook,DC=cn, select New->Object...
    • Select a class: container
    • Specify the value: System Management
    • Right on the new created container, select Properties
    • Click Security label
    • Grant Admin Account of SCCM Server and the SCCM Server Full control
  • Extend Active Directory Schema
    • Run extadsch.exe from SCCM installation folder SC_Configmgr_SCEP_1702\SMSSETUP\BIN\X64
    • Result in C:\ExtADSch.txt
  • Install Windows Feature - IIS, BITS and Remote Differential Compression
    • Add-WindowsFeature Web-Common-Http,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Redirect,Web-Asp-Net,Web-Net-Ext,Web-ASP,Web-ISAPI-Ext,Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Basic-Auth,Web-Windows-Auth,Web-Url-Auth,Web-Filtering,Web-IP-Security,Web-Stat-Compression,Web-Mgmt-Tools,Web-WMI,RDC,BITS -Restart
  • Install Windows Feature - Windows Server Update Service

Install SCCM 2016 1702

DHCP Scope Options

  • Option 66: BJCM01
  • Option 67: SMSBoot\x64\wdsnbp.com

Sysprep log

  • setupact.log & setuperr.log
  • C:\Windows\System32\Sysprep\Panther

SYSPRP Package <PackageName> installed for a user, but not provisioned for all users (in Sysprep log file setuperr.log)

  • Get-AppxPackage
  • Remove-AppxPackage

SCCM PXE client rebooting after preparing network connections

  • PXE start but task sequence does not start
  • Add the network driver, if using VMware workstation VM, the driver is located in C:\Program Files\Common Files\VMware\Drivers\vmxnet3\

Reference