# ScreenConnect
```
#timeout=120000 msiexec.exe /i "[url]" /quiet
```
## Backstage
I've had instances where sending the command through ScreenConnect doesn't work but running it in backstage either CMD or PowerShell works fine.
```
msiexec.exe /i "[url]"
```
# PowerShell
This information was gathered from the [[Intune]] application created by the NinjaOne integration.
## Installer
```PowerShell
powershell.exe -executionpolicy bypass .\windows-deployment-script.ps1 -envUrlBase "https://us2.ninjarmm.com" -pathToAgent "ws/api/v2/generic-installer" -tokenid "129566f2-145b-4e13-8e2c-00a3c1ac1d36"
```
## Uninstaller
```PowerShell
powershell.exe -executionpolicy bypass .\windows-uninstall-script.ps1
```
# Active Directory Discovery
Pending devices will appear under `Home > Administration > Organizations > Devices > Status`.
> [!Note]
> We need to determine if once you approve it turns on immediately or if it still needs to install.