Hi Rocco,

quote:
Like I said, I know the user name, and am looking for a quick way to get the PC name without manually digging through WINS
Well, one of the things I do is log all the user info during every logon, to a server share.
The file name is the machines name.log Then I can use UltraEdit (there are others, even using KiX if you want a pure KiX solution) to do a FIND IN FILES and look for the username I want. I will find every computer the person has logged onto and it also records the time they logged on. Now that you know the machine and username their is also a UDF to check if the person is still currently logged onto that remote computer. My logon script overwrites all previous information with new data during the logon process. That way you don't have stale data except for machines where a user has not logged back on to in a long time.