We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ade073 + 3a3428e commit 872a138Copy full SHA for 872a138
exchange/exchange-ps/exchange/New-ComplianceSecurityFilter.md
@@ -53,7 +53,7 @@ This example allows the users donh and suzanf to search only the mailboxes that
53
54
### Example 3
55
```powershell
56
-New-ComplianceSecurityFilter -FilterName USDiscoveryManagers -Users "US Discovery Managers" -Filters "Mailbox_CountryCode -eq 'US'" -Action All
+New-ComplianceSecurityFilter -FilterName USDiscoveryManagers -Users "US Discovery Managers" -Filters "Mailbox_CountryCode -eq '840'" -Action All
57
```
58
59
This example allows members of the US Discovery Managers role group to perform all compliance search actions only on mailboxes in the United States.
0 commit comments