Despite its weird name, splatting can be a really handy technique if you create a lot of PowerShell scripts. If you have worked with PowerShell for any length of time, you have no doubt seen instances ...
New-Object's Property parameter can bust out a hashtable of property names and values that's easier on the eyes. If you've seen any of my PowerShell scripts from either my Mr. Roboto column or my blog ...
Microsoft is on its way toward enabling full automation of Azure tasks via PowerShell workflow scripts. Complete PowerShell automation of Microsoft Azure will be possible when Microsoft releases its ...
Continuing from where I left off in my previous article on PowerShell parameters where I talked about defining the types and naming considerations, we will now take a look at some useful attributes ...