local
Remove-DistributionGroupMember -Identity ???ExchUDG??? -Member
amy@ExchangeExchange.local
After making changes, use the Get-DistributionGroupMember cmdlet to confirm addition or removal
of members to the Distribution Group. This cmdlet shows the current members of the Distribution
Group.
Exchange Server 2007 allows for the conversion of existing global or local groups to Universal Security
or Distribution Group. The Set-Group cmdlet is used to accomplish this.
The Dynamic Distribution Group
The Dynamic Distribution Group, previously known as Query Based Distribution Group, differs from
other groups supported in Exchange Server 2007. Its membership list is based on a specified precanned
or custom filter and this list is calculated each time a message is sent to the Distribution Group. All
Recipients that match the filter will receive the message sent to the Distribution Group. Like the other
groups supported in Exchange Server 2007, the Dynamic Distribution Group receives messages only
from authenticated users.
To create a new Dynamic Distribution Group, use the New-DynamicDistributionGroup cmdlet.
Required parameters for this cmdlet include the Name, Organizational Unit, IncludedRecipients ,
and RecipientFilter . The RecipientFilter parameter is used when creating a custom filter for the
Distribution Group.
Pages:
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226