Jump to content
Updated Privacy Statement
  • 0

On Windows 10 how to detect if user is physically logged into the machine or connected via Citrix Remote PC Access


Eddie Santana

Question

We use Windows 10. Users are remotely connected via Citrix Remote PC Access feature to their physicals computers. We need to trigger a script at login only if user is physically in front of their work computer. 

 

It tried using the qwinsta and 'Query User' command lines  but both show up as 'console' while connect via the Citrix Remote PC Access method. 

Citrix Remote PC Access is not registered as an ICA/RDP session. 

 

Anyone know of a method I can use to detect if user is physically logging in which can be used to trigger a script?

Link to comment

3 answers to this question

Recommended Posts

  • 0

I had a look and the VDA bundles a fairly extensive set of WMI objects. If you look under Citrix/hdx namespace this query seems to return what you might need:

  • Select * from Citrix_Sessions

Or maybe under Citrix/EUEM:

 

  • Select * from Citrix_Euem_ClientConnect
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...