Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User names and workstation names

Status
Not open for further replies.

dehat01

Technical User
Mar 10, 2003
6
US
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.

sorry i havent been too much help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top