Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サーバーを scom メンテナンス モードに設定しようとするとエラーが発生する
私が使用しているコードは次のとおりです。
$Time = ((Get-Date).AddMinutes(240)) Start-SCOMMaintenanceMode -Instance TEST -EndTime $Time -Comment "Applying Software Updates."