Get a device online without typing any settings.
Option 2 — managed install (fleet / RMM)
In an
elevated PowerShell — downloads RustDesk, installs, sets the server + key,
sets an
unattended password (auto-generated & printed, or pass
-Password 'xxx'),
and prints the device ID:
irm https://rustdesk.tskinvent.com/Deploy-RustDesk-TSK.ps1 -OutFile "$env:TEMP\d.ps1"; & "$env:TEMP\d.ps1"
Config is written to the admin-only service profile. Download:
Deploy-RustDesk-TSK.ps1 ·
RustDesk2.toml
Already have RustDesk? Report this PC's name to the console (no admin needed):
irm https://rustdesk.tskinvent.com/Enroll-RustDesk-TSK.ps1 | iex