Showing tag results for Weekend Scripter

Feb 13, 2011
Post comments count0
Post likes count0

Add Code Snippets to Your Script by Using the PowerShell ISE

ScriptingGuy1

Summary: Learn how to modify the Windows PowerShell ISE to automatically add code snippets.   Microsoft Scripting Guy Ed Wilson here. There are advantages and disadvantages to using multiple computers. One of the advantages is that I get to see where I have assumed a dependency on some particular thing that I did not know existed. Another adv...

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

Use PowerShell to Download and Install Internet Code Snippets

ScriptingGuy1

  Summary: Learn how to use Windows PowerShell to download code snippets from the Internet and install them for use in the Windows PowerShell ISE.   Microsoft Scripting Guy Ed Wilson here. It seems as if there is an old song that rather describes things right now. It goes somewhat like this: The weather outside is frightful, But the code ...

Scripting Guy!Windows PowerShellWeekend Scripter
Feb 5, 2011
Post comments count0
Post likes count0

Create a Custom File Extension by Using PowerShell

ScriptingGuy1

Summary: Learn how to use Windows PowerShell to create a custom file extension to store code snippets. Weekend Scripter: Creating a .snip file type Microsoft Scripting Guy, Ed Wilson, here. After I created the Get-CodeSnippet function yesterday, I decided that it might be useful to have my own file extension to keep track of code snippets. The re...

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

Use Code Snippets to Simplify Writing PowerShell Scripts

ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, shows how to use code snippets to simplify writing Windows PowerShell scripts. Weekend Scripter: Code snippets Microsoft Scripting Guy, Ed Wilson, here. I was recently in a meeting in which Jeffrey Snover (the original architect for Windows PowerShell) was also present. I love hearing Jeffrey Snover tal...

Scripting Guy!Windows PowerShellscripting techniques
Jan 30, 2011
Post comments count0
Post likes count0

Provide Progress for Your Script with a PowerShell Cmdlet

ScriptingGuy1

Summary: Learn how to provide progress for your Windows PowerShell script using a simple cmdlet.   Microsoft Scripting Guy Ed Wilson here. I have spent much of the weekend working on games for the 2011 Scripting Games. I am almost ready to make an announcement about the dates. It will happen this coming week, so stay tuned. As is usually the ...

Scripting Guy!Windows PowerShellscripting techniques