You can create mailbox policies to apply settings to users in Outlook on the web (formerly known as Outlook Web App) and the new Outlook for Windows. Outlook on the web mailbox policies are useful for applying and standardizing settings, for example, attachment settings, for specific groups of users.
For more information about Outlook on the web mailbox policies, see Outlook on the web mailbox policies.
What do you need to know before you begin?
Use the EAC to create a mailbox policy for Outlook on the web and the new Outlook for Windows
In the EAC, go to Roles > Outlook web app policies. Or, use the Outlook web app policies page and select New OWA policy.
In the New Outlook web app policy window that opens, configure the following settings:
- Basics - Name: Enter a unique name for your policy.
- Features - Use the checkboxes to enable or disable the features. By default, the most common features are displayed.
- File access - Select how users can access and view email attachments from public and private computers.
- Review - Review the Outlook Web App policy you have entered.
Note
You can configure settings for individual users by using the Set-CASMailbox cmdlet in Exchange Online PowerShell.
Select Create to save the policy.
Under Features, the following list contains the features you can configure when you create a mailbox policy using the EAC for Outlook on the web and the new Outlook for Windows:
Under Manage access, select how users can view and access attachments from public or private computers:
- File access:
- Public or shared computer: If set to Enabled, users can open file attachments by selecting them and then selecting Open.
- Private computers: If set to Enabled, users can open file attachments by selecting them and then selecting Open.
Use Exchange Online PowerShell to create a mailbox policy for Outlook on the web and the new Outlook for Windows
In Exchange Online PowerShell, creating a mailbox policy for Outlook on the web and the new Outlook for Windows is a two-step process:
Create the policy by using the following syntax:
New-OwaMailboxPolicy -Name "<Unique Name>"
This example creates a mailbox policy named "Executives" for Outlook on the web and the new Outlook for Windows.
New-OwaMailboxPolicy -Name Policy1
For detailed syntax and parameter information, see New-OwaMailboxPolicy.
Modify the default settings of the policy.
For more information, see Use Exchange Online PowerShell to modify mailbox policies for Outlook on the web and the new Outlook for Windows.
How do you know this worked?
To verify that you've successfully created a mailbox policy for Outlook on the web and the new Outlook for Windows, perform the following step:
- In the EAC, go to Roles > Outlook Web App Policies, and look for your new mailbox policy.
To verify that you've successfully created a mailbox policy for Outlook on the web and the new Outlook for Windows, do either of the following steps:
In the EAC, click Roles > Outlook Web App Policies, select the policy and review the settings in the details flyout that opens.
In Exchange Online PowerShell, run the following command to verify the policy is listed:
Get-OwaMailboxPolicy | Format-Table Name
In Exchange Online PowerShell, replace <Policy Name> with the name of the policy, and run the following command to verify the settings:
Get-OwaMailboxPolicy -Identity "<Policy Name>"
For information on how to modify an existing Outlook on the web mailbox policy, see View or configure Outlook on the web mailbox policy properties in Exchange Online.