Scripting Blog [archived]

Formerly known as the "Hey, Scripting Guy!" blog

Use the PowerShell Add-History Cmdlet to Customize the Console

   Summary: Learn how to use the Windows PowerShell Add-History cmdlet to customize the console for more efficient automation.   (image) Hey, Scripting Guy! I love using the Windows PowerShell history cmdlets to simplify my server and workstation automation needs. It is much easier to Invoke-History than it is to write a script...

Simplify PowerShell Hash Table Creation with a Simple Cmdlet

   Summary: Learn how to use an easy-to-use Windows PowerShell cmdlet to simplify creating hash tables.   (image) Hey, Scripting Guy! Good morning, Ed. I have been a Scripting Guy fan for years and although I have not read all the thousands of posts, I have definitely read more than a few of them. This is the first time I have ...

Weekend Scripter: Query the Bing Search Engine from a PowerShell Script

  Summary: Microsoft MVP Sean Kearney shows how to use the Bing web services API from inside a Windows PowerShell script.   Microsoft Scripting Guy Ed Wilson here. Sean Kearney is back with us today as he continues to share with us his discoveries while playing. Read more about Sean in the introduction on this blog post. Let us see ...