Jaa


Create a mailbox policy in Exchange Online for Outlook on the web and the new Outlook for Windows

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

  1. In the EAC, go to Roles > Outlook web app policies. Or, use the Outlook web app policies page and select New OWA policy.

  2. 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.

  3. 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:

    • Communication management:

      • Instant messaging: if set to Enabled, users have access to instant messaging functionality such as the ability to send and receive instant messages, view presence information for other users, and change their own presence information.
      • Text messaging: if set to Enabled, users can send and receive text messages and create text message notification rules using Outlook on the web and the new Outlook for Windows.
      • Exchange ActiveSync: if set to Enabled, users can manage their linked mobile devices using Options in Outlook on the web.
      • Contacts: if set to Enabled, users can use Contacts in Outlook on the web and the new Outlook for Windows.
      • LinkedIn contact sync: if set to Enabled, users can add their LinkedIn connections to their mailbox as contacts. When a user's connection updates their information in LinkedIn, the contact is automatically updated.
      • Mobile device contact sync: if set to Enabled, users have access to personal contacts on their devices outside of Outlook on the web.
      • All address lists: if set to Enabled, users can view all address lists. If it's set to Disabled, the user can only view the default global address list.
    • Information management:

      • Journaling: if set to Enabled, the Journal folder is visible in Outlook on the web and the new Outlook for Windows.
      • Notes: if set to Enabled, the Notes folder is visible in Outlook on the web and the new Outlook for Windows.
      • Inbox Rules: if set to Enabled, a user can create and edit custom rules in Outlook on the web and the new Outlook for Windows.
      • Recover deleted items if set to Enabled, users can view items that have been deleted from the Deleted Items folder and choose whether to recover them to the Deleted Items folder or to delete them permanently using Outlook on the web and the new Outlook for Windows.
    • Security:

      • Change password: if set to Enabled, people can change their passwords by going to Options in Outlook on the web and the new Outlook for Windows.
    • User experience:

      • Themes: if set to Enabled, users can change the color scheme in Outlook on the web and the new Outlook for Windows.
      • Premium client: if set to Enabled, users can use the standard version of Outlook on the web. If you clear the checkbox, users are switched to the light version of Outlook on the web and get a simplified experience.
      • Email signature: if set to Enabled, users can create a custom signature and choose whether to automatically include it in messages they send.
      • Weather: if set to Enabled, users can see weather information on their calendar.
      • Places: if set to Enabled, users can see location suggestions for meetings.
      • Local events: if set to Enabled, users can see the events happening in their area.
      • Interesting calendars: if set to Enabled, users can browse and add interesting calendars.
    • Time management:

      • Calendar: if set to Enabled, users can use the Calendar in Outlook on the web and the new Outlook for Windows.
      • Tasks: if set to Enabled, users can use Tasks in Outlook on the web and the new Outlook for Windows.
      • Reminders and notifications: if set to Enabled, users receive new email notifications and task and calendar reminders.

    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:

  1. 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.

  2. 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](configure-outlook-web-app-mailbox-policy-properties.md#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>"
    

Next steps

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.