Multiple domains and address book

Michal Dejmek 41 Reputation points
2023-02-04T09:04:29.18+00:00

Hello,

I'm gradually migrating the whole school to Exchange online, but I've run into a problem. The school wants the students to not see the teachers in the directory and vice versa. Students are also not allowed to see other students..

Is it possible to somehow limit what appears in the whisperer when writing a new email?

Thank you for your help..

Microsoft Exchange Online
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,175 questions
0 comments No comments
{count} votes

Accepted answer
  1. JimmySalian-2011 41,916 Reputation points
    2023-02-04T12:33:27.92+00:00

    Hi,

    AFAIK, it is possible however you will need to try out multiple address lists and create a filter to include and exclude the recepients, please follow this document and guidance it should help - https://learn.microsoft.com/en-us/exchange/address-books/address-lists/manage-address-lists

    Hope this helps.

    JS

    ==

    Please Accept the answer if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. Aholic Liang-MSFT 13,741 Reputation points Microsoft Vendor
    2023-02-06T07:22:13.8966667+00:00

    Hi @Michal Dejmek ,

    The school wants the students to not see the teachers in the directory and vice versa.

    According to your description, the first requirement is that you can create two address book policies to enforce. When an ABP is created and assigned to a user, the  ABP becomes the scope of the address list that the user will be able to view.

    You can refer to the following links to learn about and create:

    Address book policies in Exchange Online | Microsoft Learn

    Create an address book policy in Exchange Online | Microsoft Learn


    Students are also not allowed to see other students..

    You can hide a student's email address from the address book with the following command:

    Set-mailbox -identity user -HiddenFromAddressListsEnabled $true
    

     2023-2-6-1

    Or enable it for each student mailbox in EAC in the following way:

    1.       open EAC , enter  Recipients-Mailboxes

    2.       select the specify the mailbox

    3.       click “Manage hide from GAL ”

    4.       Enable and save it.

    2023-2-6-2


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

    1 person found this answer helpful.
    0 comments No comments

  2. Michal Dejmek 41 Reputation points
    2023-02-06T22:00:37.0166667+00:00

    Hello,

    I finally solved the problem using "AddressBookPolicy" which actually solves what was required.

    Thank you very much for your help.