Disabling OWA for all users

Ghulam Abbas 211 Reputation points
2023-06-12T08:59:59.45+00:00

Hi, we are looking for some instructions on how to disable OWA for all our users. This can be done for each users, but is there a way to do this for all users with something like PowerShell? Any advice / suggestions would be helpful. Many thanks

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,185 questions
Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments
{count} votes

Accepted answer
  1. Andy David - MVP 157.8K Reputation points MVP Volunteer Moderator
    2023-06-12T11:28:21.3866667+00:00

    You can:

    Disable the OWA app pool on each exchange server in IIS

    or run in P to disable for all

    Get-Mailbox | Set-CASMailbox -OWAEnabled $false
    
    2 people found this answer helpful.

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.