I would like to be able to define and use a custom type in some of my PowerShell scripts. For example, let\'s pretend I had a need for an object that had the following struc
This is the shortcut method:
$myPerson = "" | Select-Object First,Last,Phone