How to set the Description on a cloud only Distribution group using Powershell

Chris Skowen 21 Reputation points
2021-05-06T14:20:48.98+00:00

Is there a way to set the Description attribute of an Azure AD Distribution group using Powershell?

You would think it could be set using the Set-DistributionGroup cmdlet, but Description isn't a valid option.

Thanks,

Chris

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
Exchange Server Development
Exchange Server Development
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Development: The process of researching, productizing, and refining new or existing technologies.
508 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,348 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,363 questions
{count} votes

Accepted answer
  1. KyleXu-MSFT 26,206 Reputation points
    2021-05-07T02:42:38.993+00:00

    @Chris Skowen

    Do want to change this Azure AD attribute below(it doesn't exist on Exchange online side)? It cannot be changed:

    94601-qa-kyle-10-25-45.png

    Because, you need to change it from Exchange online, but Exchange online doesn't exist such attribute.
    94622-qa-kyle-10-36-43.png

    For Exchange online, there only exist "Notes" for distribution group. "Description" is an attribute for Office 365 group:
    94573-qa-kyle-10-14-21.png
    94585-qa-kyle-10-15-03.png

    If you want to change the Description for an Office 365 group, you can use command below:

    Set-UnifiedGroup OG1 -Notes Test12345  
    

    94548-qa-kyle-10-22-17.png

    In sort, there doesn't exist Description attribute for an Exchange online distribution group.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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.

    0 comments No comments

0 additional answers

Sort by: Most helpful