Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 961 Bytes

File metadata and controls

14 lines (9 loc) · 961 Bytes

RMM

Scripts for managing the NinjaOne RMM platform itself — agent reinstallation and organization-level configuration. These are deployed via NinjaOne or run directly on a managed endpoint.

See HOWTO.md for guidance on downloading and running scripts.


Scripts

Script Description
Reinstall NinjaRMM Agent.ps1 Removes the incumbent NinjaOne agent (including Ninja Remote, services, registry entries, and drivers) and installs the RTT NinjaRMM agent. Designed for MSP-to-MSP fleet transfers. Accepts installer URL via hardcoded $RTTInstallerURL, -InstallerURL parameter, or Ninja script variable installerUrl ($env:installerUrl).
Set Organization UDF from Hostname.ps1 Sets a NinjaOne custom field (UDF) value derived from the device hostname — used to associate devices with organizations during onboarding.