Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Services - New

Operation Information

This operation will create a new Windows Service. See the New-Service cmdlet documentation for more information.

Input Parameters

Name Type Description Required Sensitive
Name string Name of the Service Yes No
BinaryPathName string Binary Path Yes No
DisplayName string Display Name of the Service No No
Description string Service Description No No
StartupType string One of: Automatic/Manual/Disabled No No
DependsOn string Pipe-separated list of Services this Service depends on No No
CredsUser string Account used by the service as the Service Logon Account No No
CredsPass string Password for the above account No No

Output Parameters

Name Type Description Required Sensitive
outcome string Outcome of the operation. Can be OK, WARN or FAIL Yes No
error string Any errors returned by the operation No No
warning string Any warnings returned by the operation No No
In This Document