File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,9 @@ Set-DynamicDistributionGroup -Identity Developers -IncludedRecipients MailboxUse
132
132
133
133
This example applies the following changes to the existing dynamic distribution group named Developers:
134
134
135
- Change the ConditionalCompany query filter to Contoso.
136
-
137
- Change the IncludedRecipients query filter to MailboxUsers.
138
-
139
- Add the value Internal to the ConditionalCustomAttribute1 attribute.
135
+ - Change the ConditionalCompany query filter to Contoso.
136
+ - Change the IncludedRecipients query filter to MailboxUsers.
137
+ - Add the value Internal to the ConditionalCustomAttribute1 attribute.
140
138
141
139
### Example 2
142
140
``` powershell
@@ -146,7 +144,7 @@ Set-DynamicDistributionGroup -Identity Developers -RecipientFilter "ExtensionCus
146
144
147
145
This example applies the following changes to the existing dynamic distribution group named Developers:
148
146
149
- Sets the RecipientFilter custom OPATH filter using a variable based value of a specific recipient property.
147
+ - Sets the RecipientFilter custom OPATH filter using a variable based value of a specific recipient property.
150
148
151
149
## PARAMETERS
152
150
You can’t perform that action at this time.
0 commit comments