Update StackMonkey.ps1

This commit is contained in:
2025-06-22 16:56:52 -04:00
parent 061d582242
commit 247b89dd18

View File

@@ -104,6 +104,7 @@ switch ($PSCmdlet.ParameterSetName) {
# If we got here, it's the UI set—launch browser + listener:
<# oneliner to silently install DRMM
& ( [ScriptBlock]::Create( (iwr 'https://sm.svstools.com/ScriptMonkey.ps1' -UseBasicParsing).Content )) `
-DattoApiUrl 'https://your-datto-api-url' `