Get Stopped Services in PowerShell on Windows - DevPops-Inc/windows GitHub Wiki
• Type Get-Service | Where-Object {$_.status -eq “stopped”}
and press the Enter key to get the stopped services.
• Type Get-Service | Where-Object {$_.status -eq “stopped”}
and press the Enter key to get the stopped services.