Update StackMonkey.ps1
This commit is contained in:
@@ -290,6 +290,8 @@ function Respond-JSON {
|
||||
$Context.Response.OutputStream.Write($bytes,0,$bytes.Length)
|
||||
$Context.Response.OutputStream.Close()
|
||||
}
|
||||
|
||||
<#
|
||||
#region Get-DattoApiCreds
|
||||
function Get-DattoApiCredentials {
|
||||
param ([string]$Password)
|
||||
@@ -307,6 +309,7 @@ function Get-DattoApiCredentials {
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#>
|
||||
|
||||
#region Install-DattoRMM-Helper
|
||||
function Install-DattoRMM-Helper {
|
||||
|
||||
Reference in New Issue
Block a user