Update StackMonkey.ps1
This commit is contained in:
@@ -280,6 +280,18 @@ function Handle-InstallDattoRMM {
|
||||
Respond-Text $Context "SVS HelpDesk installed"
|
||||
}
|
||||
|
||||
function Handle-InstallSVSMSP {
|
||||
param($Context)
|
||||
Write-LogHybrid "HTTP trigger: Handle-InstallSVSMSP" "Info" "OnBoard"
|
||||
try {
|
||||
Install-SVSMSP -InstallToolkit
|
||||
Respond-Text $Context "SVSMSP Module installed/updated."
|
||||
} catch {
|
||||
Write-LogHybrid "Error in Install-SVSMSP: $_" "Error" "OnBoard"
|
||||
Respond-Text $Context "ERROR: $_"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function Invoke-ScriptMonkey {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user