Skip to content

Commit 3a3428e

Browse files
authored
Update New-ComplianceSecurityFilter.md
Just changed the example 3 where we use mailbox_countrycode as US when in fact we should use the numeric value, in this case US is 840. https://www.iso.org/obp/ui/#iso:code:3166:US
1 parent 0ade073 commit 3a3428e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/New-ComplianceSecurityFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This example allows the users donh and suzanf to search only the mailboxes that
5353

5454
### Example 3
5555
```powershell
56-
New-ComplianceSecurityFilter -FilterName USDiscoveryManagers -Users "US Discovery Managers" -Filters "Mailbox_CountryCode -eq 'US'" -Action All
56+
New-ComplianceSecurityFilter -FilterName USDiscoveryManagers -Users "US Discovery Managers" -Filters "Mailbox_CountryCode -eq '840'" -Action All
5757
```
5858

5959
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

Comments
 (0)