$Time = ((Get-Date).AddMinutes(20))
$Instance = Get-SCOMClassInstance -DisplayName “http://www.google.com”
Start-SCOMMaintenanceMode -Instance $Instance -EndTime $Time -Reason “PlannedApplicationMaintenance” -Comment “Nightly Maintenance”
$Time = ((Get-Date).AddMinutes(20))
$Instance = Get-SCOMClassInstance -DisplayName “http://www.google.com”
Start-SCOMMaintenanceMode -Instance $Instance -EndTime $Time -Reason “PlannedApplicationMaintenance” -Comment “Nightly Maintenance”
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
« Apr | ||||||
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 |
Recent Comments