Showing results for October 2010 - Page 5 of 6 - Scripting Blog [archived]

Oct 10, 2010
0
0

Weekend Scripter: Use PowerShell to Compare Two Snapshots of Running Processes

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy Ed Wilson shows how to use Windows PowerShell to compare snapshots of running processes in this step-by-step article.   Microsoft Scripting Guy Ed Wilson here. The road seems to stretch on indefinitely. Parallel lines of concrete, surrounded by tall dancing pine trees and bordered by freshly mown grass, cont...

Scripting Guy!Windows PowerShellscripting techniques
Oct 9, 2010
0
0

Weekend Scripter: A Cool Music Explorer Script

ScriptingGuy1
ScriptingGuy1

  Microsoft Scripting Guy Ed Wilson here. I don’t know about you, but I have thousands of music files on my computer. In fact, I have exactly 4,018 music files. I used this Windows PowerShell command to count them: PS E:\Music> (dir -Include *.mp3,*.wma -Recurse | Measure-Object).count 4018 ...

Scripting Guy!Windows PowerShellWeekend Scripter
Oct 8, 2010
0
0

Use PowerShell to Identify Causes of Internet Explorer Crashes

ScriptingGuy1
ScriptingGuy1

Summary: The Microsoft Scripting Guys show how to use Windows PowerShell to identify applications that cause Internet Explorer to crash.   Hey, Scripting Guy! I am the network administrator where I work. I do mean the network administrator. I do everything from server configuration and installation, to user help desktop support. Our netw...

Scripting Guy!Windows PowerShellscripting techniques
Oct 7, 2010
0
0

Reuse PowerShell Code to Simplify Script Creation

ScriptingGuy1
ScriptingGuy1

Summary: The Microsoft Scripting Guys describe how to reuse Windows PowerShell code to simplify script writing and retrieve reliability information.   Hey, Scripting Guy! I really enjoy reading your stuff. It is generally both fun and informative. The thing I appreciate the most is that your writing does not read like standard product documen...

Scripting Guy!Windows PowerShellscripting techniques
Oct 6, 2010
0
0

Use PowerShell to Check for WMI Dependencies on Windows 7

ScriptingGuy1
ScriptingGuy1

Summary: Use Windows PowerShell to check for WMI dependencies on Windows 7 and Windows Server 2008 R2.   Hey, Scripting Guy! I am very excited about using the WMI reliability classes for monitoring purposes. As you mentioned in your previous articles, it is not automatically enabled on Windows Server 2008 R2. This means that it will ca...

Scripting Guy!Windows PowerShellscripting techniques