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
  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 3/4: How to deploy OS agent with SCCM

In this blogpost I will show how to deploy the OMS Agent to servers as a SCCM Applications.

In the OMS portal go to Settings -> Connected Sources -> Windows Servers

Select “Download Windows Agent (64 bit)

download-oms-agent

When the agent is downloaded start the installation on a test device

install-00install-02

When the installation wizard is started the files are extracted to %TEMP%\tempfolder copy the files to your packages source

install-03

In the SCCM Console select Create Application

install-sccm-01

Enter the path to the MOMAgent.msi on your packages share

Click next

install-sccm-02

Click Next

install-sccm-03

  1. Enter a publisher
  2. Enter the installstring: msiexec /i MOMAgent.msi ADD_OPINSIGHTS_WORKSPACE=1 OPINSIGHTS_WORKSPACE_ID=Your-WorkspaceID OPINSIGHTS_WORKSPACE_KEY=Your-PrimaryKEY AcceptEndUserLicenseAgreement=1 /q
  3. Click Next

install-sccm-04

Click Next

install-sccm-05

Click Close

install-sccm-06

Deploy the Microsoft Monitoring Agent you just created

deploy-sccm-01

Deploy to a server collection – in my demo environment I deploy the OMS agent to all servers.

Click Next

deploy-sccm-02

Click Next

deploy-sccm-03

Select Required

Click Next

deploy-sccm-04

Select as soon ad possible

Click Next

deploy-sccm-05

Click Next

deploy-sccm-06

Click Next

deploy-sccm-07

Click Next

deploy-sccm-08

Click Next

deploy-sccm-09

Click Close

Now is just to wait for the SCCM client on your servers to get the OMS Agent installed

 

The next blogpost is about: What do we get out of the OMS connector in SCCM