< # .SYNOPSIS MSDN Sample of Try/Catch/Finally in PowerShell .DESCRIPTION This script opens a file gets 1st 10 characters. The idea is to show more detail on try/catch/finally with PowerShell .NOTES File Name : show-trycatchfinally2.ps1 Author : Thomas Lee – tfl @psp .co.uk Requires : PowerShell V2 CTP3 Also needs c:foogd.txt to exist. … Read the full text.