
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. If you set the Recipient scope to include all Recipients in the forest, and if you do not
use this parameter, it is possible that the user information is read from a global catalog with
outdated information. If you use this parameter, multiple reads might be necessary to get the
information. By default, the Recipient scope is set to the domain that hosts your Exchange
servers.
❑ DomainController < fqdn > : This parameter specifies the fqdn of the domain controller you
query against to retrieve the data from Active Directory ...