February 25th, 2013

PowerTip: Get a Quick Update on Event Log Status via PowerShell

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to get a quick event log status update.

Hey, Scripting Guy! Question How can I quickly obtain a status update on my event logs? Things such as the retention policy, overflow action, and numbers of event in the logs?

Hey, Scripting Guy! AnswerUse the Get-EventLog cmdlet with the * after it, as shown here.

Get-EventLog *

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.

Feedback