Get-PSUJobPipelineOutput not returning pipeline type of System.Management.Automation.PSCustomObject

Ran into a weird issue when using Get-PSUJobPipelineOutput.

Below is an example where its not returning the Pipeline output where the object type is System.Management.Automation.PSCustomObject

image

Below is the same /job endpoint which returns the out fine when its pipeline type is System.Collections.Specialized.OrderedDictionary

image

Thanks,
michael

Product: PowerShell Universal
Version: 2.7.4

I figured it out. I was doing something wonky with my objects.

1 Like