After disabling OWA Light using Set-OWAMailboxPolicy, how can users who have set OWA Light as a preference...

Book where humans were engineered with genes from animal species to survive hostile planets

3 doors, three guards, one stone

The logistics of corpse disposal

Why didn't this character "real die" when they blew their stack out in Altered Carbon?

How to bypass password on Windows XP account?

What's the meaning of 間時肆拾貳 at a car parking sign

Extract all GPU name, model and GPU ram

What does this icon in iOS Stardew Valley mean?

Overriding an object in memory with placement new

What does an IRS interview request entail when called in to verify expenses for a sole proprietor small business?

Align equal signs while including text over equalities

Identifying polygons that intersect with another layer using QGIS?

List of Python versions

What is a non-alternating simple group with big order, but relatively few conjugacy classes?

Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?

Output the ŋarâþ crîþ alphabet song without using (m)any letters

Can an alien society believe that their star system is the universe?

What is the meaning of the new sigil in Game of Thrones Season 8 intro?

What does the "x" in "x86" represent?

Echoing a tail command produces unexpected output?

Why are there no cargo aircraft with "flying wing" design?

How to deal with a team lead who never gives me credit?

Sci-Fi book where patients in a coma ward all live in a subconscious world linked together

Is it true that "carbohydrates are of no use for the basal metabolic need"?



After disabling OWA Light using Set-OWAMailboxPolicy, how can users who have set OWA Light as a preference regain access to OWA?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Come Celebrate our 10 Year Anniversary!Can I send HTML mails in Outlook Web Access?Error page for OWA users on a different server?OWA no longer accessing 1 backend exchange serverOWA 2013 doesn't allow loginsCustomize the Outlook Web App (OWA) Overall Theme in Exchange 2013Outlook Web App - edit HTML for accesibilityserver reset when accessing OWA externallyWhere does Microsoft OWA 2013 AutoComplete cache get stored?OWA users getting “Critical Error” when accessing their OptionsShow read-only rooms calendar in Exchange 2013 OWA did't work





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







1















If I use Set-OWAMailboxPolicy -OwaLightEnabled $false -Identity Default to disable OWA Light, anyone who has gone in to display settings -> Outlook Web App Version and selected OWA Light is then presented with a "Can't access Outlook Web App" error page if they try to log in (Actually, anyone using the same browser will see this as this error will now be the cached page when they go to OWA). Is there a way for an administrator or the user to reset their preference short of the administrator allowing the user to access OWA Light and the user changing their preference?



Adding owa/?layout=premium to the URL doesn't seem to do it.










share|improve this question














bumped to the homepage by Community 7 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















    1















    If I use Set-OWAMailboxPolicy -OwaLightEnabled $false -Identity Default to disable OWA Light, anyone who has gone in to display settings -> Outlook Web App Version and selected OWA Light is then presented with a "Can't access Outlook Web App" error page if they try to log in (Actually, anyone using the same browser will see this as this error will now be the cached page when they go to OWA). Is there a way for an administrator or the user to reset their preference short of the administrator allowing the user to access OWA Light and the user changing their preference?



    Adding owa/?layout=premium to the URL doesn't seem to do it.










    share|improve this question














    bumped to the homepage by Community 7 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      1












      1








      1








      If I use Set-OWAMailboxPolicy -OwaLightEnabled $false -Identity Default to disable OWA Light, anyone who has gone in to display settings -> Outlook Web App Version and selected OWA Light is then presented with a "Can't access Outlook Web App" error page if they try to log in (Actually, anyone using the same browser will see this as this error will now be the cached page when they go to OWA). Is there a way for an administrator or the user to reset their preference short of the administrator allowing the user to access OWA Light and the user changing their preference?



      Adding owa/?layout=premium to the URL doesn't seem to do it.










      share|improve this question














      If I use Set-OWAMailboxPolicy -OwaLightEnabled $false -Identity Default to disable OWA Light, anyone who has gone in to display settings -> Outlook Web App Version and selected OWA Light is then presented with a "Can't access Outlook Web App" error page if they try to log in (Actually, anyone using the same browser will see this as this error will now be the cached page when they go to OWA). Is there a way for an administrator or the user to reset their preference short of the administrator allowing the user to access OWA Light and the user changing their preference?



      Adding owa/?layout=premium to the URL doesn't seem to do it.







      exchange-2013 outlook-web-app






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 26 '14 at 20:24









      lgaudlgaud

      168116




      168116





      bumped to the homepage by Community 7 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 7 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          I found an answer here: http://community.office365.com/en-us/f/158/t/75823.aspx





          1. Disable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $false


          2. Enable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $true





          That seems to clear out the OWA Light preference, though, if it's done after disabling OWA Light the browser will still show a cached copy of the error page.






          share|improve this answer
























          • This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

            – lgaud
            Aug 27 '14 at 15:17












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "2"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f624231%2fafter-disabling-owa-light-using-set-owamailboxpolicy-how-can-users-who-have-set%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I found an answer here: http://community.office365.com/en-us/f/158/t/75823.aspx





          1. Disable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $false


          2. Enable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $true





          That seems to clear out the OWA Light preference, though, if it's done after disabling OWA Light the browser will still show a cached copy of the error page.






          share|improve this answer
























          • This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

            – lgaud
            Aug 27 '14 at 15:17
















          0














          I found an answer here: http://community.office365.com/en-us/f/158/t/75823.aspx





          1. Disable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $false


          2. Enable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $true





          That seems to clear out the OWA Light preference, though, if it's done after disabling OWA Light the browser will still show a cached copy of the error page.






          share|improve this answer
























          • This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

            – lgaud
            Aug 27 '14 at 15:17














          0












          0








          0







          I found an answer here: http://community.office365.com/en-us/f/158/t/75823.aspx





          1. Disable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $false


          2. Enable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $true





          That seems to clear out the OWA Light preference, though, if it's done after disabling OWA Light the browser will still show a cached copy of the error page.






          share|improve this answer













          I found an answer here: http://community.office365.com/en-us/f/158/t/75823.aspx





          1. Disable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $false


          2. Enable OWA feature for the users with PowerShell, like this: Set-CASMailbox -Identity user1@contoso.com -OWAEnabled $true





          That seems to clear out the OWA Light preference, though, if it's done after disabling OWA Light the browser will still show a cached copy of the error page.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 27 '14 at 13:05









          lgaudlgaud

          168116




          168116













          • This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

            – lgaud
            Aug 27 '14 at 15:17



















          • This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

            – lgaud
            Aug 27 '14 at 15:17

















          This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

          – lgaud
          Aug 27 '14 at 15:17





          This seemed to work for my first test with an individual user, but I went back testing some powershell with groups of users and it no longer seems to be working.

          – lgaud
          Aug 27 '14 at 15:17


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Server Fault!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f624231%2fafter-disabling-owa-light-using-set-owamailboxpolicy-how-can-users-who-have-set%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          117736 Шеррод Примітки | Див. також | Посилання | Навігаційне...

          As a Security Precaution, the user account has been locked The Next CEO of Stack OverflowMS...

          Маріан Котлеба Зміст Життєпис | Політичні погляди |...