PowerShell is fun :) Using PSCustomObject in PowerShell

This is one of the most used tools in PowerShell that I use, an excellent way of storing and using data for reporting purposes. In this blog post, I will show you how to use it to your benefit.

PowerShell is fun :)
@JeffHicks I like to throw in [ordered] as well
@TurnItOff_OnAgain I am almost certain that if you use [PSCustomObject], then [ordered] is implied. You can save yourself a step.
@JeffHicks Yep, looks like you are correct. I was thinking when I convert a hash table to a PSCustomObject.