How to Add a Distribution Group Member
Applies to: Exchange Server 2007 SP3, Exchange Server 2007 SP2, Exchange Server 2007 SP1, Exchange Server 2007
Topic Last Modified: 2006-12-20
This topic explains how to use the Exchange Management Console and the Exchange Management Shell to add a recipient to a distribution group.
To perform this procedure, the account you use must be delegated the following:
-
Exchange Recipient Administrator role
For more information about permissions, delegating roles, and the rights that are required to administer Exchange Server 2007, see Permission Considerations.
-
Start the Exchange Management Console.
-
In the console tree, expand Recipient Configuration, and then click Distribution Group.
-
In the result pane, select the distribution group to which you want to add a recipient.
-
In the action pane, under the distribution group name, click Properties.
-
In <Distribution Group> Properties, on the Members tab, click Add to open the Select Recipient dialog box.
-
In the Select Recipient dialog box, click the recipient you want to add to the distribution group, and then click OK.
-
Click OK to return to the Exchange Management Console.
-
Run the following command to add the user adam@contoso.com to the Marketing Managers distribution group:
Add-DistributionGroupMember -Identity "Marketing Managers" -Member adam@contoso.com
For detailed syntax and parameter information, see the Add-DistributionGroupMember reference topic.
-
For more information about managing distribution groups, see Managing Distribution Groups.
-
For more information about managing recipients, see Managing Recipients.
-
For more information about the Exchange Management Shell, see Using the Exchange Management Shell.
