??‘ Identity < MailboxIdParameter > : The Identity parameter identifies the mailbox and can
use any of the following values: GUID, Domain\Account, Distinguished Name (DN), UserPrincipalName
(UPN), LegacyDN, or Alias.
Get - DynamicDistributionGroup
This cmdlet queries for existing Dynamic Distribution Groups in Active Directory and retrieves their
settings. One key point to note with this cmdlet is that it does not have the RecipientTypeDetails
parameter. The list of parameters is shown here. For a detailed list run the following in the Exchange
Management Shell: get-help Get-DynamicDistributionGroup -detailed .
Get-DynamicDistributionGroup [-Identity < DynamicGroupIdParameter > ] [-Credential
< PSCredential > ] [-DomainController < Fqdn > ] [-IgnoreDefaultScope < SwitchParameter > ]
[-ManagedBy < GeneralRecipientIdParameter > ] [-OrganizationalUnit
< OrganizationalUnitIdParameter > ] [-ReadFromDomainController < SwitchParameter > ]
[-ResultSize < Unlimited > ] [-SortBy < String > ] [ < CommonParameters > ]
Get-DynamicDistributionGroup [-Credential < PSCredential > ] [-DomainController
< Fqdn > ] [-Filter < String > ] [-IgnoreDefaultScope < SwitchParameter > ] [-ManagedBy
(continued)
Chapter 4: Working with User and Group Objects
93
< GeneralRecipientIdParameter > ] [-OrganizationalUnit
< OrganizationalUnitIdParameter > ] [-ReadFromDomainController < SwitchParameter > ]
[-ResultSize < Unlimited > ] [-SortBy < String > ] [ < CommonParameters > ]
Get-DynamicDistributionGroup [-Anr < String > ] [-Credential < PSCredential > ]
[-DomainController < Fqdn > ] [-IgnoreDefaultScope < SwitchParameter > ] [-ManagedBy
< GeneralRecipientIdParameter > ] [-OrganizationalUnit
< OrganizationalUnitIdParameter > ] [-ReadFromDomainController < SwitchParameter > ]
[-ResultSize < Unlimited > ] [-SortBy < String > ] [ < CommonParameters > ]
Some key parameters to note include:
??‘ ReadFromDomainController < SwitchParameter > : The ReadFromDomainController
parameter specifies that the user information is read from a domain controller in the user ??™ s
domain.
Pages:
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172