Differences
This shows you the differences between the selected revisions of the page.
2017-10-04 | 2017-10-04 | ||
syntax (martin) | syntax (martin) | ||
Line 163: | Line 163: | ||
catch [Exception] | catch [Exception] | ||
{ | { | ||
- | Write-Host "Error: $(_.Exception.Message)" | + | Write-Host "Error: $($_.Exception.Message)" |
$result = 1 | $result = 1 | ||
} | } |