Showing results for performance - Scripting Blog [archived]

Jul 11, 2011
Post comments count0
Post likes count0

Use Date Types to Filter Event Trace Logs in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use date types to filter event trace logs in Windows PowerShell.   Hey, Scripting Guy! I am wondering, oh great scripting master: can I use Windows PowerShell to parse an ETW log file? —JM   Hello JM, Microsoft Scripting Guy Ed Wilson here. It is “oh dark thirty” in the Piedmont region of the United...

Scripting Guy!Windows PowerShellscripting techniques
Jul 9, 2011
Post comments count0
Post likes count0

Use PowerShell to Troubleshoot Windows

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to troubleshoot Windows by working with ETW logs.   Weekend Scripter: Troubleshooting Windows Microsoft Scripting Guy Ed Wilson here. I do not know about you, but I enjoy troubleshooting Microsoft Windows. There is something rewarding about seeing a problem, diagnosing the problem, and resolving the...

Scripting Guy!Windows PowerShellscripting techniques
Mar 8, 2011
Post comments count0
Post likes count0

How to Improve the Performance of a PowerShell Event Log Query

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to improve the performance of a Windows PowerShell event log query. Hey, Scripting Guy! I am a beginner when it comes to using Windows PowerShell, and I was inspired by your article yesterday about using Windows PowerShell to Query All Event Logs for Recent Events, and today I attempted to write a command to get all of the event...

Scripting Guy!Windows PowerShellscripting techniques
Feb 3, 2011
Post comments count0
Post likes count0

Export Performance Counters with PowerShell to Ease Tuning

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to use Windows PowerShell to export performance counter sets to simplify analysis and tuning. Hey, Scripting Guy! I think that using Windows PowerShell to parse performance counter stuff is pretty cool. However, as much as I am a command line person, there are times when I need to be able to use the GUI. For example, often I nee...

Scripting Guy!Windows PowerShellscripting techniques
Feb 2, 2011
Post comments count0
Post likes count0

Use PowerShell to Parse Saved Performance Counter Logs

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to use the Import-Counter cmdlet in Windows PowerShell to parse saved performance counter log files. Hey, Scripting Guy! We have configured a series of custom performance monitor logs that run as scheduled tasks and collect monitoring information. The problem is that I never seem to have time to run Performance Monitor to review...

Scripting Guy!scripting techniquesgetting started