Applies to: Office 365 for professionals and small businesses, Office 365 for enterprises, Live@edu
Topic Last Modified: 2011-11-23
Outlook Web App mailbox policies control users’ access to files and features in Outlook Web App. Administrators can use Outlook Web App mailbox policies to apply and standardize Outlook Web App settings for all the users in their organization. For example, you can prevent users from opening file attachments in Outlook Web App.
In Exchange Online, all Outlook Web App mailbox policy settings are configured using Windows PowerShell.
-
To learn how to install and configure Windows PowerShell and connect to the service, see Use Windows PowerShell in Exchange Online.
-
For a detailed description of the Outlook Web App settings you can change using Outlook Web App mailbox policies, see Outlook Web App Mailbox Policies | Available Settings.
-
When you change a setting in an Outlook Web App mailbox policy, often the results aren’t immediately visible. Wait a few minutes for the settings to take effect.
All organizations have at least one built-in Outlook Web App mailbox policy that's automatically assigned to all the user mailboxes that you create. Every mailbox must have an Outlook Web App mailbox policy assigned to it, and only one Outlook Web App mailbox policy can be assigned to a mailbox.
Here's how Outlook Web App mailbox policies work in Microsoft Office 365 and in Microsoft Live@edu.
| Microsoft Office 365 for enterprises | Microsoft Live@edu | |
|---|---|---|
| Built-in Outlook Web App mailbox policies | OwaMailboxPolicy-Default |
|
| Can I modify existing Outlook Web App mailbox policies? | Yes | Yes |
| Can I create new Outlook Web App mailbox policies? | Yes. See Create and Assign Outlook Web App Mailbox Policies in Office 365. | No |
| Can I assign Outlook Web App mailbox policies to users? | Yes. See Create and Assign Outlook Web App Mailbox Policies in Office 365. | No |
Note In Live@edu organizations, the names of the Outlook Web App mailbox policies correspond to the names of the available mailbox plans. When you create a new mailbox and assign a mailbox plan to it, the corresponding Outlook Web App mailbox policy is also assigned to the mailbox. If you change the mailbox plan that's assigned to an existing mailbox, the Outlook Web App mailbox policy of the mailbox isn't changed, and you can't change it. However, you can configure different Outlook Web App settings for mailboxes that are assigned the DefaultMailboxPlan and mailboxes that are assigned the GalDisabledMailboxPlan.
Here are a few common scenarios:
-
Prevent users from opening or saving attachments in Outlook Web App
-
Force WebReady Document Viewing only for all supported file types
-
Disable access to the calendar, instant messaging, and text messages (SMS) in Outlook Web App
Run the following command:
Run the following commands:
Run the following command:
Repeat this command for any custom Outlook Web App mailbox policies you've created and applied to users.
WebReady Document Viewing lets users view specific file types in their Web browser, even if the user doesn't have the applications required to open those file types. To force users to view those file types in their Web browser, regardless of the applications installed on the client computer, run the following command:
Set-OwaMailboxPolicy <Name> -DirectFileAccessOnPrivateComputersEnabled $false -WebReadyDocumentViewingOnPrivateComputersEnabled $true
Note The WebReadyDocumentViewingOnPrivateComputersEnabled parameter is $true by default.
Run the following commands:
Set-OwaMailboxPolicy OwaMailboxPolicy-DefaultMailboxPlan -DirectFileAccessOnPrivateComputersEnabled $false -WebReadyDocumentViewingOnPrivateComputersEnabled $true Set-OwaMailboxPolicy OwaMailboxPolicy-GalDisabledMailboxPlan -DirectFileAccessOnPrivateComputersEnabled $false -WebReadyDocumentViewingOnPrivateComputersEnabled $true
Run the following command:
Set-OwaMailboxPolicy OwaMailboxPolicy-Default -DirectFileAccessOnPrivateComputersEnabled $false -WebReadyDocumentViewingOnPrivateComputersEnabled $true
Repeat this command for any custom Outlook Web App mailbox policies you've created and applied to users.
Run the following command:
Set-OwaMailboxPolicy <Name> -CalendarEnabled $false -IntegratedInstantMessagingEnabled $false -TextMessagingEnabled $false
Run the following commands:
Set-OwaMailboxPolicy OwaMailboxPolicy-DefaultMailboxPlan -CalendarEnabled $false -IntegratedInstantMessagingEnabled $false -TextMessagingEnabled $false Set-OwaMailboxPolicy OwaMailboxPolicy-GalDisabledMailboxPlan -CalendarEnabled $false -IntegratedInstantMessagingEnabled $false -TextMessagingEnabled $false
Run the following command:
Set-OwaMailboxPolicy OwaMailboxPolicy-Default -CalendarEnabled $false -IntegratedInstantMessagingEnabled $false -TextMessagingEnabled $false
Repeat this command for any custom Outlook Web App mailbox policies you've created and applied to users.
