Identicifation

  • Thread starter Thread starter Bill Luisi
  • Start date Start date
B

Bill Luisi

I would like to find or create a program that would run
when a user logs on to a server via terminal services
that would return to me the USER ID they logged on with
(EASY) but also the workstation name that they logged on
from... ANY IDEAS?
 
%clientname% is ehat you want.

To see all environment variables that are available in a session, open a
command windows and type "set | more" (without the quotes).
 
Back
Top