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