Does anybody know a way that, given a person's username, you can find what machine they are logged into? In other words, input username and output workstation name?
if you run a script when the user logs on you can determine the machine name at the same time.
if you mean as an admin person can you type in a users name and get back the machine they are logged onto i would say tricky.
i guess you could handle it yourself and when a user logs on get them to create an entry in a file or db or update an active directory field for their user account.
your little admin script would then hve to read the logfile or db or ad field to get the info.
that is unless Active directorty doesnt already have a field in the users object that is updated each time they logon.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.