Skip to content
Snippets Groups Projects
Commit 81f4fb24 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Merge branch 'github/master'

parents c02df72b 31cebdc2
No related branches found
No related tags found
No related merge requests found
Service Installation Updates Service Updates, Config and Log Files Management
============================ ================================================
The service can automatically be updated by running the `Update-Service.ps1` The service can automatically be updated by running the `Update-Service.ps1`
script. It will check a remote location (configurable via a config file) and do script. It will check a remote location (configurable via a config file) and do
...@@ -16,8 +16,8 @@ the following tasks: ...@@ -16,8 +16,8 @@ the following tasks:
- upload the local service log file to the storage location that is also used - upload the local service log file to the storage location that is also used
to retrieve updates to retrieve updates
Config File Options Updater Config File Options
------------------- ---------------------------
An example config file for the update script is provided as An example config file for the update script is provided as
`UpdaterConfig-Example.inc.ps1`. The values should be mostly self-explaining, so `UpdaterConfig-Example.inc.ps1`. The values should be mostly self-explaining, so
...@@ -124,4 +124,4 @@ Register-ScheduledJob ` ...@@ -124,4 +124,4 @@ Register-ScheduledJob `
-Trigger $JobTrigger ` -Trigger $JobTrigger `
-Credential $Cred ` -Credential $Cred `
-Verbose -Verbose
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment