118k views
4 votes
How do you enable SCOM to monitor Office 365 from an on-prem Exchange Server?

a) Install-SCOMConnector -Target Office365
b) Configure-Monitoring -Service Office365
c) Set-SCOMIntegration -Target Office365
d) Deploy-SCOMManagementPack -Application Office365

User Plasmer
by
7.8k points

1 Answer

6 votes

Final answer:

To enable SCOM to monitor Office 365 from an on-prem Exchange Server, you need to deploy the SCOM Management Pack, configure the SCOM integration, and install the SCOM Connector for Office 365.

Step-by-step explanation:

In order to enable SCOM to monitor Office 365 from an on-prem Exchange Server, you would need to follow these steps:

  1. Deploy the SCOM Management Pack for Office 365 by running the command Deploy-SCOMManagementPack -Application Office365.
  2. Configure the SCOM integration with Office 365 by running the command Set-SCOMIntegration -Target Office365.
  3. Install the SCOM Connector for Office 365 by running the command Install-SCOMConnector -Target Office365.

These steps will allow SCOM to monitor and manage Office 365 services from your on-premises Exchange Server.

User Linh
by
8.6k points