Skip to content

Commit ef4f607

Browse files
committedJun 21, 2023
country/region
1 parent 68cac55 commit ef4f607

18 files changed

+44
-44
lines changed
 

‎azureadps-1.0/MSOnline/Get-MsolCompanyInformation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ This cmdlet returns the following company level information:
6565
6666
* CompanyType. What type of company this is (can be partner or regular tenant).
6767
68-
* Country. The company's country.
68+
* Country. The company's country or region.
6969
70-
* CountryLetterCode. The two letter code for the company's country.
70+
* CountryLetterCode. The two letter code for the company's country or region.
7171
7272
* DapEnabled. For partners, whether or not this partner had delegated administrator privileges.
7373

‎azureadps-1.0/MSOnline/Get-MsolContact.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ This cmdlet returns contact objects, which include the following information:
160160
161161
* City. The contact's city.
162162
163-
* Country. The contact's country.
163+
* Country. The contact's country or region.
164164
165165
* Department. The contact's department.
166166

‎azureadps-1.0/MSOnline/Get-MsolUser.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
```
125125
126126
### -Country
127-
Specifies the country to filter results on.
127+
Specifies the country or region to filter results on.
128128
129129
```yaml
130130
Type: String
@@ -367,8 +367,8 @@ Accept wildcard characters: False
367367
```
368368
369369
### -UsageLocation
370-
Specifies the filter for the country where the services are consumed by the user.
371-
Specify a two-letter country code.
370+
Specifies the filter for the country or region where the services are consumed by the user.
371+
Specify a two-letter country or region code.
372372
373373
```yaml
374374
Type: String
@@ -413,7 +413,7 @@ This cmdlet returns user objects, which include the following information:
413413
414414
* City. The user's city.
415415
416-
* Country. The user's country.
416+
* Country. The user's country or region.
417417
418418
* Department. The user's department.
419419
@@ -475,8 +475,8 @@ Strong passwords are recommended.
475475
476476
* Title. The user's title.
477477
478-
* UsageLocation. The country where the services are consumed by the user.
479-
This must be a two letter country code.
478+
* UsageLocation. The country or region where the services are consumed by the user.
479+
This must be a two letter country or region code.
480480
481481
* UserPrincipalName. The user ID of the user.
482482

‎azureadps-1.0/MSOnline/New-MsolUser.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Accept wildcard characters: False
124124
```
125125
126126
### -Country
127-
Specifies the country of the user.
127+
Specifies the country or region of the user.
128128
129129
```yaml
130130
Type: String
@@ -487,7 +487,7 @@ Accept wildcard characters: False
487487
488488
### -UsageLocation
489489
Specifies the location of the user where services are consumed.
490-
Specify a two-letter country code.
490+
Specify a two-letter country or region code.
491491
492492
```yaml
493493
Type: String

‎azureadps-1.0/MSOnline/Set-MsolUser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ This command updates the display name for the specified user.
5656
PS C:\> Set-MsolUser -UserPrincipalName "davidchew@contoso.com" -UsageLocation "CA"
5757
```
5858

59-
This command sets the location country of a user.
60-
The country must be a two-letter ISO code.
59+
This command sets the location country or region of a user.
60+
The country or region must be a two-letter ISO code.
6161
This can be set for synced users as well as managed users.
6262

6363
### Example 4: Set the preferred data location
@@ -434,7 +434,7 @@ Accept wildcard characters: False
434434
435435
### -UsageLocation
436436
Specifies the location of the user where services are consumed.
437-
Specify a two-letter country code.
437+
Specify a two-letter country or region code.
438438
439439
```yaml
440440
Type: String

‎azureadps-2.0-preview/AzureAD/New-AzureADMSNamedLocationPolicy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ PS C:\> $ipRanges = New-Object -TypeName Microsoft.Open.MSGraph.Model.IpRange
4444
}
4545
```
4646

47-
This command creates a new country named location policy in Azure AD.
47+
This command creates a new IP named location policy in Azure AD.
4848

49-
### Example 2: Creates a new country named location policy in Azure AD.
49+
### Example 2: Creates a new country or region named location policy in Azure AD.
5050
```
5151
PS C:\> New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.countryNamedLocation" -DisplayName "Country named location policy" -CountriesAndRegions "IN" -IncludeUnknownCountriesAndRegions $false
5252
@@ -59,7 +59,7 @@ PS C:\> New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.countryNam
5959
IncludeUnknownCountriesAndRegions : False
6060
```
6161

62-
This command creates a new country named location policy in Azure AD.
62+
This command creates a new country or region named location policy in Azure AD.
6363

6464
## PARAMETERS
6565

‎azureadps-2.0-preview/AzureAD/New-AzureADUser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Accept wildcard characters: False
7878
```
7979
8080
### -Country
81-
Specifies the user's country.
81+
Specifies the user's country or region.
8282
8383
```yaml
8484
Type: String
@@ -450,8 +450,8 @@ Accept wildcard characters: False
450450
```
451451
452452
### -UsageLocation
453-
A two letter country code (ISO standard 3166).
454-
Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries.
453+
A two letter country or region code (ISO standard 3166).
454+
Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries and regions.
455455
Examples include: "US", "JP", and "GB".
456456
457457
```yaml

‎azureadps-2.0-preview/AzureAD/Set-AzureADMSAdministrativeUnit.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Set-AzureADMSAdministrativeUnit cmdlet updates an administrative unit in Azu
2929
PS C:\> Set-AzureADMSAdministrativeUnit -Id $adminUnit.Id -MembershipType "Dynamic" -MembershipRuleProcessingState "On" -MembershipRule '(user.country -eq "United States")'
3030
```
3131

32-
Given an existing administrative unit referenced by $adminUnit, sets the membership type to dynamic and creates a membership rule to include all users whose country is equal to United States.
32+
Given an existing administrative unit referenced by $adminUnit, sets the membership type to dynamic and creates a membership rule to include all users whose country or region is equal to United States.
3333

3434
## PARAMETERS
3535

‎azureadps-2.0-preview/AzureAD/Set-AzureADMSNamedLocationPolicy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 07a1f48d-0cbb-4c2c-8ea2-1ea00
3333

3434
This command updates an ip named location policy in Azure AD by PolicyId.
3535

36-
### Example 2: Update a country named location policy in Azure AD by PolicyId.
36+
### Example 2: Update a country or region named location policy in Azure AD by PolicyId.
3737
```
3838
PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 76fdfd4d-bd80-4c1e-8fd4-6abf49d121fe -OdataType "#microsoft.graph.countryNamedLocation" -IncludeUnknownCountriesAndRegions $true
3939
```
4040

41-
This command updates a country named location policy in Azure AD by PolicyId.
41+
This command updates a country or region named location policy in Azure AD by PolicyId.
4242

4343
## PARAMETERS
4444

‎azureadps-2.0-preview/AzureAD/Set-AzureADUser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Accept wildcard characters: False
7777
```
7878
7979
### -Country
80-
Specifies the user's country.
80+
Specifies the user's country or region.
8181
8282
```yaml
8383
Type: String

‎azureadps-2.0/AzureAD/New-AzureADMSNamedLocationPolicy.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ PS C:\> $ipRanges = New-Object -TypeName Microsoft.Open.MSGraph.Model.IpRange
4747
}
4848
```
4949

50-
This command creates a new country named location policy in Azure AD.
50+
This command creates a new IP named location policy in Azure AD.
5151

52-
### Example 2: Creates a new country named location policy in Azure AD.
52+
### Example 2: Creates a new country or region named location policy in Azure AD.
5353
```
5454
PS C:\> New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.countryNamedLocation" -DisplayName "Country named location policy" -CountriesAndRegions "IN" -IncludeUnknownCountriesAndRegions $false
5555
@@ -62,7 +62,7 @@ PS C:\> New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.countryNam
6262
IncludeUnknownCountriesAndRegions : False
6363
```
6464

65-
This command creates a new country named location policy in Azure AD.
65+
This command creates a new country or region named location policy in Azure AD.
6666

6767
## PARAMETERS
6868

‎azureadps-2.0/AzureAD/New-AzureADMSNamedLocationPolicy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ examples:
3131
}
3232
}
3333
description: |-
34-
This command creates a new country named location policy in Azure AD.
34+
This command creates a new IP named location policy in Azure AD.
3535
summary: ""
36-
- title: 'Example 2: Creates a new country named location policy in Azure AD.'
36+
- title: 'Example 2: Creates a new country or region named location policy in Azure AD.'
3737
code: |-
3838
PS C:\> New-AzureADMSNamedLocationPolicy -OdataType "#microsoft.graph.countryNamedLocation" -DisplayName "Country named location policy" -CountriesAndRegions "IN" -IncludeUnknownCountriesAndRegions $false
3939
@@ -45,7 +45,7 @@ examples:
4545
CountriesAndRegions : {IN}
4646
IncludeUnknownCountriesAndRegions : False
4747
description: |-
48-
This command creates a new country named location policy in Azure AD.
48+
This command creates a new country or region named location policy in Azure AD.
4949
summary: ""
5050
parameters:
5151
- type: <xref href="System.Collections.Generic.List`1" data-throw-if-not-resolved="False" /><span>[</span><xref href="Microsoft.Open.MSGraph.Model.CountriesAndRegion" data-throw-if-not-resolved="False" /><span>]</span>

‎azureadps-2.0/AzureAD/New-AzureADUser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Accept wildcard characters: False
8181
8282
### -Country
8383
84-
Specifies the user's country.
84+
Specifies the user's country or region.
8585
8686
```yaml
8787
Type: String
@@ -480,9 +480,9 @@ Accept wildcard characters: False
480480
481481
### -UsageLocation
482482
483-
A two letter country code (ISO standard 3166).
483+
A two letter country or region code (ISO standard 3166).
484484
485-
It's required for users that will be assigned licenses due to legal requirements to check for availability of services in countries.
485+
It's required for users that will be assigned licenses due to legal requirements to check for availability of services in countries and regions.
486486
Examples include: `US`, `JP`, and `GB`.
487487

488488
```yaml

‎azureadps-2.0/AzureAD/New-AzureADUser.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ parameters:
8989
- type: <xref href="String" data-throw-if-not-resolved="False" />
9090
name: Country
9191
description: |+
92-
Specifies the user's country.
92+
Specifies the user's country or region.
9393
9494
defaultValue: None
9595
position: Named
@@ -334,8 +334,8 @@ parameters:
334334
- type: <xref href="String" data-throw-if-not-resolved="False" />
335335
name: UsageLocation
336336
description: |+
337-
A two letter country code (ISO standard 3166).
338-
Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries.
337+
A two letter country or region code (ISO standard 3166).
338+
Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries and regions.
339339
Examples include: "US", "JP", and "GB".
340340
341341
defaultValue: None

‎azureadps-2.0/AzureAD/Set-AzureADMSNamedLocationPolicy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 07a1f48d-0cbb-4c2c-8ea2-1ea00
3333

3434
This command updates an ip named location policy in Azure AD by PolicyId.
3535

36-
### Example 2: Update a country named location policy in Azure AD by PolicyId.
36+
### Example 2: Update a country or region named location policy in Azure AD by PolicyId.
3737
```
3838
PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 76fdfd4d-bd80-4c1e-8fd4-6abf49d121fe -OdataType "#microsoft.graph.countryNamedLocation" -IncludeUnknownCountriesAndRegions $true
3939
```
4040

41-
This command updates a country named location policy in Azure AD by PolicyId.
41+
This command updates a country or region named location policy in Azure AD by PolicyId.
4242

4343
## PARAMETERS
4444

‎azureadps-2.0/AzureAD/Set-AzureADMSNamedLocationPolicy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ examples:
2121
description: |-
2222
This command updates an ip named location policy in Azure AD by PolicyId.
2323
summary: ""
24-
- title: 'Example 2: Update a country named location policy in Azure AD by PolicyId.'
24+
- title: 'Example 2: Update a country or region named location policy in Azure AD by PolicyId.'
2525
code: |-
2626
PS C:\> Set-AzureADMSNamedLocationPolicy -PolicyId 76fdfd4d-bd80-4c1e-8fd4-6abf49d121fe -OdataType "#microsoft.graph.countryNamedLocation" -IncludeUnknownCountriesAndRegions $true
2727
description: |-
28-
This command updates a country named location policy in Azure AD by PolicyId.
28+
This command updates a country or region named location policy in Azure AD by PolicyId.
2929
summary: ""
3030
parameters:
3131
- type: <xref href="System.Collections.Generic.List`1" data-throw-if-not-resolved="False" /><span>[</span><xref href="Microsoft.Open.MSGraph.Model.CountriesAndRegion" data-throw-if-not-resolved="False" /><span>]</span>

‎azureadps-2.0/AzureAD/Set-AzureADUser.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989
9090
### -Country
9191
92-
Specifies the user's country.
92+
Specifies the user's country or region.
9393
9494
```yaml
9595
Type: String
@@ -476,7 +476,7 @@ Accept wildcard characters: False
476476
477477
### -UsageLocation
478478
479-
A two letter country code ([ISO standard 3166](https://www.iso.org/iso-3166-country-codes.html)). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: "US", "JP", and "GB". Not nullable.
479+
A two letter country or region code ([ISO standard 3166](https://www.iso.org/iso-3166-country-codes.html)). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries and regions. Examples include: "US", "JP", and "GB". Not nullable.
480480
481481
```yaml
482482
Type: String

‎azureadps-2.0/AzureAD/Set-AzureADUser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ parameters:
102102
- type: <xref href="String" data-throw-if-not-resolved="False" />
103103
name: Country
104104
description: |+
105-
Specifies the user's country.
105+
Specifies the user's country or region.
106106
107107
defaultValue: None
108108
position: Named
@@ -332,7 +332,7 @@ parameters:
332332
- type: <xref href="String" data-throw-if-not-resolved="False" />
333333
name: UsageLocation
334334
description: |+
335-
A two letter country code ([ISO standard 3166](https://www.iso.org/iso-3166-country-codes.html)). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries. Examples include: "US", "JP", and "GB". Not nullable.
335+
A two letter country or region code ([ISO standard 3166](https://www.iso.org/iso-3166-country-codes.html)). Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries and regions. Examples include: "US", "JP", and "GB". Not nullable.
336336
337337
defaultValue: None
338338
position: Named

0 commit comments

Comments
 (0)
Please sign in to comment.