Unable to find the notes entered while creating a new distribution list

HAQ, INZMAM UL 21 Reputation points
2020-08-27T16:37:02.137+00:00

Hi Team,

I am creating a new distribution list using office exchange portal. When i create a new DL, i enter some comment in the "Notes" field and it's tool tip says that can be seen in Address List or Contact card but i am not able to find the any comment.

Further, i also want to know how can i check that comment using powershell

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,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,261 Reputation points
    2020-08-28T01:57:22.107+00:00

    >using office exchange portal

    Do you using Exchange online? I have help you change the Tag to the suitable one "Exchange online it-pro".

    Here are some test for you:

    1. Add Note in Exchange online:
      21024-snipaste-2020-08-28-09-41-32.png
    2. Connect to Exchange Online PowerShell, then check with command below:
      20850-snipaste-2020-08-28-09-43-36.png
    3. About checking in Outlook, if you are using Outlook in Cache mode, it may consume a long time to sync the change. I would suggest you try to run Outlook in Online mode, then will could find it quickly(Open address book, then double-click on this group, you will could see the Notes):
      20978-snipaste-2020-08-28-09-51-04.png

    If the response is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Rich Matheisen 46,796 Reputation points
    2020-08-27T18:02:34.797+00:00

    Try this "Get-ADGroup -Identity <group-samaccountname> -Properties info"

    0 comments No comments

  2. Andy David - MVP 148.4K Reputation points MVP
    2020-08-27T18:16:13.957+00:00

    In ExO, this will grab it:

    Get-Group <group> |FL notes

    Note you can also see in the properties of the group of the client like Outlook: :)

    20967-image.png

    0 comments No comments

  3. HAQ, INZMAM UL 21 Reputation points
    2020-08-28T05:13:37.67+00:00

    Thank you so much team for this. I got to know. Great help. Now i also got to know how to set that comment using Set-Group.. Thanks a lot :)

    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.