Configuration Manager - Deployment
Configuration Manager - Deployment
Prerequisites
01 - Windows 10 ADK Download ** Update ** Windows 10 ADK separated the download for Windows PE from the rest of the
Windows 10 ADK Tools:
https://learn.microsoft.com/en-us/windows-hardware/get-started/adk-install
##########################
01 - Site and site system prerequisites for System Center Configuration Manager
https://learn.microsoft.com/en-us/mem/configmgr/core/plan-design/configs/site-and-site-system-prerequisites
##################
D: | SCCM_install | 50 GB
E: | SCCM_SQL_MDF (db file) | 75 GB root folder E:\Database
F: | SCCM_SQL_LDF (log file) | 25 GB root folder F:\Database
H: | SQL_TempDB | 25 GB root folder H:\Database
G: | SQL_WSUS_DB | 25 GB root folder G:\Database
I: | SCCM_Appp_Source | 500 GB
J: | SCCM_ContentLibrary | 500 GB
Install-WindowsFeature Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Redirect,Web-Net-
Ext,Web-ISAPI-Ext,Web-Http-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Http-Tracing,Web-Windows-Auth,Web-
Filtering,Web-Stat-Compression,Web-Mgmt-Tools,Web-Mgmt-Compat,Web-Metabase,Web-WMI,BITS,RDC
########## SQL server installation ##########
Running the service under a domain account (cmd run as Administrator) instead local system.
- create a server principle name within Active Directory for the service account that we’re going to run the service under.
SQL Server Management Studio - configuration for SQL does not use too much memory
1024 x 32 = 32768
0.8 = 25.6 GB 25600MB
Reboot
Install latest SQL CU available – default - reboot the server
If fails….
Open cmd MMC ➠ CTRL+M ➠ SQL Server Configuration Manager ➠ SQL server network Configuration ➠ Protocols
for CONFIGMRSEC ➠ TCP/IP Properties ➠ IP Addresses ➠ Set all TCP port: 1433
########## SCCM SITE - WSUS installation ##########
Install Post-Installation Task
Configure WSUS configurations within IIS to ensure we have enough memory that we can use and we don’t have any issues down
the road for things like performance when clients are doing wsus scans for compliance data.
- increase the queue length (2000)
- memory by 4x times (7372800)
Alternative changing WSUS database default location
Stop the service WSUSPool
CN=System => New Object - Create New Container => System Management (where SCCM publishes its site information)
Change permission of System Management
Computer account of a new site server - full control
This is going to allow us to create all the attributes that we need for our site under system management container
########## Install SCCM Configuration Manager ##########