README for Automate scripts

This commit is contained in:
Corbin 2024-06-04 13:52:38 -04:00
parent 23d1df1a09
commit db3914286f

17
rmm/automate/README.md Normal file
View File

@ -0,0 +1,17 @@
# Connectwise Automate Scripts
Tip: [Run these scripts through ScreenConnect](https://screenconnect.connectwise.com/blog/product-tips-and-updates/become-a-remote-support-power-user-with-screenconnect) by prepending `#!ps` on it's own line before the script.
## Install-Automate.ps1
Replace the variables below with the values applicable for your environment. The script will download the Automate agent from your Automate server, so it must be able to reach this URL.
```powershell
$ServerUrl = 'https://automate.example.com'
$ServerPass = '1CZauGNRipB4zbzZwqDanZ='
$LocationId = '123'
```
## Uninstall-Automate.ps1
Downloads the Agent uninstaller from AWS S3 and silently runs it in the background.