Update StackMonkey.ps1
This commit is contained in:
@@ -63,11 +63,7 @@
|
|||||||
#>
|
#>
|
||||||
|
|
||||||
|
|
||||||
# Listening port for HTTP UI
|
|
||||||
$Port = 8082
|
|
||||||
|
|
||||||
# Configurable endpoints
|
|
||||||
$Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -116,6 +112,12 @@ $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
|
|||||||
[switch] $SaveCopy
|
[switch] $SaveCopy
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Listening port for HTTP UI
|
||||||
|
$Port = 8082
|
||||||
|
|
||||||
|
# Configurable endpoints
|
||||||
|
$Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
|
||||||
|
|
||||||
switch ($PSCmdlet.ParameterSetName) {
|
switch ($PSCmdlet.ParameterSetName) {
|
||||||
'Toolkit' {
|
'Toolkit' {
|
||||||
Write-LogHelper "Toolkit-only mode" Info Startup
|
Write-LogHelper "Toolkit-only mode" Info Startup
|
||||||
|
|||||||
Reference in New Issue
Block a user