Product: PowerShell Universal
Version: 3.7
I think the start time should be showing up.
$Job = Invoke-PSUScript @ScriptParams
return $Job
Product: PowerShell Universal
Version: 3.7
I think the start time should be showing up.
$Job = Invoke-PSUScript @ScriptParams
return $Job
The problem is that the script has been created by the scheduler at this point but not actually started. You would have to wait a second or two to get the start time.
Good to know. Thanks!