Jobs not returning correctly from Get-PSUJob

Jobs not returning correctly from Get-PSUJob

Version: 1.5
Issue:
When running Get-PSUJob and passing in a script returned from Get-PSUScript, jobs may not be returned correctly. 
Get-PSUScript -Name 'Script.ps1' | Get-PSUJob 
Root Cause:
If the Universal 1.4 PowerShell module is installed, and calls a 1.5 PowerShell Universal server, there will be a failure due to a change within the API itself. 
Work around:
Upgrade your Universal PowerShell module to version 1.5 to avoid this issue.