Posts

Showing posts with the label Configure SCCM

How to setup and configure CMG in SCCM

Image
 Microsoft System Center Configuration Manager (SCCM), also known as Endpoint Configuration Manager, is a comprehensive solution that helps organizations manage their devices and applications. With the Cloud Management Gateway (CMG), you can extend the capabilities of SCCM to manage your devices over the internet. This blog post will guide you through setting up and configuring the Cloud Management Gateway for SCCM. Prerequisites Before diving into the setup process, ensure that you have the following in place: A Microsoft Azure subscription. An SCCM hierarchy with at least one primary site. The SCCM version should be 1806 or later. A PKI infrastructure for HTTPS communication (optional, but recommended). Step-by-Step Guide to Setting up and Configuring Cloud Management Gateway for SCCM Step 1: Create a Cloud Management Gateway in the Azure Portal Sign in to the Azure portal (https://portal.azure.com). Click on "Create a resource" and search for "Cloud Management Gateway...

Configuring Boundaries and Boundary Group

Image
One of the first things you will need to do is configure your boundaries. Boundaries are an IP subnet, Active Directory site name, IPv6 Prefix, or an IP address range that contains clients you want to manage. The boundary by its self doesn't allow for client management in order for you to do that you need so assign the boundary to a boundary group, you can assign multiple boundaries to a singe boundary group but it is the boundary group that allows the client to find its correct site and content location when deploying software, updates or images. 1. Open the SCCM Configuration Manger Console. Navigate to Administration > Hierarchy Configuration > Boundaries. 2. From the top ribbon choose Create Boundary 3. From this window you can configure what you are going to use for the boundary for the first boundary I will be using an Active Directory Site. This boundary will include all clients that are apart of the Default-First-Site-Name Ad Site 4. Once you create ...