Skip to content
SheldonH edited this page Feb 22, 2017 · 1 revision

For returning error details: https://github.com/proxb/PoshRSJob/issues/20

   if ($_.HasErrors) {
        $_ | select -ExpandProperty Error | % { throw $_ }
    }
    else {
        $_.Output
    }
Clone this wiki locally