Skip to content

Commit 19d8016

Browse files
authored
Merge pull request #12766 from paisvivekanand/patch-13
Update Get-UnifiedGroup.md
2 parents 153474f + 2d7c907 commit 19d8016

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

exchange/exchange-ps/exchange/Get-UnifiedGroup.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ Accept wildcard characters: False
169169
```
170170

171171
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
172-
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
172+
The IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of AcceptMessagesOnlyFromSendersOrMembers recipients in the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
173+
174+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, AcceptMessagesOnlyFromSendersOrMembers recipients are shown as GUIDs and the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property is empty.
173175

174176
```yaml
175177
Type: SwitchParameter
@@ -203,7 +205,9 @@ Accept wildcard characters: False
203205
```
204206

205207
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
206-
{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
208+
The IncludeBypassModerationFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of BypassModerationFromSendersOrMembers recipients in the BypassModerationFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
209+
210+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, BypassModerationFromSendersOrMembers recipients are shown as GUIDs and the BypassModerationFromSendersOrMembersWithDisplayNames property is empty.
207211

208212
```yaml
209213
Type: SwitchParameter
@@ -219,7 +223,9 @@ Accept wildcard characters: False
219223
```
220224

221225
### -IncludeGrantSendOnBehalfToWithDisplayNames
222-
{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
226+
The IncludeGrantSendOnBehalfToWithDisplayNames switch specifies whether to return the SMTP addresses and display names of GrantSendOnBehalfTo recipients in the GrantSendOnBehalfToWithDisplayNames property. You don't need to specify a value with this switch.
227+
228+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, GrantSendOnBehalfTo recipients are shown as GUIDs and the GrantSendOnBehalfToWithDisplayNames property is empty.
223229

224230
```yaml
225231
Type: SwitchParameter
@@ -235,7 +241,9 @@ Accept wildcard characters: False
235241
```
236242

237243
### -IncludeModeratedByWithDisplayNames
238-
{{ Fill IncludeModeratedByWithDisplayNames Description }}
244+
The IncludeModeratedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of ModeratedBy recipients in the ModeratedByWithDisplayNames property. You don't need to specify a value with this switch.
245+
246+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, ModeratedBy recipients are shown as GUIDs and the ModeratedByWithDisplayNames property is empty.
239247

240248
```yaml
241249
Type: SwitchParameter
@@ -251,7 +259,9 @@ Accept wildcard characters: False
251259
```
252260

253261
### -IncludeRejectMessagesFromSendersOrMembersWithDisplayNames
254-
{{ Fill IncludeRejectMessagesFromSendersOrMembersWithDisplayNames Description }}
262+
The IncludeRejectMessagesFromSendersOrMembersWithDisplayNames switch specifies whether to return the SMTP addresses and display names of RejectMessagesFromSendersOrMembers recipients in the RejectMessagesFromSendersOrMembersWithDisplayNames property. You don't need to specify a value with this switch.
263+
264+
This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, ModeratedBy recipients are shown as GUIDs and the RejectMessagesFromSendersOrMembersWithDisplayNames property is empty.
255265

256266
```yaml
257267
Type: SwitchParameter

0 commit comments

Comments
 (0)