Skip to content
SCCM OMS Connector Setup Log Analytics Connector

SCCM OMS Connector Setup Log Analytics Connector

Written By Anoop C Nair
Last Updated July 7, 2024
Posted In SCCM
SHARE

Hi, in this post, we will discuss the SCCM OMS Connector Setup Log Analytics Connector. I will explain how to integrate SCCM and OMS to take advantage of an intelligent cloud-attached environment.

The SCCM OMS Connector lets you connect Configuration Manager (SCCM) with Log Analytics in Microsoft Operations Management Suite (OMS). This means you can easily sync device collection data from the SCCM hierarchy to OMS.

We will need to use queries to retrieve and visualize results related to monitored environments. For instance, to retrieve results from different computers, we must create computer groups to trigger the queries against them.

In SCCM, you can classify your servers, clients, and other devices into collections. Once you integrate SCCM with OMS, you can import all SCCM collections as computer groups in OMS. Integrating SCCM with OMS via the SCCM OMS Connector has several benefits.

Patch My PC
Index
SCCM OMS Connector Setup Log Analytics Connector
Prerequisites of SCCM OMS
Create Azure Web App for SCCM OMS Connector Authentication
Get the Azure App Secret Key, APP ID, and Client ID 
Create Azure Log Analytics Workspace 
Provide Contributor Access to Azure Web Application
Create SCCM OMS Connector
SCCM OMS Connector Setup Log Analytics Connector -Table 1

SCCM OMS Connector Setup Log Analytics Connector

Windows 10 and Office 355 pro plus upgrades are happening quickly. You usually go through a manual pilot process selecting pilot users, pilot devices, etc. However, the manual method is not very effective and is not fast enough to cope with the fast-paced upgrade process. 

Use the SCCM OMS Connector to connect Configuration Manager to Log Analytics in OMS to sync device collection data. This makes data from your Configuration Manager hierarchy available in OMS. However, I’m not very sure how relevant or value-added the OMS connector is after the production release of the SCCM Desktop Analytics connector. 

Microsoft is developing data-driven analytics to make your life easy by selecting pilot users, devices, and applications. This solution is called Desktop Analytics.

Desktop Analytics (an extension to Windows Analytics) would help you create pilot and production rings. A Desktop Analytics connector allows you to integrate your SCCM Windows devices with desktop analytics.

OMS Connector = Log Analytics Connector

SCCM OMS Connector Setup Log Analytics Connector Video-1

Prerequisites of SCCM OMS

This section will show the prerequisites for connecting SCCM with OMS.

  • Latest SCCM Version (Stay Current)
  • Access to create Azure Web apps (or Need help from the team)
  • Azure Subscription (I need some help from Azure Subscription Admins)
  • Log Analytics workspace (I need Some more help to get contributor access)
  • Install Log Analytics or SCCM OMS connector on the server where the Service Connection Point is online
  • Install Azure Log Analytics Agent (on the same server mentioned above)—I don’t cover this topic in the post.
SCCM OMS Connector Setup Log Analytics Connector - Fig.1
SCCM OMS Connector Setup Log Analytics Connector – Fig.1

Create Azure Web App for SCCM OMS Connector Authentication

It would help if you created Azure web apps to authenticate the SCCM OMS connector with Azure Log Analytics (OMS) workspace. This Azure app helps avoid repeated use of service accounts, and its Azure Web app authentication is more secure. 

The following steps will help you create the Azure web app for SCCM OMS connector authentication. 

  1. Sign in to your Azure Account through the Azure portal
  2. Select Azure Active Directory
  3. Select App registrations (Preview)
  4. Click on New Registration
  5. Enter a useful name for the Azure App
  6. Select Accounts in the organizational directory only (default option) from Supported account types.
  7. Select Web and provide a URL in a valid format (you do not need to get a working URL; https:///a.com will work) from the Redirect URI.
  8. Click on Register to create the app.
  9. Click on App registrations (NOT Preview) and open the created Azure App for the next set of actions explained below. 
SCCM OMS Connector Setup Log Analytics Connector - Fig.2
SCCM OMS Connector Setup Log Analytics Connector – Fig.2

Get the Azure App Secret Key, APP ID, and Client ID 

The following steps will give you the Azure App secret key, application ID, or Client ID details. These details are needed to import the Azure authentication application in the SCCM OMS connector wizard.  

  • Sign in to your Azure Account through the Azure portal
  • Select Azure Active Directory
  • Select App Registrations
  • Copy the Application ID (This ID is the client ID that you need in the SCCM console)
  • Select the Registered App and click Settings
  • Select the Keys to tab from Settings
  • Provide a description called “Key Description” = Any Name, Expires = Duration “1 Year”, and click on the SAVE button from Passwords.
  • Copy Secret Key (this key is required for Secret Key used in SCCM)
SCCM OMS Connector Setup Log Analytics Connector - Fig.3
SCCM OMS Connector Setup Log Analytics Connector – Fig.3

Create Azure Log Analytics Workspace 

You can skip this step when you already have the OMS Azure log analytics workspace for your subscription. If you don’t have an existing OMS workspace, please follow the below steps (SCCM OMS Connector).

  • Sign in to your Azure Account through the Azure portal
  • Select Log Analytics
  • Click +Add button
  • Click on Create New from the Log Analytics workspace
  • Enter a useful name for the new OMS Workplace
  • Select your Subscription details
  • Create a new Resource Group or Use the existing Resource Group
  • Select the appropriate location
  • Select the appropriate Pricing tier – 1. Free, 2. Per Node (OMS), and 3. Per GB (Standalone)
  • Click OK and OK to complete the OMS Workspace
SCCM OMS Connector Setup Log Analytics Connector - Fig.4
SCCM OMS Connector Setup Log Analytics Connector – Fig.4

Provide Contributor Access to Azure Web Application

To access the Log Analytics workspace and other related resource groups in your subscription, you must provide Contributor access to the Azure web application you created in the above section.

The following step will help you provide Contributor access to Azure App (SCCM OMS Connector).

  • Sign in to your Azure Account through the Azure portal
  • Select Subscription tab
  • Select the Access Control (IAM) tab from the subscription blade
  • Click on +Add Role Assignment to bring up the Add Role Assignment blade
  • Select the “Contributorrole from the Role assignment blade
  • Select Azure AD user, group, or service principal from “Assign Access to.
  • Select the Azure Web Application we created in the above section to provide access.
  • Make sure the Azure Web App is listed under Selected Members
  • Click Save to provide appropriate access to
SCCM OMS Connector Setup Log Analytics Connector - Fig.5
SCCM OMS Connector Setup Log Analytics Connector – Fig.5

Create SCCM OMS Connector

As mentioned in the prerequisite section, you must install the SCCM OMS connector on a service connection point configured for online mode.

The following steps will help you complete the OMS connector setup.

SCCM OMS Connector Setup Log Analytics Connector - Fig.6
SCCM OMS Connector Setup Log Analytics Connector – Fig.6

Navigate to SCCM console – AdministrationCloud ServicesAzure Services. Enter SCCM OMS Connector and Description on the Configure Azure Services page. Select OMS Connector and click on the Next button.

  • Select Azure Public Cloud from the App Properties page.
  • Click on the Import button from the Web application to import an Azure web application we created in the above section.
  • From the Import App windows, fill out all the below details that you collected from the above sections –
    • Azure AD Tenant Name
    • Azure AD Tenant ID
    • Application Name
    • Client ID
    • Secret Key
    • Secret Key Expiry – Select future date
    • App ID URI
    • Click on the Verify button to enable the OK button. The OK button will be allowed once the Azure web App verifies the Azure Log Analytics workspace permissions.
  • Click on the NEXT button to go to the Collections page of the SCCM OMS connector wizard.
SCCM OMS Connector Setup Log Analytics Connector - Fig.7
SCCM OMS Connector Setup Log Analytics Connector – Fig.7

All the fields on the Configure OMS connector (Collection) page will be populated automatically.

  • Azure Subscription
  • Azure Resource Group—To get the correct Operations Management Suite (OMS) workspace, select the correct resource group from the drop-down menu.
  • Select device collections that OMS can get data for:
    • Click on Add to select the device collections
  • Click on the Next button to go to the next page of the SCCM OMS connector Wizard
SCCM OMS Connector Setup Log Analytics Connector - Fig.8
SCCM OMS Connector Setup Log Analytics Connector – Fig.8

Resources

We are on WhatsApp now. To get the latest step-by-step guides, news, and updates, Join our Channel. Click here. HTMD WhatsApp.

Author

Anoop C Nair is Microsoft MVP! He is a Device Management Admin with more than 20 years of
experience (calculation done in 2021) in IT. He is a Blogger, Speaker, and Local User Group HTMD Community leader. His primary focus is Device Management technologies like SCCM 2012, Current Branch, and Intune. He writes about ConfigMgr, Windows 11, Windows 10, Azure AD, Microsoft Intune, Windows 365, AVD, etc.

Written by

Anoop C Nair is Workplace Technology solution architect with 25+ years of experience in global enterprise organizations such as JP Morgan, Capgemini, etc. Microsoft Certified Trainer. Microsoft MVP from 2015 onwards for consecutive 11+ years! He also conducts Intune and modern workplace tech training for enterprise organizations. He is Blogger, Speaker, and Founder of HTMD Community and HTMD Conference. His main focus is on Device Management technologies like Intune, Windows, Cloud PC. He writes about technologies like Intune, SCCM, Windows, Cloud PC, Windows, Entra, Microsoft Security.

Discussion · 2 comments

  1. hi,
    does it valid for SCCM 2111. i do not see OMS connector on Azure service as this feature is removed.
    how can i connect sccm to log analytics

Join the discussion

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

Related guides

Intune

Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws

Key Takeaways Windows 11 KB5101650 KB5099414 July 2026 Patch and 3 Zero Day Vulnerabilities and 570 Flaws! In the July 2026 Patch, Microsoft introduced new features designed to improve the overall Windows experience. The update adds enhancements to Windows Update for more flexible update management and introduces Point-in-Time Restore, providing an additional recovery option for […]

AC Anoop C Nair 9 min read
Intune

2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws

Key Takeaways 2026 June KB5094126 KB5093998 Windows 11 Patch | 3 Zero Day Vulnerabilities and 200 Flaws! The June 2026 Windows 11 Patch Tuesday update brings several improvements to File Explorer. It adds support for additional archive formats, including UU, CPIO, XAR, and NuGet Packages (NUPKG). The update also preserves View and Sort preferences in […]

AC Anoop C Nair 10 min read
Intune

2026 May KB5089549 KB5087420 Windows 11 Patch | 0 Zero Day Vulnerabilities and 120 Flaws

Key Takeaways The Windows 11 May 2026 Patch KB5089549 KB5087420 Update brings important security fixes, performance improvements, and reliability enhancements across the operating system. The update introduces new features such as Xbox Mode for gaming, File Explorer improvements, enhanced input and sharing experiences, better taskbar and Windows Hello reliability, and additional enterprise management capabilities for […]

AC Anoop C Nair 8 min read
SCCM

ConfigMgr 2603 Introduces New Early Update Enrollment Process

Key Takeaways In this post we are discussing the ConfigMgr 2603 Introduces New Early Update Enrollment Process. Microsoft has officially released Configuration Manager version 2603 to the Early Update Ring, giving organizations an opportunity to test upcoming improvements before the global production rollout. The release is targeted at enterprises running ConfigMgr version 2409 or later […]

AC Anoop C Nair 3 min read