Exchange Online
A Microsoft email and calendaring hosted service.
6,185 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
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