TipsAndTricks/CreatingPsuedoObjects.Trick.ps1

# You can make psuedoobjects out of thin air!

[PSCustomObject][Ordered]@{
    Name = "James"
}