Skip to content

Commit 96350b0

Browse files
authored
Merge pull request MicrosoftDocs#824 from markjjo/master
change destroy to purge in example 5
2 parents e1d3a18 + 332e331 commit 96350b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-content-search/New-ComplianceSecurityFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ This example requires you to connect to Security & Compliance Center PowerShell
6262

6363
### -------------------------- Example 5 --------------------------
6464
```
65-
$DG = Get-DistributionGroup "Executive Team"; New-ComplianceSecurityFilter -FilterName NoExecutivesPreview -Users all -Filters "Mailbox_MemberOfGroup -ne '$($DG.DistinguishedName)'" -Action Destroy
65+
$DG = Get-DistributionGroup "Executive Team"; New-ComplianceSecurityFilter -FilterName NoExecutivesPreview -Users all -Filters "Mailbox_MemberOfGroup -ne '$($DG.DistinguishedName)'" -Action Purge
6666
```
6767

6868
This example prevents any user from deleting content from the mailboxes of members of the Executive Team distribution group.

0 commit comments

Comments
 (0)