Enable EWS on Onprem room mailboz for SAAS application

Ajit Terdalkar 96 Reputation points
2021-10-20T09:33:45.197+00:00

Hello

How do we enable EWS access on room mailbox for SAAS application so that calendar and such requests can be processed

Will this need third party addin

Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
516 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Andy David - MVP 142.3K Reputation points MVP
    2021-10-20T11:49:11.513+00:00

    No, it should already be enabled

    get-casmailbox <room> |FL EwsEnabled
    

    if not:

    set-casmailbox <room> -EwsEnabled $true
    
    0 comments No comments