im-open/Register Windows Service
This action registers a windows service on a remote windows machine.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-name | The name of the Windows service to register | yes | — |
| deployment-path | The local path on the remote machine to the service executable, i.e. c:\service_directory\service.exe | yes | — |
| server | The name of the target server, i.e. machine.domain.com or 10.10.10.1 | yes | — |
| run-time-id | The run-time service credential user id, i.e. "domain\user_id", defaults to "NT AUTHORITY\LOCAL SYSTEM" | no | NT AUTHORITY\LOCAL SYSTEM |
| run-time-secret | The run-time service credential secret, this can be omitted if local system account is going to be used | no | THIS_WON'T_GET_USED |
| deployment-id | The deployment service account id to log into the server to register the service | yes | — |
| deployment-secret | The deployment service account secret to log into the server to register the service | yes | — |
Outputs
no outputs