Skip to content

Commit cf81081

Browse files
authored
Merge pull request #12679 from smykhailov/add-note-about-country-code
Added note about country code usage in filters.
2 parents 1f4a463 + 20b61f5 commit cf81081

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

exchange/exchange-ps/exchange/New-ManagementScope.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,6 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
406406
To see the return types, which are also known as output types, that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?LinkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
407407

408408
## NOTES
409+
Use two-letter country codes (ISO 3166-1 alpha-2) instead of the full country name in filters. For example, use `-RecipientRestrictionFilter "UsageLocation -eq 'FR'"` for France.
409410

410411
## RELATED LINKS

exchange/exchange-ps/exchange/Set-ManagementScope.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,5 +314,6 @@ To see the input types that this cmdlet accepts, see [Cmdlet Input and Output Ty
314314
To see the return types, which are also known as output types, that this cmdlet accepts, see [Cmdlet Input and Output Types](https://go.microsoft.com/fwlink/p/?LinkId=616387). If the Output Type field is blank, the cmdlet doesn't return data.
315315

316316
## NOTES
317+
Use two-letter country codes (ISO 3166-1 alpha-2) instead of the full country name in filters. For example, use `-RecipientRestrictionFilter "UsageLocation -eq 'FR'"` for France.
317318

318319
## RELATED LINKS

0 commit comments

Comments
 (0)