Locking the screens of all remote computers
-
I am trying to lock all the remote computers through the master computer using veyon-cli but without success.
Can someone bring me the script to lock? -
@liy770 What commands did you try?
I think would be:
- ScreenLock
sudo veyon-cli feature start [IP ADDRESS] ScreenLock
- Shutdown (tested and worked)
sudo veyon-cli feature start [IP ADDRESS] PowerDownNow
- Power on a computer via Wake-on-LAN (WOL)
sudo veyon-cli power on [MAC ADDRESS]
For list all features:
sudo veyon-cli feature list