Hi everyone,
This is my first post, but I’m really hoping you can help me out, this is driving me nuts…
When you create a cmdlet or function that outputs a System.Management.Automation.PSCustomObject type, how do you show a custom view in the console? If i create an object with 30 properties and I only want to show 4 in the console table view, how can i keep all the object properties in tact to pass to the pipeline, but view only the 4 columns until I pipe it to select or format etc…
I know you can format custom types in the format.ps1xml file but wouldn’t that change the format for every PSCustomObject type that was created?
I’m missing something obvious probably ![]()
Cheers
Toby