Summary: Learn how to quickly find the latest events in a Windows event log.
How can I use Windows PowerShell to look in the Application log to see the latest events?
Use the Get-Eventlog cmdlet, specify the log name, and select newest events, for example:
Get-EventLog application -Newest 5