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 }
There was an error while loading. Please reload this page.