service: get-service
new-service
restart-service
resume-service
set-service
start-service
stop-service
suspend-service sc.exe: PS C:\> sc.exe delete $svc
sc is an alias for set-content, so the .exe suffix is required in this case.