Add NinjaOne bootstrap deployment script
This commit is contained in:
@@ -32,7 +32,16 @@ powershell -ExecutionPolicy Bypass -File .\build\build-release-manifest.ps1 `
|
||||
|
||||
## NinjaOne Tasks
|
||||
|
||||
Initial install/update:
|
||||
Create a PowerShell script in NinjaOne named `OCSentinel - Installieren oder aktualisieren`.
|
||||
Run it as `SYSTEM` in 64-bit PowerShell and copy the content of
|
||||
`scripts/bootstrap-ocsentinel-ninja.ps1` into the NinjaOne script editor.
|
||||
It is idempotent: new devices install the current package, while installed devices
|
||||
only update when a newer manifest version is published.
|
||||
|
||||
Use it for the one-time rollout and, later, as the monthly update task. For an
|
||||
initial validation scan, add `-RunInitialStatusScan` to the script parameters.
|
||||
|
||||
Installed-client update only:
|
||||
|
||||
```powershell
|
||||
& "C:\Program Files\OCSentinel\scripts\update-ocsentinel.ps1" `
|
||||
|
||||
Reference in New Issue
Block a user