Created
January 21, 2020 20:41
-
-
Save adamdriscoll/8471a56187bc422728801b9d50429222 to your computer and use it in GitHub Desktop.
Retrieving pipeline output from Universal Automation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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