Gene Laisne's blog

IS&T / AD / Exchange / Scripting / other

Jul

11

Get your last 50 error messges in PowerShell

By Gene Laisne

(0..49) |% { $($error[$_].Exception.InnerException) }

 

Leave a comment