19 lines
372 B
Markdown
19 lines
372 B
Markdown
# 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'
|
|
``` |