Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Display Event Viewer

$
0
0

Summary: Learn how to use Windows PowerShell to display the Event Viewer tool.

Hey, Scripting Guy! Question I often use the Event Viewer, but I have a hard time finding it or remembering its name.
           How can I use Windows PowerShell to see the Event Viewer?

Hey, Scripting Guy! Answer Use the Show-EventLog cmdlet—Tab expansion works so you do not have to type much,
           and it is easier to remember and type than EventVwr:

Show-EventLog


Viewing all articles
Browse latest Browse all 3333

Trending Articles