This is a series of blog post about the new pre-release feature “Microsoft Operations Management Suite (OMS) Connector” in SCCM 1606.

As it is a pre-release feature it is not for production!

The OMS connector allows you to sync data such as collection from SCCM to  OMS.


The blog post is as follow:

  1. How to enable OMS connector in SCCM Pre-release feature
  2. How to configure the cloud part of OMS connector
  3. How to deploy OMS agent with SCCM
  4. What do we get out of the OMS connector in SCCM

Part 2/4: How to configure the cloud part of OMS connector

Prereq is a working OMS Workspace and a AzureAD.

First we need to create a new application in AzureAD – this application is used to connect the onprem SCCM to the Cloud OMS Workspace.


In the AzureAD Portal https://manage.windowsazure.com/ an add a new application

create-oms-connection-06

Add An application my organization is developing

create-oms-connection-07

Create a name for the new application – use a name that is saying for the OMS connection your are about to create

create-oms-connection-08

Enter a “Sign-on URL” and a “APP ID URI” this is only “Dummy” entry’s they will not be used for anything later

create-oms-connection-09

In your newly created application go to configure

create-oms-connection-10

Scroll down to CLIENT ID – copy this and save for later use

create-oms-connection-11

Scroll down to Keys – create a new 2 years key

create-oms-connection-12

Click Save – Do don’t close this page before you have copied the secret key

create-oms-connection-13

Copy the secret key for later use

create-oms-connection-14


Now we need to give permission to the OMS Workspace

Go into the new Azure portal http://portal.azure.com

  1. Resource group
  2. Select the resource group that contains the OMS Workspace

create-oms-connection-20_

  1. Select Access control (IAM)
  2. Select add on the user blade

create-oms-connection-21_

  1. Select Contributor

create-oms-connection-22_

  1. Search for the Application you have created
  2. Select the Application
  3.  Select and click ok

create-oms-connection-23_


We also need some information from the OMS Workspace.

Go to the OMS portal http://oms.microsoft.com

Go directly to settings

create-oms-connection-04

Go to Connected Sources -> Windows Servers

  1. Copy the Workspace ID
  2. Copy the Primary Key

create-oms-connection-05


Now we are ready to do the actually connection from SCCM to OMS

Start the SCCM Console

Go to  Administration -> OMS Connector

Click on “Create connection to Operations Management Suite”

create-oms-connection-01

Click Next

create-oms-connection-02

  1. Enter your Tenant name
  2. Enter the client ID previous created in AzureAD
  3. Enter the Client secret key previous copied from AzureAD
  4. Click Verify
  5. Click Next

create-oms-connection-15

  1. Select the Azure subscriptions that contains your OMS Workspace
  2. Select the Azure resource group that contains your OMS Workspace
  3. Select the OMS workspace ID that you what to connect the SCCM to
  4. Select the SCCM Collections you what in the OMS Workspace
  5. Click Next

create-oms-connection-24_

Select Next

create-oms-connection-25_

Select close

create-oms-connection-26_

Continue on my next blog post : How to deploy OMS agent with SCCM