This is a list of powershell, python, and batch scripts for use in SCSRMM
See https://docs.tacticalrmm.com/contributing_community_scripts/ for best practices on committing.
The /scripts_wip/
is a collection box for anything you want WIP=(Work In Progress). Jot ideas, not completed scripts, all commits welcome. Have some time and want to help with SCS RMM? Discuss in the #script Discord channel and toss around ideas with other people and improve scripts from wip to official script quality.
The /scripts_staging/
is a collection box for WIP scripts that are believed to be ready for official "Community Scripts" integration. Please test these scripts, and provide feedback on the quality of the script in the Discord #scripts channel.
The /scripts/
folder is the Official Community Script folder. Everything in here will be distributed with SCS RMM during the install process.
Everything in this folder MUST have a corresponding and valid entry in the community_scripts.json which is used in TRMMs install and upgrade process to integrate these scripts into the SCS RMM Script Manager
> Community Scripts
in all Tactical Installations.
Until v1 of SCS RMM is released function changes on existing scripts is allowed, but not encouraged. Be aware there may be SCS RMM installs in the field where you might be breaking someones scripts/tasks applied to their workstations. Work hard and try to add additional functionality/consolidate multiple scripts while preserving backwards functionality (or make a new version of the script).
python3 -m venv env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pytest