This repository contains a collection of custom scripts designed for use with Action1 RMM, a cloud-based remote monitoring and management platform. These scripts help automate common IT administration, maintenance, security, and monitoring tasks.
Scripts are organized in a two-level folder structure:
-
By Functionality Category
maintenance/
software/
network/
security/
inventory/
utilities/
-
By Script Language
powershell/
– Scripts written in PowerShell (.ps1
)cmd/
– Windows Command Line (.bat
,.cmd
)vbs/
– Visual Basic Scripts (.vbs
)bash/
– Linux/macOS scripts (.sh
) for cross-platform use (where applicable)
maintenance/ ├── powershell/ │ └── ClearTempFiles.ps1 ├── cmd/ │ └── DiskCleanup.cmd
software/ ├── powershell/ │ └── InstallChrome.ps1
- Log in to your Action1 Dashboard.
- Navigate to Configuration → Script Library.
- Click "New Script" and paste a script from this repo.
- Assign to the relevant endpoints or groups.
- Monitor the results in real-time through the dashboard.
Each script includes:
- 📄 A clear description of its purpose
- 💻 Supported operating systems
- 🔒 Required permissions (if any)
- 🚦 Exit codes and output behavior
Always review scripts before deploying them to production. Some scripts require administrative privileges and may modify system settings or files.
Want to share your scripts?
- Organize your script into the correct category and language subfolder
- Include comments and a usage description at the top of the file
- Follow naming conventions and best practices (PowerShell v5+ recommended)
- Submit a pull request!
This project is licensed under the Apache-2.0 license.
Made with ❤️ by an IT Professional, for fellow IT Professionals.