Scripting Blog [archived]

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

InvokeRestMethod for the Rest of Us

Summary: Learn how to use Windows PowerShell to search web pages. Scripting Guy, Ed Wilson here. Today’s post is written by Doug Finke, a Windows PowerShell MVP, and June Blender, senior programming writer on the Windows Azure Active Directory team. Take it away, June… I was bending my brain around the cool new Windows Azure ...

ConvertTo-OrderedDictionary

Summary: Learn about creating ordered dictionaries in Windows PowerShell 3.0. Hash tables are fabulous for storing data items that are associated with each other. The simple "key=value" format is easy to create and easy to search. The only problem is that the order of elements in the hash table is arbitrary. If you need to have ...