Archive

You are currently browsing the Gene Laisne's blog blog archives for the day Thursday, July 11th, 2013.

Jul

11

Get your last 50 error messges in PowerShell

By Gene Laisne

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