Windows Logging Guide
Windows Logging Guide
Command Prompt
Lastly, you can open the Event Viewer directly from a command prompt. To do so:
1. Open a Command Prompt
2. Type: eventvwr
Navigation Pane
The Navigation pane is where you choose the event log to view. By default, there are five
categories of Windows logs:
Application – Information logged by applications hosted on the local machine.
Security – Information related to login attempts (success and failure), elevated privileges,
and other audited events.
Setup – Messages generated when installing and upgrading the Windows operating
system. If the Windows system is a domain controller, those messages are also logged
here.
System – Messages generated by the Windows operating system.
Forwarded Events – Events forwarded by other computers when the local machine is
functioning as a central subscriber.
There is also a section for Applications and Services Logs, including categories for
Hardware Events, Internet Explorer and Windows PowerShell events.
Event Viewer Navigation pane
Detail Pane
When Event Viewer is open, the Detail pane displays the Overview and Summary. We’ll
discuss the Summary Views later. Select an item from the Navigation pane to see a list of events.
Event entries are listed by default in chronological order with the latest events at the top.
Click on any column header to sort events by that field in ascending or descending order.
Clicking a second time in the same column head reverses the sort order. For example, click on
Level to sort by severity. A caret ^ symbol or reverse caret indicates the sort field and direction
of the sort.
Each event has a severity Level:
Information messages
indicate a successful action.
Open the Details tab to view the raw event data. You can switch between Friendly View and
XML View.
You can right-click on an event and select Copy > Copy Details as Text then paste the results
into a text editor. The system fields are listed, followed by the entire event as XML. For this
critical error, we can see the system had shut down unexpectedly.
Actions Pane
The Actions pane provides quick access to actions available for your current selections. The
Action pane is divided into two sections:
Actions available for the selected Navigation pane log
Actions available for the selected Detail pane event
In this example, we have selected the Application log and Event 9027, Desktop Window
Manager:
As you can see, there are a number of actions possible when a particular event log is active. For
example, click Filter Current Log to search for a particular event or group of events. The pop-up
window enables you to specify query criteria. When you click OK, your filtered results are
shown in the Details pane.
Clearing Large Logs
You can do some housekeeping on the selected log with the Clear Log action if it becomes too
large. This deletes all events stored in the log. To check the size of your log files, select
Windows Logs or Applications and Services Logs from the Navigation pane. The Number of
Events and Size are shown in the Detail pane.
Exporting Events
You can click Save All Events As or Save All Events in Custom View As (selected events) or
Save All Events As (all events) to export events from the current log to an event file. The event
file has an EVTX extension.
Where would you use such functionality? Suppose you want to send your system’s health status
to a third-party vendor—you can provide them with an exported event file. Or, you can archive
your logs before deleting them, or send your saved logs to a centralized backup medium. Saving
event logs to an event file comes in handy. Administrators click on Open Saved Log and
navigate to the log location to open the saved log.
Custom Views
Event Viewer enables you to easily create custom views. This provides quick access if you are
interested in certain types of event or events based on severity level.