PowerShell - System Administration
Which PowerShell command lists all services currently running on the system?
Get-Service cmdlet retrieves all services on the system.Where-Object {$_.Status -eq 'Running'} filters only running services.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions