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

Oct 20, 2010
Post comments count0
Post likes count0

Use PowerShell to Combine Multiple Commands for Ease of Use

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to use Windows PowerShell 2.0 to combine multiple commands into new custom functions and simplify your scripting.   Hey, Scripting Guy! I do a lot of work from the Windows PowerShell command line. In fact, I write very few scripts, but I run lots of commands. I would like to create a custom Windows PowerShell function...

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

Automatically Create Custom PowerShell Functions

ScriptingGuy1
ScriptingGuy1

  Summary: Learn how to automatically create custom Windows PowerShell functions by using a free tool that writes your code for you.   Hey, Scripting Guy! I wish there was a good way to modify Windows PowerShell commands. I can modify the names of commands by creating an alias for the command. I wish I could create an alias that also mod...

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

Use Splatting to Simplify Your PowerShell Scripts

ScriptingGuy1
ScriptingGuy1

Summary: Use the Windows PowerShell 2.0 splatting technique to simplify your scripts. This step-by-step article provides the details.   Hey, Scripting Guy! I hope this is not a dumb question; I am a little hesitant to even ask, but something has been bugging me for over a month. I was recently in a Live Meeting with Scripting Guy Ed Wilson a...

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

Create Exact Copies of Active Directory Security Groups in a New Forest

ScriptingGuy1
ScriptingGuy1

  Summary: Guest Blogger Oliver Lipkau shows us how to create exact copies of Active Directory security groups in a new forest.   Microsoft Scripting Guy Ed Wilson here. We have a guest blogger today: Oliver Lipkau. Here is Oliver’s scripting biography. I have been scripting for more than 10 years. I started with batch at the age o...

Scripting Guy!Windows PowerShellguest blogger
Oct 16, 2010
Post comments count0
Post likes count0

Learn How to Load and Use PowerShell Snap-ins

ScriptingGuy1
ScriptingGuy1

Summary: How do I use snap-ins with the Windows PowerShell 2.0 cmdlet, Add-Module? What are the benefits of using this method over Add-PSSnapin?   Microsoft Scripting Guy Ed Wilson here. I am on holiday and am speaking at SQL Saturday #49 today in Orlando, Florida. The really cool thing about this particular SQL Saturday is that they have an ...

Scripting Guy!Windows PowerShellscripting techniques