1. To view a list of services installed on the computer,at the Windows PowerShell command prompt, type the followingcommand, and then press ENTER.
PS >Get-Service
Windows PowerShell provides a complete set of verbs toquery and manipulate services, including Get, New, Restart, Resume,Set, Start, Stop, and Suspend. To view a list of service relatedcommands type Get-Command -Noun Service.
2. Enter the following to view the status of the Spoolerservice:
PS >Get-Service –Name Spooler
3. Enter the following command to obtain the same resultas the previous step.
PS >Get-Service Spooler
4. Type the following command, and then press ENTER toview a list of all services that begin with M.
PS
PayPal Gateway not configured
PayPal Gateway not configured