Correct Answer: Get-Service | Where-Object {$_.Status -eq "Stopped"}
Explanation: This command checks for stopped services, which can be scripted to trigger alerts, aligning with server administration monitoring (Domain 2.0).
Correct Answer: Get-Service | Where-Object {$_.Status -eq "Stopped"}
Explanation: This command checks for stopped services, which can be scripted to trigger alerts, aligning with server administration monitoring (Domain 2.0).