You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
340
363
### -IncludeModeratedByWithDisplayNames
341
364
This parameter is available only in the cloud-based service.
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
+
354
377
### -IncludeModeratedByWithDisplayNames
355
378
This parameter is available only in the cloud-based service.
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).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-ProtectionAlert.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -186,6 +186,8 @@ The AlertBy parameter specifies the scope for aggregated alert policies. Valid v
186
186
187
187
You can't use this parameter when the AggregationType parameter value is None (alerts are triggered for every occurrence of the activity).
188
188
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.
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).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Set-ProtectionAlert.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,8 @@ The AlertBy parameter specifies the scope for aggregated alert policies. Valid v
121
121
122
122
You can't use this parameter when the AggregationType parameter value is None (alerts are triggered for every occurrence of the activity).
123
123
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.
0 commit comments