Multiple choice

What is the command in a powershell that displays a list of services?

  1. Get-process

  2. Display-services

  3. Service

  4. Get-service

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In PowerShell, 'Get-Service' is the standard cmdlet used to retrieve a list of services installed on the system.