Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
50 lines (29 loc) · 872 Bytes

HelpersStartChocolateyWindowsService.md

File metadata and controls

50 lines (29 loc) · 872 Bytes

Start-ChocolateyWindowsService

NOTE: This function requires a Chocolatey for Business License to use.

Starts a Windows Service.

Syntax

Start-ChocolateyWindowsService `
  -Name <string> `
  [<CommonParameters>]

Aliases

None

Notes

Requires Chocolatey for Business.

Inputs

None

Outputs

None

Parameters

-Name <string>

The name of the service to start. Will throw an error if it doesn't exist.

Property Value
Aliases
Required? true
Position? 0
Default Value
Accept Pipeline Input? true (ByPropertyName)

[[Function Reference|HelpersReference]]

NOTE: This documentation has been automatically generated from licensed code.