New Distribution Group

From KlavoWiki
Revision as of 23:41, 13 April 2011 by David (talk | contribs) (Created page with "To create a new Distribution Group use the following.<br> For further information you can reference [http://technet.microsoft.com/en-us/library/aa998856.aspx aa998856] <pre> New...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To create a new Distribution Group use the following.
For further information you can reference aa998856

New-DistributionGroup -Type Distribution -PrimarySmtpAddress email@hq.pcmail.ingr.com -Members alias1, alias2, alias3, alias4 -DisplayName "D-AU Name for Distribution List" -Alias "D-AU-Alias Name" -ManagedBy username -Notes "Place you notes here about what this DL is used for and any other relative information " -Name "Same as Display Name" -OrganizationalUnit "ingrnet.com/Asia Pacific/Australia/Brisbane/Users"

If you want to add a user to an existing Distribution List please refer to Add User to Distribution List