Get-PSUJob - Return job params

Get-PSUJob - Return job params

avatar
Product: PowerShell Universal
Version: 1.4.6


Is there any way to return the job params?

Get-PSUJob -Script (Get-PSUScript -Name ‘HelloWorld.ps1’ -Integrated) -OrderDirection Descending -First 1 -Integrated

6e4a74b081deeda29af7bf4cdd509ed70586c563


b219217ceafaf4bd88f9b1b99301cc3ddad9066a

6e4a74b081deeda29af7bf4cdd509ed70586c563.png

b219217ceafaf4bd88f9b1b99301cc3ddad9066a.png

All Comments (1)

avatar

If anyone is wondering how to do this there is a new cmdlet called get Get-PSUJobParameter

Get-PSUJobParameter -JobId 123