faza Posted December 6, 2006 Posted December 6, 2006 Is there a facility in Windows Server 2003 where i can check who is logged onto what workstation (Past or Present)? I understand you can create logon scripts saying echo %computer name%, %username% >> \\servername\filename\logon.log etc... But that may cause problems when multiple users are trying to write to the log at the same time. Is there a progrmam or anything in Windows Server 2003 i can use? Hope you can help faza
Jake_89 Posted December 6, 2006 Posted December 6, 2006 http://www.mst-software.co.uk/software/index.php?option=com_content&task=blogcategory&id=69&Itemid=47
faza Posted December 6, 2006 Author Posted December 6, 2006 Is there anything else as i cant get to grips with this piece of software.
webman Posted December 6, 2006 Posted December 6, 2006 To view past logons, connect to the eventlog on a given machine using Event Viewer. To go with current ones, you could elaborate on the logon script idea but use VBScript and an Access database, and there shouldn't be any locking issues with it. I'm pretty sure this has been covered on the forum before.
faza Posted December 6, 2006 Author Posted December 6, 2006 Would i use the same code but instead of having a .log file have the details go into a Access Database.
Midget Posted December 6, 2006 Posted December 6, 2006 for present connection, you need to go to "manage this server" in the CP, then click on file server and then sessions. This will tell you who is logged in atm and on what machines.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now