Hello;
Sometimes we have users who forget to disconnect a device after their shift, and an admin will have to login to their terminal and disconnect them so someone else can access the device. Given they're mostly card readers that are only required temporarily, is there any way to implement say a 5min timeout disconnect? Or any way for a user/admin to 'kick' that connection?
You cannot set a timeout but
You cannot set a timeout but you can kick off a user by starting the client with the -a argument for administrator mode e.g
vhui64.exe -a
then right click on the In Use device and select Disconnect...
Ah, perfect. I'll check with
Ah, perfect. I'll check with the boss who to give that access to, thanks.
.
Any way to do that in CLI from the server?
I would like to set up a timeout in a shell script triggered by an event.
.
Sure, just call
STOP USING,<address>
from any client.
I mean from the USB IP server, not from a client.
I would script it from the "onBind" event.
.
No, all control is done via a client