Skip to content
Snippets Groups Projects
Commit ec144020 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard: Committed by Niko Ehrenfeuchter (adm)
Browse files

Move updater script to separate directory, add example config.

References #13
parent bc4277d5
No related branches found
No related tags found
No related merge requests found
UpdaterConfig.inc.ps1
\ No newline at end of file
......@@ -43,7 +43,7 @@ $Cred = Get-Credential
# register the job for execution
Register-ScheduledJob `
-FilePath C:\Tools\AutoTx\Update-AutoTxService.ps1 `
-FilePath C:\Tools\AutoTx\Update-Service.ps1 `
-Name "Update-AutoTxService" `
-ScheduledJobOption $JobOptions `
-Trigger $JobTrigger `
......
# settings for the AutoTx Service Updater
$InstallationPath = "C:\Tools\AutoTx"
$ServiceName = "AutoTx"
$UpdateSourcePath = "\\fileserver.mydomain.xy\share\\_AUTOTX_"
$EmailFrom = "admin@mydomain.xy"
$EmailTo = "admin@mydomain.xy"
$EmailSMTP = "smtp.mydomain.xy"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment