From db3914286f562a3936e6c27e907ecdcb96ce2a3d Mon Sep 17 00:00:00 2001 From: Corbin Date: Tue, 4 Jun 2024 13:52:38 -0400 Subject: [PATCH] README for Automate scripts --- rmm/automate/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 rmm/automate/README.md diff --git a/rmm/automate/README.md b/rmm/automate/README.md new file mode 100644 index 0000000..c46291e --- /dev/null +++ b/rmm/automate/README.md @@ -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. \ No newline at end of file