Skip to content

Commit 018b34e

Browse files
author
Sergii Mykhailov (from Dev Box)
committed
Added note about country code usage in filters.
Full country names are not supported in the Management Scope cmdlets. Added this information to the Notes section for New-ManagementScope and Set-ManagementScope cmdlets
1 parent 1b46c82 commit 018b34e

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+
Please ensure that you use the two-letter country code instead of the full country name in filters. For example, use `-RecipientRestrictionFilter "UsageLocation -eq 'FR'"` instead of `-RecipientRestrictionFilter "UsageLocation -eq '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+
Please ensure that you use the two-letter country code instead of the full country name in filters. For example, use `-RecipientRestrictionFilter "UsageLocation -eq 'FR'"` instead of `-RecipientRestrictionFilter "UsageLocation -eq 'France'"`.
317318

318319
## RELATED LINKS

0 commit comments

Comments
 (0)