Showing tag results for Weekend Scripter

Oct 9, 2010
Post comments count0
Post likes count0

Weekend Scripter: A Cool Music Explorer Script

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 3, 2010
Post comments count0
Post likes count0

Weekend Scripter: Automatically Save and Restore PowerShell ISE Preference Settings

ScriptingGuy1

  Summary: Microsoft MVP Ravikanth shows how to automatically save and restore Windows PowerShell ISE preference settings with an easy-to-use function.   Microsoft Scripting Guy Ed Wilson here. It is a fact that no script is ever completed. There is always something else that can be accomplished in the code. I have several goals as a Scri...

Scripting Guy!Windows PowerShellscripting techniques
Oct 2, 2010
Post comments count0
Post likes count0

Weekend Scripter: Tea Time!

ScriptingGuy1

  Microsoft Scripting Guy Ed Wilson here. It has been a great week with some excellent guest bloggers. It is not that I took the week off; rather, I have spent the week working on some special projects I wanted to complete. The great thing about working with guest bloggers is that I get to tap into world-class writers who are experts in their ...

Scripting Guy!Windows PowerShellscripting techniques
Sep 26, 2010
Post comments count0
Post likes count0

Modify the PowerShell Console Title and Display a Rabbit

ScriptingGuy1

Summary: Modify the Windows PowerShell console title and display a rabbit at random locations. The Microsoft Scripting Guys have fun. Microsoft Scripting Guy Ed Wilson here. I love Microsoft Outlook 2010. United States FTC disclaimer: The Microsoft Scripting Guys work for the Microsoft Corporation. I have been provided with a cooperate laptop that...

Scripting Guy!Windows PowerShellscripting techniques
Sep 25, 2010
Post comments count0
Post likes count0

Create a Transcript of Commands from the Windows PowerShell ISE

ScriptingGuy1

Summary: Create a transcript of commands from the Windows PowerShell ISE in this Microsoft Scripting Guys how-to article.   Microsoft Scripting Guy Ed Wilson here. One of the things I enjoy about using the Windows PowerShell console is the transcript feature. When I am playing around on the Windows PowerShell console, experimenting, trying ou...

Scripting Guy!Windows PowerShellscripting techniques