Skip to content

[AutoPublish] main to live - 07/02 10:32 PDT | 07/02 23:02 IST #12845

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 9 commits into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions exchange/exchange-ps/exchange/Get-DistributionGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Get-DistributionGroup [-Anr <String>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
[-ReadFromDomainController]
Expand All @@ -52,6 +53,7 @@ Get-DistributionGroup [[-Identity] <DistributionGroupIdParameter>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
[-ReadFromDomainController]
Expand All @@ -71,6 +73,7 @@ Get-DistributionGroup [-Credential <PSCredential>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-ManagedBy <GeneralRecipientIdParameter>]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
Expand Down Expand Up @@ -337,6 +340,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeManagedByWithDisplayNames
This parameter is available only in the cloud-based service.

The IncludeManagedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of group owners in the ManagedByWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, the ManagedByWithDisplayNames property is empty.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeModeratedByWithDisplayNames
This parameter is available only in the cloud-based service.

Expand Down
23 changes: 23 additions & 0 deletions exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Get-DynamicDistributionGroup [-Anr <String>]
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-IncludeSystemObjects]
Expand All @@ -53,6 +54,7 @@ Get-DynamicDistributionGroup [[-Identity] <DynamicGroupIdParameter>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-IncludeSystemObjects]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
Expand All @@ -74,6 +76,7 @@ Get-DynamicDistributionGroup [-ManagedBy <GeneralRecipientIdParameter>]
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
[-IncludeGrantSendOnBehalfToWithDisplayNames]
[-IncludeManagedByWithDisplayNames]
[-IncludeModeratedByWithDisplayNames]
[-IncludeSystemObjects]
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
Expand Down Expand Up @@ -351,6 +354,26 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeManagedByWithDisplayNames
This parameter is available only in the cloud-based service.

The IncludeManagedByWithDisplayNames switch specifies whether to return the SMTP addresses and display names of group owners in the ManagedByWithDisplayNames property. You don't need to specify a value with this switch.

This switch was introduced to restore human-readable identifiers in the results of the cmdlet. If you don't use this switch, the ManagedByWithDisplayNames property is empty.

```yaml
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Applicable: Exchange Online

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```

### -IncludeModeratedByWithDisplayNames
This parameter is available only in the cloud-based service.

Expand Down
4 changes: 1 addition & 3 deletions exchange/exchange-ps/exchange/New-ComplianceTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ Accept wildcard characters: False
```

### -PriorityCleanup
The PriorityCleanup switch specifies whether to create a tag associated with a Priority cleanup policy. You don't need to specify a value with this switch.

Priority cleanup policies expedite the deletion of sensitive content by overriding any existing retention settings or eDiscovery holds. For more information, see [Priority Cleanup](https://learn.microsoft.com/purview/priority-cleanup).
{{ Fill PriorityCleanup Description }}

```yaml
Type: SwitchParameter
Expand Down
2 changes: 2 additions & 0 deletions exchange/exchange-ps/exchange/New-ProtectionAlert.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ The AlertBy parameter specifies the scope for aggregated alert policies. Valid v

You can't use this parameter when the AggregationType parameter value is None (alerts are triggered for every occurrence of the activity).

**Note**: This parameter is required to show entities in alerts. Without it, alerts trigger without showing entities. We strongly recommend specifying a value for this parameter.

```yaml
Type: MultiValuedProperty
Parameter Sets: (All)
Expand Down
4 changes: 1 addition & 3 deletions exchange/exchange-ps/exchange/Set-ComplianceTag.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,7 @@ Accept wildcard characters: False
```

### -PriorityCleanup
The PriorityCleanup switch specifies whether to update the tag associated with a Priority cleanup policy. You don't need to specify a value with this switch.

Priority cleanup policies expedite the deletion of sensitive content by overriding any existing retention settings or eDiscovery holds. For more information, see [Priority Cleanup](https://learn.microsoft.com/purview/priority-cleanup).
{{ Fill PriorityCleanup Description }}

```yaml
Type: SwitchParameter
Expand Down
2 changes: 2 additions & 0 deletions exchange/exchange-ps/exchange/Set-ProtectionAlert.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ The AlertBy parameter specifies the scope for aggregated alert policies. Valid v

You can't use this parameter when the AggregationType parameter value is None (alerts are triggered for every occurrence of the activity).

**Note**: This parameter is required to show entities in alerts. Without it, alerts trigger without showing entities. We strongly recommend specifying a value for this parameter.

```yaml
Type: MultiValuedProperty
Parameter Sets: (All)
Expand Down