Update StackMonkey.ps1

This commit is contained in:
2025-06-24 23:45:07 -04:00
parent f6343aaa62
commit 730656d4ca

View File

@@ -175,7 +175,7 @@ switch ($PSCmdlet.ParameterSetName) {
# ────────────────────────────────────────────
<#
Install-DattoRMM `
-ApiUrl $Global:ApiUrl `
-ApiKey $Global:ApiKey `
@@ -185,19 +185,9 @@ switch ($PSCmdlet.ParameterSetName) {
-PushSiteVars:$PushSiteVars `
-InstallRMM:$InstallRMM `
-SaveCopy:$SaveCopy
#>
$cmd = @(
"Install-DattoRMM",
"-ApiUrl `'$($Global:ApiUrl)`'",
"-ApiKey `'$($Global:ApiKey)`'",
"-ApiSecretKey `'$($Global:ApiSecretKey)`'",
"-SiteUID `'$SiteUID`'",
"-SiteName `'$SiteName`'",
"-PushSiteVars:$PushSiteVars",
"-InstallRMM:$InstallRMM",
"-SaveCopy:$SaveCopy"
) -join " "
return
}
@@ -205,7 +195,7 @@ switch ($PSCmdlet.ParameterSetName) {
}
}
# STACK = Scripted Tooling for Automated Client Kickoff