HiltonGiesenow / PoShMon

A PowerShell-based server and farm monitoring solution
MIT License
56 stars 15 forks source link

Capture Exceptions for Later Resolution #222

Closed HiltonGiesenow closed 5 years ago

HiltonGiesenow commented 5 years ago

Sometimes an exception can be caused by the state of the target system, which is something that could be repairable. Right now the "Catch" only does the Send-ExceptionNotification, but we could add the ability to store the specific exception for later repair.

HiltonGiesenow commented 5 years ago

Done, in next release