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