A simple script which allows to install RustDesk Client with custom IP Address and PublicKeyString, ready to deploy in GPO.
- Replace the IP with your RustDesk server at the line 5 :
$IpAddress = "127.0.0.1"
- Replace the PublicKeyString by the key on your RustDesk Server at the line 7 :
$PublicKeyString = "12345678"
Launch and that's all, or put it in a GPO 🎉