Archive

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

Jul

11

Get your last 50 error messges in PowerShell

By Gene Laisne

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