Showing archive results for October 2015

Oct 22, 2015
Post comments count0
Post likes count0

Check Performance of Event Log Queries

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about checking the performance of various event log queries. Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about Windows PowerShell is that I can use Windows PowerShell to see how it is doing and how to optimize it. Sometimes the difference between one query and another query...

Scripting Guy!Windows PowerShellLogs and monitoring
Oct 21, 2015
Post comments count0
Post likes count0

PowerTip: Query Multiple Event Logs at Once

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to query multiple event logs at one time.  How can I use Windows PowerShell to query events that happened and may be in multiple event logs?  Use the Get-WinEvent cmdlet, specify the LogName parameter for both logs, and specify today            ...

Scripting Guy!Windows PowerShellPowerTip
Oct 21, 2015
Post comments count0
Post likes count0

Event Log Queries Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to query event logs. Microsoft Scripting Guy, Ed Wilson, is here. Today I talk a bit more about using Windows PowerShell to make queries from the event log. Although most large enterprises already have an event log monitoring application, at times it is useful to do t...

Scripting Guy!Windows PowerShellEvents
Oct 20, 2015
Post comments count0
Post likes count0

PowerTip: Find PowerShell Superheroes

Doctor Scripto
Doctor Scripto

Summary: Follow the adventures of PowerShell superheroes.  How can I follow the adventures of a couple of PowerShell superheroes as they use PowerShell commands to solve            real world problems?  You want to follow the adventures of BATCHman and Cmdlet (the boy blunder) as they battle Tapeworm, th...

Scripting Guy!Windows PowerShellPowerTip
Oct 20, 2015
Post comments count0
Post likes count0

Filtering Event Log Events with PowerShell

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about filtering event log events with the Get-WinEvent cmdlet.  Hey, Scripting Guy! I try to use the Get-WinEvent cmdlet to search event logs, but it is pretty hard to do. Also, I don’t see the nice switches that I had with Get-EventLog, so I don’t see why I should use the other cm...

Scripting Guy!Windows PowerShellgetting started