Skip to content

Commit 969e9c8

Browse files
authored
Merge pull request MicrosoftDocs#5980 from dariomws/patch-178
Added a note about ElevationOfPrivilege retirement in New-ActivityAlert.md
2 parents cd51812 + 5caed15 commit 969e9c8

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

exchange/exchange-ps/exchange/New-ActivityAlert.md

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,6 @@ New-ActivityAlert -Multiplier <Double> -Name <String> -NotifyUser <MultiValuedPr
3838
[-WhatIf] [<CommonParameters>]
3939
```
4040

41-
### Default
42-
```
43-
New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> -Operation <MultiValuedProperty> [-Type <AlertType>]
44-
[-Category <AlertRuleCategory>]
45-
[-Confirm]
46-
[-Description <String>]
47-
[-Disabled <Boolean>]
48-
[-DomainController <Fqdn>]
49-
[-EmailCulture <CultureInfo>]
50-
[-RecordType <AuditRecordType>]
51-
[-Severity <RuleSeverity>]
52-
[-UserId <MultiValuedProperty>]
53-
[-WhatIf] [<CommonParameters>]
54-
```
55-
5641
### SimpleAggregationAuditAlert
5742
```
5843
New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> [-Operation <MultiValuedProperty>] -Threshold <Int32> -TimeWindow <Int32> -Type <AlertType>
@@ -70,9 +55,9 @@ New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> [-Operation <
7055
[-WhatIf] [<CommonParameters>]
7156
```
7257

73-
### ElevationOfPrivilegeAuditAlert
58+
### Default
7459
```
75-
New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> -Type <AlertType>
60+
New-ActivityAlert -Name <String> -NotifyUser <MultiValuedProperty> -Operation <MultiValuedProperty> [-Type <AlertType>]
7661
[-Category <AlertRuleCategory>]
7762
[-Confirm]
7863
[-Description <String>]
@@ -235,7 +220,7 @@ The Type parameter specifies the type alert. Valid values are:
235220
236221
- Custom: An alert is created for the activities you specify with the Operation parameter. Typically, you don't need to use this value (if you don't use the Type parameter, and you specify the activities with the Operations parameter, the value Custom is automatically added to the Type property).
237222
238-
- ElevationOfPrivilege: An alert is created for a predefined list of elevation of privilege activities (Operation parameter values). The activities are Add-RoleGroupMember, New-ManagementRoleAssignment, Add member to role., Update-RoleGroupMember, New-RoleGroup, Set-RoleGroup, Set-Mailbox, and Set-ManagementRoleEntry. You can't use the Operation parameter when you use the ElevationOfPrivilege value (on the New-ActivityAlert or Set-ActivityAlert cmdlets).
223+
- ElevationOfPrivilege: This value is being retired.
239224
240225
- SimpleAggregation: An alert is created based on the activities defined by the Operation and Condition parameters, the number of activities specified by the Threshold parameter, and the time period specified by the TimeWindow parameter.
241226
@@ -245,7 +230,7 @@ Note: You can't change the Type value in an existing activity alert.
245230
246231
```yaml
247232
Type: AlertType
248-
Parameter Sets: AnomalousOperationAuditAlert, SimpleAggregationAuditAlert, ElevationOfPrivilegeAuditAlert
233+
Parameter Sets: AnomalousOperationAuditAlert, SimpleAggregationAuditAlert
249234
Aliases:
250235
Applicable: Office 365 Security & Compliance Center
251236

0 commit comments

Comments
 (0)