Force OWA Light in Exchange 2013

Hello is there a possibility to force OWA light in Exchange 2013 promise.

Not the Option field on logon page....I used some powershell code, but nothing helps:
Set-OwaMailboxPolicy -Identity Default -OWALightEnabled $True

In Office365 I saw, that there is in the Display Settings an Option to Switch between light and premium Version.

thank you verry much for a Idea

July 14th, 2013 2:22am

I'm not sure that you can force OWA light, but what you can is to enable option for OWA light on logon page.

Execute this : Get-OWAVirtualDirectory | Set-OWAVirtualDirectory LogonPageLightSelectionEnabled $true 

Free Windows Admin Tool Kit Click here and download it now
July 14th, 2013 5:04am

Try running this command:

Set-OWAVirtualDirectory -identity "servername\owa (Default Web Site)" -LogonPageLightSelectionEnabled $True

Then do an IIS Reset

http://technet.microsoft.com/en-us/library/bb123515(v=exchg.150).aspx

July 14th, 2013 9:39am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics