Showing results for July 2011 - Page 5 of 7 - 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 10, 2011
Post comments count0
Post likes count0

Use ShowUi to Easily Create Graphical Interfaces for PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use ShowUi, a free Windows PowerShell module, to simplify creating graphical interfaces for scripts.   Microsoft Scripting Guy Ed Wilson here. Today, I have a guest article from my good friend James Brundage. Here is a little bit about him.   James Brundage is the founder of Start-Automating, a company dedicated to saving people ...

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
Jul 8, 2011
Post comments count0
Post likes count0

Use PowerShell to Get the Number of the Week of the Year

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to use Windows PowerShell to easily get the number of the week of the year. Microsoft Scripting Guy, Ed Wilson, is here. It seems that at times things appear to be too hard. At other times, things that I figure might be too hard, end up being super simple. I guess this is why I was never that good at project estimation tasks. A c...

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

Use PowerShell Hash Tables with Your Cmdlets

Doctor Scripto
Doctor Scripto

Summary: Learn how to Use Windows PowerShell hash tables with your cmdlets to create powerful commands.   Hey, Scripting Guy! I think I understand hash tables after having read your earlier articles about working with hash tables. What I do not understand is how hash tables work within Windows PowerShell commands. In addition, how do I find Wi...

Scripting Guy!Windows PowerShellscripting techniques