Skip to content

Commit e826894

Browse files
committed
Merge branch 'main' into CPC-chrisda
2 parents 679d5a9 + 6b221a9 commit e826894

File tree

6 files changed

+52
-6
lines changed

6 files changed

+52
-6
lines changed

exchange/exchange-ps/exchange/Get-DistributionGroup.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Get-DistributionGroup [-Anr <String>]
3232
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
3333
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
3434
[-IncludeGrantSendOnBehalfToWithDisplayNames]
35+
[-IncludeManagedByWithDisplayNames]
3536
[-IncludeModeratedByWithDisplayNames]
3637
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
3738
[-ReadFromDomainController]
@@ -52,6 +53,7 @@ Get-DistributionGroup [[-Identity] <DistributionGroupIdParameter>]
5253
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
5354
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
5455
[-IncludeGrantSendOnBehalfToWithDisplayNames]
56+
[-IncludeManagedByWithDisplayNames]
5557
[-IncludeModeratedByWithDisplayNames]
5658
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
5759
[-ReadFromDomainController]
@@ -71,6 +73,7 @@ Get-DistributionGroup [-Credential <PSCredential>]
7173
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
7274
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
7375
[-IncludeGrantSendOnBehalfToWithDisplayNames]
76+
[-IncludeManagedByWithDisplayNames]
7477
[-IncludeModeratedByWithDisplayNames]
7578
[-ManagedBy <GeneralRecipientIdParameter>]
7679
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -337,6 +340,26 @@ Accept pipeline input: False
337340
Accept wildcard characters: False
338341
```
339342

343+
### -IncludeManagedByWithDisplayNames
344+
This parameter is available only in the cloud-based service.
345+
346+
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.
347+
348+
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.
349+
350+
```yaml
351+
Type: SwitchParameter
352+
Parameter Sets: (All)
353+
Aliases:
354+
Applicable: Exchange Online
355+
356+
Required: False
357+
Position: Named
358+
Default value: None
359+
Accept pipeline input: False
360+
Accept wildcard characters: False
361+
```
362+
340363
### -IncludeModeratedByWithDisplayNames
341364
This parameter is available only in the cloud-based service.
342365

exchange/exchange-ps/exchange/Get-DynamicDistributionGroup.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Get-DynamicDistributionGroup [-Anr <String>]
3131
[-IncludeAcceptMessagesOnlyFromSendersOrMembersWithDisplayNames]
3232
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
3333
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
34+
[-IncludeManagedByWithDisplayNames]
3435
[-IncludeGrantSendOnBehalfToWithDisplayNames]
3536
[-IncludeModeratedByWithDisplayNames]
3637
[-IncludeSystemObjects]
@@ -53,6 +54,7 @@ Get-DynamicDistributionGroup [[-Identity] <DynamicGroupIdParameter>]
5354
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
5455
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
5556
[-IncludeGrantSendOnBehalfToWithDisplayNames]
57+
[-IncludeManagedByWithDisplayNames]
5658
[-IncludeModeratedByWithDisplayNames]
5759
[-IncludeSystemObjects]
5860
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -74,6 +76,7 @@ Get-DynamicDistributionGroup [-ManagedBy <GeneralRecipientIdParameter>]
7476
[-IncludeAcceptMessagesOnlyFromWithDisplayNames]
7577
[-IncludeBypassModerationFromSendersOrMembersWithDisplayNames]
7678
[-IncludeGrantSendOnBehalfToWithDisplayNames]
79+
[-IncludeManagedByWithDisplayNames]
7780
[-IncludeModeratedByWithDisplayNames]
7881
[-IncludeSystemObjects]
7982
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
@@ -351,6 +354,26 @@ Accept pipeline input: False
351354
Accept wildcard characters: False
352355
```
353356

357+
### -IncludeManagedByWithDisplayNames
358+
This parameter is available only in the cloud-based service.
359+
360+
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.
361+
362+
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.
363+
364+
```yaml
365+
Type: SwitchParameter
366+
Parameter Sets: (All)
367+
Aliases:
368+
Applicable: Exchange Online
369+
370+
Required: False
371+
Position: Named
372+
Default value: None
373+
Accept pipeline input: False
374+
Accept wildcard characters: False
375+
```
376+
354377
### -IncludeModeratedByWithDisplayNames
355378
This parameter is available only in the cloud-based service.
356379

exchange/exchange-ps/exchange/New-ComplianceTag.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,7 @@ Accept wildcard characters: False
9191
```
9292
9393
### -PriorityCleanup
94-
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.
95-
96-
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).
94+
{{ Fill PriorityCleanup Description }}
9795
9896
```yaml
9997
Type: SwitchParameter

exchange/exchange-ps/exchange/New-ProtectionAlert.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ The AlertBy parameter specifies the scope for aggregated alert policies. Valid v
186186
187187
You can't use this parameter when the AggregationType parameter value is None (alerts are triggered for every occurrence of the activity).
188188
189+
**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.
190+
189191
```yaml
190192
Type: MultiValuedProperty
191193
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-ComplianceTag.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,7 @@ Accept wildcard characters: False
300300
```
301301

302302
### -PriorityCleanup
303-
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.
304-
305-
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).
303+
{{ Fill PriorityCleanup Description }}
306304

307305
```yaml
308306
Type: SwitchParameter

exchange/exchange-ps/exchange/Set-ProtectionAlert.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ The AlertBy parameter specifies the scope for aggregated alert policies. Valid v
121121
122122
You can't use this parameter when the AggregationType parameter value is None (alerts are triggered for every occurrence of the activity).
123123
124+
**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.
125+
124126
```yaml
125127
Type: MultiValuedProperty
126128
Parameter Sets: (All)

0 commit comments

Comments
 (0)