< # .SYNOPSIS Shows detals of an $Error record for an exception .DESCRIPTION Creates an exception then shows how to find out details. .NOTES File Name : Get-ErrorDetails.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell V2 CTP3 .LINK http://pshscripts.blogspot.com/2009/01/get-errordetailsps1.html .EXAMPLE PS C:foo> .Get-Errordetails… Read the full text.