Janik von Rotz


1 min read

ExchangeOnline OWA Policies - Disable OWA light

To alter the Exchange owa policies you can access them Using the Office365 administration site and navigate to the Exchange section. In the default policy editor are only limited options available.

![owa policy settings](/wp-content/uploads/2013/09/2013-09-09-09_45_09-Outlook-Web-App-Postfachrichtlinie.png)

In case you would like f.e. disable the outlook wep app light (which is not available in the web editor), you have to use the almighty PowerShell console.

  1. Connect to you ExchangeOnline server
  2. Execute this snippet:
Get-OwaMailboxPolicy -Identity "OwaMailboxPolicy-Default" | Set-OwaMailboxPolicy -OWALightEnabled $false

 

Categories: Office 365 , scripting
Tags: exchange , office365 , policies , powershell , snippet
Improve this page
Show statistic for this page