diff --git a/StackMonkey_Beta.ps1 b/StackMonkey_Beta.ps1 index 44a340e..de2fc54 100644 --- a/StackMonkey_Beta.ps1 +++ b/StackMonkey_Beta.ps1 @@ -1,13 +1,12 @@ #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