|
Question : Find name of computer a user last logged onto
|
|
Is there an active directory(or sms) script that will tell me the name of the computer that a user logged onto last, or is currently logged into?
thx.
|
Answer : Find name of computer a user last logged onto
|
|
Then create the text files I suggested when your users logon and you can parse that to get the last computername for that user... even just an echo %computername% > \\server\share\users\%username% from your main login script would give you the last computername for that user. You can then use batch file or higher language to parse the txet file...
Only an idea, simple but it works as long as your users can run such as login script.
Steve
|
|
|