how to see users using ews in exchange

Allen, Jim 20 Reputation points
2025-03-17T16:10:07.0066667+00:00

how can i see which accounts are actively using ews?

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
{count} votes

Accepted answer
  1. Anonymous
    2025-03-18T01:31:37.62+00:00

    Hello, @Allen, Jim

    Welcome to the Microsoft Q&A platform!

    To see which accounts are actively using Exchange Web Services (EWS) in Exchange Online (EXO), you can use the Exchange Online PowerShell.

    Here are the commands and test results:

    
    Connect-ExchangeOnline
    
    
    Get-CASMailbox | Select-Object DisplayName, EwsEnabled
    

    User's image

    For more detailed usage information, you might need to check the Azure AD sign-in logs to see which applications are using EWS.


    If the answer is helpful, please click on “Accept answer” as it could help other members of the Microsoft Q&A community who have similar questions and are looking for solutions.

    Thank you for your support and understanding.

    Best Wishes,

    Alex Zhang


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.