We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For returning error details: https://github.com/proxb/PoshRSJob/issues/20
if ($_.HasErrors) { $_ | select -ExpandProperty Error | % { throw $_ } } else { $_.Output }