Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article provides information on configuring shared mailboxes, address books, and clients in Microsoft Exchange Online for education environments.
Shared mailboxes (optional)
Shared mailboxes are used for collaboration between users, and they provide a group email and shared workspace for conversations, files, and calendar events. Shared mailboxes can be useful in the following examples:
- Help Desk / IT Support: A single mailbox and email address where IT issues can be sent and a team of IT support staff can all access.
- School System Inboxes: A single mailbox where parents, students, and community members can send issues and questions.
- School Board: A single shared mailbox where school board members can all read and respond to issues and questions sent by email from constituents.
Address books
The following guidance can help with address book management and administration:
Address book policies: Address book policies (ABPs) allow users to be segmented into specific groups and manage what email addresses users can see. It might not be desirable for students to see teachers’ email addresses for example; ABPs can accomplish this. ABPs can only be created via PowerShell.
- Turn on ABPs via PowerShell.
- Create ABPs.
- Address List role required. This role doesn't exist in any role group by default so needs to be added to an existing role group or a newly created role group
- Address book policies cmdlet (New-AddressBookPolicy) requires the following parameters:
- Name
- AddressLists
- GlobalAddressList
- OfflineAddressBook
- RoomList
- Example: New-AddressBookPolicy -Name "All Fabrikam ABP" -AddressLists "\All Fabrikam","\All Fabrikam Mailboxes","\All Fabrikam DLs","\All Fabrikam Contacts" -RoomList "\All Fabrikam-Rooms" -OfflineAddressBook "\Fabrikam-All-OAB" -GlobalAddressList "\All Fabrikam"
Assign the ABP to users. Although this assignment can be done in the Exchange Administrator Console (EAC), for a large number of users, it isn't practical and PowerShell should be used. For example, to assign the “All Fabrikam ABP” policy to all users whose Department equals Fabrikam, two lines of PowerShell are used:
- $Fabrikam = Get-Mailbox -Filter "Department -eq 'Fabrikam'"
- $Fabrikam | foreach {Set-Mailbox -Identity $_.MicrosoftOnlineServicesID -AddressBookPolicy "All Fabrikam ABP"}
Address Lists: Multiple Global address lists are required to implement ABPs (as indicated previously) and provide the desired separation.
- By default, the Default Global Address List contains all recipients. Additional GALs can only be created via PowerShell.
- Users only see the GAL they belong to. If a user belongs to multiple GALs, the largest GAL is used.
Hierarchy: Hierarchical address books (HABs) represent address lists by using an organizational structure. Rather than all recipients listed alphabetically, HABs allow for a tiered structure. In an educational organizational structure, this could be a tier of schools, child tiers for grades, and then classrooms.
Clients
A1 licensees use Outlook via browser/Outlook on the Web only. A3 and A5 licensees have access to the feature-complete Outlook desktop client and is recommended for those users. All email clients should support Modern Authentication and multifactor authentication (MFA).
The following list defines the policies governing email clients and mobility:
- Authentication/Modern auth
- Outlook
- Outlook on the Web
- Outlook for iOS and Android
- Client access rules