• Hi,

    I am using V2 of PowerShell...

    ============================================================================

    C:\Users\7319>powershell.exe

    Windows PowerShell

    Copyright (C) 2009 Microsoft Corporation. All rights reserved.

    PS C:\Users\7319> $Host

    Name : ConsoleHost

    Version : 2.0

    InstanceId : 0d10a998-5015-463a-9645-0d487d3b9f4b

    UI : System.Management.Automation.Internal.Host.InternalHostUserI

    nterface

    CurrentCulture : en-GB

    CurrentUICulture : en-US

    PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy

    IsRunspacePushed : False

    Runspace : System.Management.Automation.Runspaces.LocalRunspace

    PS C:\Users\7319>

    ============================================================================

    From doing some reading, the TRY CATCH was not integrated into version 1. Sorry, should have stated this in the notes. Poweshell 2.0 is available from http://support.microsoft.com/kb/968929.

    Regards,