locked
SCOM - Exchange Test-Connectivity (manual test) RRS feed

  • Question

  • Hi

    I run the "New-TestCASConnectivityUser.ps1"  Script and successfully created  the account

    Warning: The command completed successfully but no setting of
     'MyLAB.com/users/extest_xxxxxxxxx' have been modified

    Now , how do I test the below connection  manually

    1. Test-OwaConnectivity   - what is the syntax to test this manually  ?
    2. Test-ActiveSyncConnectivity - what is the syntax to test this manually  ?
    3. Test-WebServicesConnectivity -  what is the syntax to test this manually  ?

    Thanks in Advance


    Help.Me

    Wednesday, December 6, 2017 11:58 AM

Answers

  • Hi,

    for explanation and examples on those cmdlets, please refer to:

    Test-OwaConnectivity

    Test-ActiveSyncConnectivity

    and

    Test-WebServicesConnectivity

    Those links should help you in using the cmdlets.

    Regards,





    Stoyan (Please take a moment to "Vote as Helpful" and/or "Mark as Answer" where applicable. This helps the community, keeps the forums tidy, and recognizes useful contributions. Thanks!) Blog: https://blog.pohn.ch/ Twitter: @StoyanChalakov

    • Proposed as answer by Yan Li_ Thursday, December 7, 2017 6:14 AM
    • Marked as answer by help.me.please Thursday, December 28, 2017 4:08 AM
    Wednesday, December 6, 2017 12:11 PM
  • Hello,

    This example tests the connectivity for the URL https://mail.contoso.com/owa using the credentials for the user contoso\kweku.

    Test-OwaConnectivity -URL:https://mail.contoso.com/owa -MailboxCredential:(get-credential contoso\kweku)

    This example tests Exchange ActiveSync client connectivity for the server named MBX01.

    Test-ActiveSyncConnectivity -ClientAccessServer MBX01

    This example tests Exchange Web Services on the local Client Access server and allows the test to use an unsecured connection that doesn't require SSL. A default test account is used.

    Test-WebServicesConnectivity -AllowUnsecureAccess


    Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Monday, December 11, 2017 6:19 AM

All replies

  • Hi,

    for explanation and examples on those cmdlets, please refer to:

    Test-OwaConnectivity

    Test-ActiveSyncConnectivity

    and

    Test-WebServicesConnectivity

    Those links should help you in using the cmdlets.

    Regards,





    Stoyan (Please take a moment to "Vote as Helpful" and/or "Mark as Answer" where applicable. This helps the community, keeps the forums tidy, and recognizes useful contributions. Thanks!) Blog: https://blog.pohn.ch/ Twitter: @StoyanChalakov

    • Proposed as answer by Yan Li_ Thursday, December 7, 2017 6:14 AM
    • Marked as answer by help.me.please Thursday, December 28, 2017 4:08 AM
    Wednesday, December 6, 2017 12:11 PM
  • Hello,

    This example tests the connectivity for the URL https://mail.contoso.com/owa using the credentials for the user contoso\kweku.

    Test-OwaConnectivity -URL:https://mail.contoso.com/owa -MailboxCredential:(get-credential contoso\kweku)

    This example tests Exchange ActiveSync client connectivity for the server named MBX01.

    Test-ActiveSyncConnectivity -ClientAccessServer MBX01

    This example tests Exchange Web Services on the local Client Access server and allows the test to use an unsecured connection that doesn't require SSL. A default test account is used.

    Test-WebServicesConnectivity -AllowUnsecureAccess


    Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Monday, December 11, 2017 6:19 AM
  • Hello, 

    Any update? Would you please mark helpful reply as answer if no further assistance needed on this post?

    Regards,

    Yan Li


    Please remember to mark the replies as answers if they help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.

    Monday, December 25, 2017 3:06 AM