Get-Command
List all commands that retrieve information:
List all commands having to do with SQL:
List all commands having to with services:
Show all services:
Restarts the browser service:
Gets documentation on specified cmdlet - in this case, get-service:
Cmdlets can be interacted with by calling methods and setting or retrieving properties. By piping the output of Get-Service to Get-Member we can see all the methods and properties available from Get-Service: