diff --git a/rmm/NinjaOne/README.md b/rmm/NinjaOne/README.md new file mode 100644 index 0000000..80f7ea2 --- /dev/null +++ b/rmm/NinjaOne/README.md @@ -0,0 +1,19 @@ +# NinjaOne Automation Scripts + +## Install-NinjaOneRmm + +Install NinjaRMM + +Download and install the NinjaOne RMM agent with the given token. + +### Parameters + +#### -Token + +Specifies the token ID of the Organization Location in which to place the agent once it is installed. + +### Examples + +```powershell +.\Install-NinjaRmm.ps1 -Token '90a92722-da34-452c-99e0-af8be7fcbf0c' +``` \ No newline at end of file