Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 4.0 » Start-Service

Start-Service - Powershell 4.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Start-Service

Short description
Starts one or more stopped services.

Syntax


Description
The Start-Service cmdlet sends a start message to the Windows Service Controller for each of the specified services. 
If a service is already running, the message is ignored without error. You can specify the services by their service 
names or display names, or you can use the InputObject parameter to supply a service object representing the services 
that you want to start.