Prerequisites

Before installing SCCM, ensure the following prerequisites are met:

SQL Server Installation

During the SQL Server installation, ensure you include the following roles:

  • Database Engine Services
  • Reporting Services

Use the system account for all three SQL services. For collation, use SQL_Latin1_General_CP1_CI_AS. Select “install and configure” for the reporting role.

After installing SQL, set the minimum memory usage to 8 GB of RAM.

Installing SSMS

Download and install SQL Server Management Studio (SSMS). Ensure you download the English version for consistency.

Configuring RAM for SQL

Open SQL Server Management Studio and set the RAM allocation for SQL Server.

Installing Windows Features

Use the ConfigMgrPrerequisitesTool to install the prerequisites for the primary site:

  • Install Windows ADK
  • Install WSUS

SCCM Installation

Preparing the Drive

Create a blank file named no_sms_on_drive.sms on all partitions that are not dedicated to distribution points.

Installation

  1. Launch the SCCM installation for the primary site.
  2. Select between “Current Branch” or “LTSB”.
  3. Specify the path for downloading additional components.
  4. Enter a unique site code.
  5. Install the server in standalone mode.
  6. Enter the database information.
  7. Configure the server in HTTP mode (can be switched to HTTPS later).
  8. Configure the MP and DP roles in HTTP mode.
  9. Begin the installation process.

SCCM Configuration

This section covers the basic configuration of SCCM.

Site Boundaries

Creating site boundaries is necessary to allow all client machines to connect to the server:

  1. Create a site boundary
  1. Add one or more IP ranges (or use Active Directory site configuration).
  1. Create a new boundary group and add the site boundaries to it.
  1. Site boundaries are linked to distribution points. For multiple physical sites, create multiple site boundaries.

Active Directory Discovery

  1. In the properties of system discovery, enable the discovery of AD computers.
  1. Enable immediate discovery of computers.

Client Push Installation Account

  1. Specify an account with administrative rights on workstations.
  1. In the “Client Push Installation” settings, specify one or more AD accounts.
  1. You can install the client on all AD PCs via the “General” tab (not recommended; prefer controlled deployment).

Installing SCCM Clients

Install SCCM clients from the console. Note that SCCM will attempt to install the client every hour for 7 days.

Installing SCCM Roles

Fallback Status Point

In “Servers and Site System Roles”, add a new role. This role provides status information on client installation errors.


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.