Hi everyone,
I am looking for something different than what "Sign Out" does on RDWeb. Unless the GPO keys are set for idle time or disconnect time the users account usually do not log-off. So, I want to provide the users a back-end way of logging off. Currently, I have logoff.exe as an application which they run and log-off but sometimes that doesn't work if the users account is frozen etc...
So, my work-around is to create a VB script or something in the web (NOT a RemoteApp) which harvests RDWeb logged in user name and passes it to a VB log off script to log-off the user.
Can someone point me to $variable name for logged in user so I can use that as line argument for my log-off commands?
Thanks