Skip to content

Commit 12771c8

Browse files
authored
Update Get-UnifiedGroup.md
1 parent 05280c7 commit 12771c8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

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

171171
### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
172-
The IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all recipients—whether individual senders or members of distribution groups—who are explicitly allowed to send messages to the Microsoft365 group, as defined in the AcceptMessagesOnlyFromSendersOrMembers property. If this switch is not specified, the AcceptMessagesOnlyFromSendersOrMembersWithDisplayNames property will return an empty result.
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.
173173

174-
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
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.
175175

176176
```yaml
177177
Type: SwitchParameter
@@ -205,9 +205,9 @@ Accept wildcard characters: False
205205
```
206206

207207
### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
208-
The IncludeBypassModerationFromSendersOrMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all senders or group members who are allowed to bypass moderation settings for the Microsoft365 group, as defined in the BypassModerationFromSendersOrMembers property. If this switch is not specified, the BypassModerationFromSendersOrMembersWithDisplayNames property will return an empty result.
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.
209209

210-
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
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.
211211

212212
```yaml
213213
Type: SwitchParameter
@@ -223,9 +223,9 @@ Accept wildcard characters: False
223223
```
224224

225225
### -IncludeGrantSendOnBehalfToWithDisplayNames
226-
The IncludeGrantSendOnBehalfToWithDisplayNames switch retrieves the UPN/SMTP address and display name of all users who are granted Send-On-Behalf permissions for the Microsoft365 group, as defined in the GrantSendOnBehalfTo property. If this switch is not specified, the GrantSendOnBehalfToWithDisplayNames property will return an empty result.
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.
227227

228-
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
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.
229229

230230
```yaml
231231
Type: SwitchParameter
@@ -241,9 +241,9 @@ Accept wildcard characters: False
241241
```
242242

243243
### -IncludeModeratedByWithDisplayNames
244-
The IncludeModeratedByWithDisplayNames switch retrieves the UPN/SMTP address and display name of all moderators assigned to the Microsoft365 group, as defined in the ModeratedBy property. If this switch is not specified, the ModeratedByWithDisplayNames property will return an empty result.
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.
245245

246-
Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
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.
247247

248248
```yaml
249249
Type: SwitchParameter
@@ -259,9 +259,9 @@ Accept wildcard characters: False
259259
```
260260

261261
### -IncludeRejectMessagesFromSendersOrMembersWithDisplayNames
262-
The IncludeRejectMessagesFromSendersOrMembersWithDisplayNames switch retrieves the UPN/SMTP address and display name of all senders or group members who are explicitly blocked from sending messages to the Microsoft365 group, as defined in the `RejectMessagesFromSendersOrMembers` property. If this switch is not specified, the `RejectMessagesFromSendersOrMembersWithDisplayNames` property will return an empty result.
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.
263263

264-
**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.
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.
265265

266266
```yaml
267267
Type: SwitchParameter

0 commit comments

Comments
 (0)