Skip to content

[AutoPublish] main to live - 05/22 10:32 PDT | 05/22 23:02 IST #12768

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
May 22, 2025
Merged
Prev Previous commit
Next Next commit
Update Get-UnifiedGroup.md
Added description for the new added parameters to the Get-UnifiedGroup cmdlet
  • Loading branch information
paisvivekanand authored May 22, 2025
commit 05280c72ce255069d8420ee86a300e226b1e88cc
20 changes: 15 additions & 5 deletions exchange/exchange-ps/exchange/Get-UnifiedGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ Accept wildcard characters: False
```

### -IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames
{{ Fill IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames Description }}
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.

Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.

```yaml
Type: SwitchParameter
Expand Down Expand Up @@ -203,7 +205,9 @@ Accept wildcard characters: False
```

### -IncludeBypassModerationFromSendersOrMembersWithDisplayNames
{{ Fill IncludeBypassModerationFromSendersOrMembersWithDisplayNames Description }}
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.

Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.

```yaml
Type: SwitchParameter
Expand All @@ -219,7 +223,9 @@ Accept wildcard characters: False
```

### -IncludeGrantSendOnBehalfToWithDisplayNames
{{ Fill IncludeGrantSendOnBehalfToWithDisplayNames Description }}
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.

Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.

```yaml
Type: SwitchParameter
Expand All @@ -235,7 +241,9 @@ Accept wildcard characters: False
```

### -IncludeModeratedByWithDisplayNames
{{ Fill IncludeModeratedByWithDisplayNames Description }}
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.

Note: This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.

```yaml
Type: SwitchParameter
Expand All @@ -251,7 +259,9 @@ Accept wildcard characters: False
```

### -IncludeRejectMessagesFromSendersOrMembersWithDisplayNames
{{ Fill IncludeRejectMessagesFromSendersOrMembersWithDisplayNames Description }}
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.

**Note:** This switch was introduced following a change where recipient names were replaced with GUIDs, to restore human-readable identifiers in the output.

```yaml
Type: SwitchParameter
Expand Down