The following pages contain information about the default audit settings on Windows operating systems, how you can change these settings, how you can increase the size of the event logs, how all of this should be done via domain controller policies and on stand-alone servers/workstations.
An Audit policy determines the security events to report to administrators so that user or system activity in specified event categories is recorded. The administrator can monitor security-related activity, such as who accesses an object, when users log on to or log off from computers, or if changes are made to an Audit policy setting. For all of these reasons, Microsoft recommends that you form an Audit policy for an administrator to implement in your environment.
When many events logs are being generated, the possibility exists that events are being overwritten to quickly, which causes that important information would be lost. Increasing the maximum size of the Windows Event Logs might help to store events longer on each computer.
Having trouble finding the place where to enable auto-logon in Windows XP Professional? Since it's not so secure, it's well hidden. If you still want the functionality, do the following:
Click Start, Run and enter CONTROL USERPASSWORDS2
In the list of users, highlight the user account you want automatically logged on.
Uncheck Users must enter a Username and password.
Click Apply.
In the next dialog, enter the password for the account you selected in Step 2, if any
Name-based virtual hosts use multiple host names for the same webserver IP address. This post show how you can create name-based virtual hosts using the iisweb command-line utility.
This page explains how you can script the creation of new domains in a Windows DNS server using the dnscmd utility.
For one of my projects, I needed to find a way to redirect requests from local machines to for example google.com to a local webserver. To accomplish this, I setup a DNS server, made sure that all the local machines were using this DNS and added google.com in this DNS server to redirect to my local server.