Update StackMonkey.ps1

This commit is contained in:
2025-06-23 01:24:20 -04:00
parent dfd8b2b48b
commit 728cdc23dc

View File

@@ -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 {