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
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/policy-and-compliance/New-ProtectionAlert.md
+2-9Lines changed: 2 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,10 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
37
37
38
38
### -------------------------- Example 1 --------------------------
39
39
```
40
-
Insert example commands for example 1.
40
+
New-ProtectionAlert -Name "Content search deleted" -Category Others -NotifyUser [email protected] -ThreatType Activity -Operation SearchRemoved -Description "Custom alert policy to track when content searches are deleted" -AggregationType None
41
41
```
42
42
43
-
Insert descriptive text for example 1.
44
-
45
-
### -------------------------- Example 2 --------------------------
46
-
```
47
-
Insert example commands for example 2.
48
-
```
49
-
50
-
Insert descriptive text for example 2.
43
+
This example creates an alert policy that triggers an alert whenever anyone in the organization deletes a Content Search in the Office 365 Security & Compliance Center.
0 commit comments