Robert Robelo

Robert Robelo

Robert Robelo is a PowerShell Magazine author!

6 Posts by this author

Custom errors

The most common ways of reporting errors in PowerShell are through the Write-Error Cmdlet or the Throw statement. Write-Error writes non-terminating errors while the throw statement writes terminating errors which halt execution but are not very descriptive.

Read More