Max Trinidad familiarizes us with objects in Powershell:
Working with PSObjects is essential to anyone using PowerShell. Especially, when there’s a need to extend the object to provide useful information.
Remember, the best way to get familiar with the PowerShell object(‘s)… (AKA PSOBject, .NET Object) is to use the ‘Get-Member’ Cmdlet.
Click through for several tips on how to add custom properties and learn more about what’s available on objects along the way.