Showing results for Get-EventLog - PowerShell Team

May 21, 2009
0
0

Processing Event Logs in PowerShell

PowerShell Team
PowerShell Team

PowerShell V2 ships with two sets of cmdlets for processing event logs, one is *-EventLog set and other is Get-WinEvent.   Reading Events: As you can see there are two cmdlets to GET events from event logs , Get-WinEvent and Get-EventLog. Having two cmdlets to do the same thing seems to be counter-intuitive and I will explain the difference...

Event LogGet-EventLogGet-WinEvent
Aug 1, 2006
0
0

ScriptCenter EventLog Article

PowerShell Team
PowerShell Team

ScriptCenter has a very good article exploring the use of Windows PowerShell to analyze your eventlogs.  Check it out at: http://www.microsoft.com/technet/scriptcenter/topics/msh/cmdlets/get-eventlog.mspx PSMDTAG:CMDLET: Get-EventLog PSMDTAG:FAQ: EventLog - How do I find out what event logs exist?  ANSWER: Get-EventLog -list PSMDTAG:...

FAQGet-EventLog