If there's such thing as a secret sauce to PowerShell, the PowerShell team has added it to the types.ps1xml file. An often overlooked feature of Windows PowerShell is its extensibility. With a little ...
I'm trying to solve something similar to what is done in this StackOverflow question. I have an object with a nested array. I'd like the default view to be that nested array, but keep the object ...