Hopefully "ScriptingTipsAndTricks" helps you with your batch file or vbscript scripting :-)
[Bottom][Contents][Prev]: SYSTEMROOT[Next]: Multiple Commands On One Line
\->Introduction->Event Logs

Event Logs

All Windows machines have at least 3 events logs which can be viewed with the "Windows Event Viewer":

  1. Application log:

    Events written by programs, these are classified as "error", "warning", or "information".

    Some links:

  2. System log:

    System events are logged by Windows and Windows system services, and again these are classified as "error", "warning", or "information".

    Some links:

  3. Security log:

    This of course holds security-related events. These events are called audits and can be "Audit success" or "Audit Failed".

    Some links:

The event log information is stored in ".evt" files.

Other pages with event log information:

Apart from the Windows "Event Viewer", there are many tools that allow you to view or dump the logs to a file, they include:


Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.Please email me any feedback, additional information or corrections.
See this page online (look for updates)

[Top][Contents][Prev]: SYSTEMROOT[Next]: Multiple Commands On One Line


ScriptingTipsAndTricks© is (C)opyright Dennis Bareis 2003-2008 (All rights reserved).
Sunday September 07 2014 at 12:50pm
Visit ScriptingTipsAndTricks's Home Page
Microsoft awarded me an MVP (Most Valuable Professional award) in 2004, 2005, 2006, 2007, 2008 & 2009 for the Windows SDK (Windows Installer) area.