Search notes:

Powershell command noun: service

Commands related to the PowerShell command noun service:

No cmdlet to uninstall a service

There seems to be no cmdLet to remove and/or uninstall a service; it can be done however by resorting to sc.exe:
PS C:\> sc.exe delete $svc
Note that in PowerShell, sc is an alias for set-content, so the .exe suffix is required in this case.

See also

service
Powershell command nouns

Index