Update StackMonkey.ps1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user