Skip to content

Commit a12b4ef

Browse files
committed
Update Set-DynamicDistributionGroup.md
1 parent 9f24895 commit a12b4ef

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

exchange/exchange-ps/exchange/Set-DynamicDistributionGroup.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,9 @@ Set-DynamicDistributionGroup -Identity Developers -IncludedRecipients MailboxUse
132132

133133
This example applies the following changes to the existing dynamic distribution group named Developers:
134134

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.
140138

141139
### Example 2
142140
```powershell
@@ -146,7 +144,7 @@ Set-DynamicDistributionGroup -Identity Developers -RecipientFilter "ExtensionCus
146144

147145
This example applies the following changes to the existing dynamic distribution group named Developers:
148146

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.
150148

151149
## PARAMETERS
152150

0 commit comments

Comments
 (0)