Skip to content

Instantly share code, notes, and snippets.

@adamdriscoll
Created January 21, 2020 20:41
Show Gist options
  • Save adamdriscoll/8471a56187bc422728801b9d50429222 to your computer and use it in GitHub Desktop.
Save adamdriscoll/8471a56187bc422728801b9d50429222 to your computer and use it in GitHub Desktop.
Retrieving pipeline output from Universal Automation
[DBG]: PS C:\Users\adamr>> $Job = Get-UAJob -Id 1
[DBG]: PS C:\Users\adamr>> Get-UAJobPipelineOutput -Job $Job
Name Value
---- -----
ResponseSize 151366
ResponseTime 1690
StatusCode 200
[DBG]: PS C:\Users\adamr>> Get-UAJobPipelineOutput -Job $Job | Get-Member
TypeName: Deserialized.System.Collections.Hashtable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment