Cardboard Iguana Security

Working with services in PowerShell

  • Get-Service - list all services, or drill down on a particular service.
  • Start-Service -Name $SERVICE / sc.exe start $SERVICE - start $SERVICE.
  • Stop-Service -Name $SERVICE / sc.exe stop $SERVICE - stop $SERVICE.
Working with services in PowerShell
Interactive graph
On this page
Working with services in PowerShell