Hi
Is there a way to set a monitor in maintenance mode from powershell? i have search the web but didn't find what i need?
for ex:
Get-SCOMMonitor |where-object {$_.DisplayName -like "XXXXXXXX*" -and $_.DisplayName -NotLike "*Roll-up*"} | Format-table -Property DisplayName
DisplayName-----------
XXXXXX - Event Log MissingXXXXXX - FTP Connection
XXXXXX - Error
i wood like to set in maintenance mode all 3 monitors
is this possible?
Thanks.