0

Is there any way to disable/enable System Center 2012 monitoring from the command line or through some sort of .NET object? I have a series of tests I need to run after hours and I'd like to turn off the monitoring while they run to minimize the noise.

I found this, but it has no references to how to do this via command line or anything.

Sean Long
  • 453
  • 2
  • 7
  • 18

1 Answers1

1

You can control maintenance mode using the SCOM PowerShell SDK.

Here is the cmdlet for enabling maintenance mode: Start-SCOMMaintenanceMode

Richard B
  • 186
  • 2