Copy-ready commandStart-Service — Basic Usage
Start-Service -Name SpoolerRequirements and permissions
- Requirements
- Windows PowerShell 5.1 or PowerShell 7
- Permissions
- Varies by command
- Last reviewed
- 2026-07-31
Examples
Basic Usage
Use Start-Service for a standard administrative task.
Start-Service -Name SpoolerOriginal command
Start a Windows service.
Start-Service -Name SpoolerCommon errors
Command not found
Confirm Windows PowerShell 5.1 or PowerShell 7 is installed and available in your current shell.