How to Install Configuration Manager 2016 (SCCM / ConfigMgr 2016) on Windows Server 2016 and SQL Server 2016

No comments

image


System Center Configuration Manager

Helps IT manage PCs and servers, keeping software up-to-date, setting configuration and security policies, and monitoring system status while giving employees access to corporate applications on the devices that they choose. When Configuration Manager is integrated with Microsoft Intune, you can manage corporate-connected PCs, Macs and UNIX/Linux servers along with cloud-based mobile devices running Windows, Windows Phone, iOS, and Android, all from a single management console.

System Center Endpoint Protection/ Windows Defender

Protects client and server operating systems against the latest malware threats. It is built on System Center Configuration Manager, giving customers a unified infrastructure for client security and compliance management.
This Technical Preview includes support for Windows 10 with existing Configuration Manager and Endpoint Protection features as well as additional enhancements for operating system deployments, software update management, device management, and more.
As a reminder, these are early pre-release builds. Many of the features and scenarios are still in development. As such, this preview is not intended for production environments, production labs, nor full evaluations. 

Prerequisites:

Server Features and Roles ADK V10 More details click here https://technet.microsoft.com/library/mt595861.aspx#bkmk_reqs
SQL Server 2016 How to install SQL 2016? Click Here

SQL Required Features:

  • Database Engine Services
  • Full-Text and Semantic Extractions for Search
  • Reporting Services Native
  • Management Tools – Complete
  • Additional selections based on need
  • Name pipes (Enabled) after SQL is installed.

 

PowerShell Script to Install all required Roles and Features


PS Script [
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 -Restart ]

 

Add the new Site System to the System Management Container in ADDS

  1. Click Start, click Run, and then enter dsa.msc to open the Active Directory Users and Computers administrative tool.
  2. Click View, and then click Advanced Features.
  3. Expand the System container.
  4. Right-click System Management. On the context menu, click Properties.
  5. In the System Management Properties dialog box, click the Security tab.
  6. Click Add to add the site server computer account and grant the account Full Control permissions.
  7. Click Advanced, select the site server’s computer account, and click Edit.
  8. In the Apply onto list, select This object and all child objects.
  9. Click OK.

Hardware:

Windows Server 2016 SQL Server and Reporting Services 2016 Hyper-V 2016 Virtual Machine.

Microsoft Recommendations

CAS/Standalone Primary Site (up to 50,000 clients) w/co-located SQL Server:
  1. 2 x Quad-Core (Intel Xeon E5504 or comparable)
  2. 32GB of RAM
  3. 350GB – 950GB total hard disk space* (OS, ConfigMgr, SiteDB, TempDB)

Step by Step Installation:

  • Extract the content from the SC_ConfigMGr_SCEP package.
  • Run the HTA to start the Primary Site installation.
clip_image001[4] clip_image002[4] clip_image003[4] clip_image004[4] Download required files for SCCM 2016 clip_image005[4] clip_image006[4] clip_image007[4] Configure your Site code and Name then Next. clip_image008[4] clip_image009[4]   Important: If the prerequisite check fails make sure you download and install required component then re-run check and then Next.

Installing ADK 10

clip_image010[4] clip_image011[4] clip_image012[4] clip_image013[4]   clip_image017[4] clip_image018[4] clip_image019[4] clip_image020[4] clip_image021[4]


That's it, now you have deployed SCCM 2016.


























No comments :

Post a Comment