Experience the new look and feel.
Here's a standard expression to list all running services: PS C:\> start-service -name "spooler"
Specify the service by its display name: PS C:\> start-service -Displayname "Print spooler"