Contact Info

Crumbtrail

ActiveXperts.com » Administration » Powershell » Powershell 3.0 » Get-EventLog

Get-EventLog - Powershell 3.0 CmdLet

ActiveXperts Network Monitor ships with integrated Powershell scripts to monitor complex network. The scripts run out of the box
Download the ActiveXperts Network Monitor FREE version now »

Get-EventLog

Short description
Gets the events in an event log, or a list of the event logs, on the local or remote computers.

Syntax


Description
The Get-EventLog cmdlet gets events and event logs on the local and remote computers.


Use the parameters of Get-EventLog to search for events by using their property values. Get-EventLog gets only the even
ts that match all of the specified property values.


The cmdlets that contain the EventLog noun (the EventLog cmdlets) work only on classic event logs. To get events from l
ogs that use the Windows Event Log technology in Windows Vista and later versions of Windows, use Get-WinEvent.