Showing results for event logs - Scripting Blog [archived]

Jun 2, 2014
0
0

Use PowerShell to Troubleshoot Defrag Issues

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to troubleshoot defrag issues in Windows 8.1. Microsoft Scripting Guy, Ed Wilson, is here. This week, I begin a week-long series about looking at the Windows event and diagnostic logs via Windows PowerShell. I have previously written about this, and you may want ...

Scripting Guy!Windows PowerShellLogs and monitoring
Oct 2, 2013
0
0

PowerTip: Discover All Event Logs on a Server

Doctor Scripto
Doctor Scripto

Summary: Discover all of the event logs on a server by using Windows PowerShell.  How can I discover the event logs that are available on my server?  There two ways to do this. If you want the classic-type event logs, use: Get-EventLog –List If you want to see all of the event logs, including the new style logs that were introduced ...

Windows PowerShellPowerTipRichard Siddaway
Oct 2, 2013
0
0

The Admin’s First Steps: Scan Multiple Event Logs

Doctor Scripto
Doctor Scripto

Summary: Richard Siddaway talks about using Windows PowerShell to automate scanning event logs across many remote machines.  Hey, Scripting Guy! I’ve just starting using Windows PowerShell to administer my systems, and I’ve been asked to test multiple remote machines for a particular event. How can I do that? —CV  Hello ...

Windows PowerShellscripting techniquesguest blogger
Jul 15, 2013
0
0

Use PowerShell and a Filter Hash Table to Speed Boot Trace

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using a filter hash table with Windows PowerShell to speed up boot trace parsing.  Hey, Scripting Guy! I don’t get it. You wrote a script yesterday, and said that the performance was bad. You suggested that you could improve the performance, but then you did not do anything about i...

Scripting Guy!Windows PowerShellscripting techniques
Jul 14, 2013
0
0

Weekend Scripter: Use PowerShell to Get Boot-Up Trace Events

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to get boot-up trace events. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am sipping the last of my English Breakfast tea with a little lemon grass and a crushed cinnamon stick. Not sure how I ran out of English Breakfast tea, but I did. Oh well. I stil...

Scripting Guy!Windows PowerShellWeekend Scripter