Update StackMonkey.ps1

This commit is contained in:
2025-06-25 00:49:17 -04:00
parent 52f6d2e900
commit 8fca9a034a

View File

@@ -41,15 +41,16 @@
Switch to download the RMM installer executable during the headless DattoRMM install. Switch to download the RMM installer executable during the headless DattoRMM install.
.EXAMPLE .EXAMPLE
# One-liner to silently install DattoRMM via ScriptMonkey: & ([ScriptBlock]::Create(
& ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com/ScriptMonkey.ps1' -UseBasicParsing).Content )) ` (iwr 'https://sm.svstools.com' -UseBasicParsing).Content
-DattoApiUrl 'https://your-datto-api-url' ` )) `
-DattoApiKey 'yourKeyHere' ` -N8nPassword 'pwd' `
-DattoApiSecretKey 'yourSecretHere' ` -SiteUID 'site-123' `
-SiteUID 'site-uid-value' ` -SiteName 'Acme Corp' `
-SiteName 'My Client Site' `
-InstallRMM ` -InstallRMM `
-PushSiteVars -PushSiteVars `
-SaveCopy `
-WhatIf
.EXAMPLE .EXAMPLE
Before i built the Invoke-scriptmonkey Before i built the Invoke-scriptmonkey