Answered How to Check which is the DAG witness server in exchange 2010 ?

  • Monday, March 12, 2012 6:45 AM
     
     

    Hi

    Please help me as how to find which sever is used as the Witness server for the Exchange 2010 DAG.

    Regards.

All Replies

  • Monday, March 12, 2012 7:08 AM
     
     

    You can get it by using the commandlet from exchange shell

    Get-Databaseavailibilitygroup -identity Dagname |FL


    Shaba

  • Monday, March 12, 2012 7:12 AM
     
     Answered Has Code
    Get-DatabaseAvailabilityGroup DAGNAME |Select-object WitnessServer

    This will list out only the witness server details

    Shaba

    • Marked As Answer by mgprasa Monday, March 12, 2012 8:41 AM
    •