• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

identifying users behavior on windows 2008 server

I am using Windows 2008 server and have setup a domain working-group environment. I have users and computers connecting (joined) to my domain. How do I using Windows 2008 server find out the following:

1) The time the user and/or computer logged in and logged out of the network.

2) The kind of activities the user/computer accessed and did during the time it was on a network.

3) How do I map a user to a computer.

4) The IP address allocated for a user in a network during the time of access (being live or offline)

Is this possible and how?
 
I am using Windows 2008 server and have setup a domain working-group environment. I have users and computers connecting (joined) to my domain. How do I using Windows 2008 server find out the following:

1) The time the user and/or computer logged in and logged out of the network.

2) The kind of activities the user/computer accessed and did during the time it was on a network.

3) How do I map a user to a computer.

4) The IP address allocated for a user in a network during the time of access (being live or offline)

Is this possible and how?

1) turn on auditing and go through the event log
2) A Windows domain does not provide you with "user monitoring" the most you can see is log on times and file access if you turn enough auditing on. It won't tell you things like surfing habits or what applications are running.
3,4) The closest you can come is to matching the logins to the machine name and using that to look up the DHCP entry. I guess you could turn on logging if you really wanted to dig through it all to match everything up but this is user intensive and there are better tools to do this.
 
Back
Top