Update StackMonkey_Beta.ps1

This commit is contained in:
2025-07-02 17:07:12 -04:00
parent 7d3ca0c1f4
commit e2784aaa5d

View File

@@ -1,13 +1,12 @@
#region changes to be done #region changes to be done
# seems like the command IS running without UI <#
# & ([ScriptBlock]::Create( (iwr 'https://sm.svstools.com').Content )) -N8nPassword 'Tndmeeisdwge!' -FetchSitesOnly
# and iwr sm.svstools.com | iex lauched the UI as intended & ([ScriptBlock]::Create((iwr 'https://sm.svstools.com' -UseBasicParsing).Content )) -N8nPassword 'pwd' -SiteUID '' -SiteName '' -InstallRMM -PushSiteVars -SaveCopy
Need to pass the N8N variables to the "install-dattormm" in the toolkit
# need to test #>
# Write-Host "🛠️ SAMY - Script Automation Monkey (Yeah!)" -ForegroundColor Cyan
#endregion changes to be done #endregion changes to be done