Test-OWAConnectivity – 6 Of 28 Test Cmdlets In Exchange 2010 SP1…

MS Exchange

Test-OWAConnectivity cmdlet is similar to Test-ECPConnectivity. It verifies that the Outlook Web App (OWA) is working as expected. The cmdlet can be used in two ways – test OWA connectivity for all Exchange 2010 virtual directories on a specified CAS server for all mailboxes that are in the same AD site or test the connectivity for an individual Outlook Web App URL.

Run Test-OWAConnectivity –ClientAccessServer servername to test against a CAS server.

Test-OWAConnectivity

Run Test-OWAConnectivity –URL “https://emexch1.exchangemaster.me/owa” –MailboxCredential (Get-Credential domainusername) to test owa connectivity for a user.

Test-OWAConnectivity Cert Warning

You can use the “TrustAnySSLCertificate” parameter if your certificate isn’t a trusted one. Run Test-OWAConnectivity –URL “https://emexch1.exchangemaster.me/owa” –MailboxCredential (Get-Credential domainusername) –TrustAnySSLCertificate

Test-OWAConnectivity User

The above command quickly checks whether a user can login using OWA. You do need the username and password of the user for the command to work.

Other Popular Articles


MS Exchange

Scripting Agent Initialization Failed: “File is not found” Error During Exchange 2016 Setup

MS Exchange

EAC Access While Co-Existing Exchange 2013 With 2010

MS Exchange

Delete All Calendar Entries In An Exchange 2010 Mailbox

1 thought on “Test-OWAConnectivity – 6 Of 28 Test Cmdlets In Exchange 2010 SP1…”

  1. Test successful on the server where EXTEST mailbox hosted.

    But failed on different CAS server which is located on the same site with the below error.

    The test couldn’t establish a connection to Outlook Web App.

    Plz assist.

    Reply

Leave a Comment