• 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.

Log files on Windows Server 2003 with a domain

Kremerica

Senior member
All,
I work at a company with about 40 desktop pc's which are all connected to a windows 2003 server with a domain. The profiles are all hosted locally and the user accounts are used for file access privileges and web access.
All the machines use this domain and server for web traffic, and we have a separate print server for printing.
All the machines also have at least 3 mapped network drives back to the windows 2003 domain controller machine.
All the individual pc's are using specific ip addresses not dhcp.

How do I view the log files in windows server 2003 to see activity by the users?

for example, one of the questions I have been asked is, "who deleted "ZZZ" folder?"
I assume that viewing file activity logs on the server will tell me which IP address, or which user account accessed or deleted the files....

thanks,
 
Auditing is a two-step process. You have to enable a global auditing setting on the server through Group Policy. In this case, it sounds like you want to audit object access.

Next, you need to enable auditing on a particular file or directory through the NTFS permissions tab. Be careful how much auditing you do, as object access auditing can easily bring a file server to its knees if you don't audit sparingly.
 
Back
Top