Skip to content

erwanclx/Install-RustDesk-GPO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

RustDesk installer Powershell Script

Forked from Simple install script for RustDesk to point to your own server. Can be used in a GPO startup script. · GitHub

A simple script which allows to install RustDesk Client with custom IP Address and PublicKeyString, ready to deploy in GPO.

How-to use ?

  • 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 🎉

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published