Get-PSUJob - Return job params

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

image

image

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

Get-PSUJobParameter -JobId 123