Showing results for 2010 - Scripting Blog [archived]

Dec 31, 2010
0
0

Write PowerShell Functions That Accept Pipelined Input

ScriptingGuy1
ScriptingGuy1

Summary: Learn how to write Windows PowerShell functions that accept pipelined input.   Hey, Scripting Guy! I really like the way that some Windows PowerShell cmdlets enable me to pipeline things to it. I do not understand why some Windows PowerShell cmdlets do not allow me to pipeline stuff to it, or perhaps I am doing it wrong. Anyway, my ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 30, 2010
0
0

Learn How to Run PowerShell Scripts Against Multiple Computers

ScriptingGuy1
ScriptingGuy1

   Summary: Microsoft Scripting Guy Ed Wilson teaches you how to run Windows PowerShell Scripts against multiple computers in this step-by-step article.   Hey, Scripting Guy! I am wondering on the best way to cause my script to work against multiple computers. -- LS   Hello LS, Microsoft Scripting Guy Ed Wilson here. I received...

Scripting Guy!Windows PowerShellscripting techniques
Dec 29, 2010
0
0

The Function of PowerShell Functions

ScriptingGuy1
ScriptingGuy1

   Summary: In this how to article, Microsoft Scripting Guy Ed Wilson discusses design considerations for Windows PowerShell functions.   Hey, Scripting Guy! I am trying to decide how to configure my Windows PowerShell function. I have heard that functions should return objects, but I am thinking that it would be better for my ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 28, 2010
0
0

To Script, or Not To Script – That is the Question

ScriptingGuy1
ScriptingGuy1

   Summary: Scripting Guy Ed Wilson talks about the design considerations that govern writing Windows PowerShell scripts.   Hey, Scripting Guy! I am trying to decide when it is best to write a script, and when not to write a script. Can you help me? -- BL   Hello BL, Microsoft Scripting Guy Ed Wilson here. It is interesting to ...

Scripting Guy!Windows PowerShellscripting techniques
Dec 27, 2010
0
0

The Number One Rule for Writing Great PowerShell Scripts

ScriptingGuy1
ScriptingGuy1

   Summary: In this article, Microsoft Scripting Guy Ed Wilson discusses the rules for writing great Windows PowerShell scripts.   Hey, Scripting Guy! I am trying to determine the best way to write my script. This will be my first script, and therefore I want to make sure that I get it right. -- EB   Hello EB, Microsoft ...

Scripting Guy!Windows PowerShellscripting techniques