Can you populate Notes parameter in a group in Exchange Online from web interface?

Francesco Russo 175 Reputation points
2023-09-19T11:23:19.6466667+00:00

Good morning,

Is it possible to compile the notes parameter of a group from the web interface?

in the Outlook desktop address book there is the note parameter and not the description parameter as on the web and vice versa and the user who has to make the changes should always make changes from powershell, but not everyone knows how to use it

Thanks

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,770 questions
Microsoft Exchange Online
0 comments No comments
{count} votes

Accepted answer
  1. Aholic Liang-MSFT 13,846 Reputation points Microsoft Vendor
    2023-09-20T06:06:02.5733333+00:00

    Hi @Francesco Russo,

    Yes. The description parameter and the Notes parameter are two different parameters.

    I looked at the three admin centers as well as Outlook Client and PowerShell separately, and the same results as you. They cannot be synchronized and there is no way to modify notes parameters from the UI interface.

    Therefore, I still recommend that you use set-group as a workaround to change the Notes parameters of a distribution group.

    In addition, using set-group requires the user to have one of the following roles.

    User's image

     

    Here is a similar thread for your reference: How to edit a Distribution Group Note field in the GAL - Microsoft Community

    (Note:Microsoft provides third-party contact information to help you find additional information about this topic. This contact information may change without notice. Microsoft does not guarantee the accuracy of third-party contact information.)


    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.

1 additional answer

Sort by: Most helpful
  1. Vasil Michev 104.3K Reputation points MVP
    2023-09-20T06:12:37.5033333+00:00

    It depends, and generally speaking it's a mess. The old/classic EAC exposed "Notes", whereas the new one and the O365 admin center is all about "Description". Yet if "Description is empty", they can surface the "Notes" value instead. Making changes via the UI results in populating the Description value. Depending on the object type, the backend sync process might then synchronize it to the Notes property... or might not. I've detailed the behavior here: https://www.michev.info/blog/post/4118/microsoft-adds-description-parameter-for-exchange-group-objects-and-doubles-the-confusion

    TL;DR - if "Notes" is what you care about, best use PowerShell.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.