From 85030fd7c852c14f8a0b05dbfb241b2ce99c504c Mon Sep 17 00:00:00 2001 From: Nephiaust Date: Tue, 7 Dec 2021 11:45:04 +0930 Subject: [PATCH 1/3] Update Set-ADUser.md Added note to -Country to specify the use of the ISO-3166 2 character country code & linked to AD Schema definition. --- docset/winserver2019-ps/activedirectory/Set-ADUser.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docset/winserver2019-ps/activedirectory/Set-ADUser.md b/docset/winserver2019-ps/activedirectory/Set-ADUser.md index 0cacd58ec7..55d0f27f9d 100644 --- a/docset/winserver2019-ps/activedirectory/Set-ADUser.md +++ b/docset/winserver2019-ps/activedirectory/Set-ADUser.md @@ -496,6 +496,7 @@ Accept wildcard characters: False Specifies the country or region code for the user's language of choice. This parameter sets the **Country** property of a user object. The LDAP display name (**ldapDisplayName**) of this property is c. +This value uses the ISO-3166 2 character code (see https://docs.microsoft.com/en-us/windows/win32/adschema/a-c). This value is not used by Windows 2000. ```yaml From f78d174963c967ce9214ac18ca8ef8cdd80a3cdf Mon Sep 17 00:00:00 2001 From: Nephiaust Date: Tue, 7 Dec 2021 19:26:24 +0930 Subject: [PATCH 2/3] Update docset/winserver2019-ps/activedirectory/Set-ADUser.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2019-ps/activedirectory/Set-ADUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/activedirectory/Set-ADUser.md b/docset/winserver2019-ps/activedirectory/Set-ADUser.md index 55d0f27f9d..80032c430f 100644 --- a/docset/winserver2019-ps/activedirectory/Set-ADUser.md +++ b/docset/winserver2019-ps/activedirectory/Set-ADUser.md @@ -496,7 +496,7 @@ Accept wildcard characters: False Specifies the country or region code for the user's language of choice. This parameter sets the **Country** property of a user object. The LDAP display name (**ldapDisplayName**) of this property is c. -This value uses the ISO-3166 2 character code (see https://docs.microsoft.com/en-us/windows/win32/adschema/a-c). +This value uses the ISO-3166 2-character code (see [Country-Name attribute](/windows/win32/adschema/a-c). This value is not used by Windows 2000. ```yaml From 5868278112d8ef1d18b7a46a201ac75d9cdebbba Mon Sep 17 00:00:00 2001 From: Tina Burden Date: Mon, 2 Oct 2023 13:29:21 -0700 Subject: [PATCH 3/3] Update docset/winserver2019-ps/activedirectory/Set-ADUser.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2019-ps/activedirectory/Set-ADUser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/activedirectory/Set-ADUser.md b/docset/winserver2019-ps/activedirectory/Set-ADUser.md index 80032c430f..337f0fb5e1 100644 --- a/docset/winserver2019-ps/activedirectory/Set-ADUser.md +++ b/docset/winserver2019-ps/activedirectory/Set-ADUser.md @@ -496,7 +496,7 @@ Accept wildcard characters: False Specifies the country or region code for the user's language of choice. This parameter sets the **Country** property of a user object. The LDAP display name (**ldapDisplayName**) of this property is c. -This value uses the ISO-3166 2-character code (see [Country-Name attribute](/windows/win32/adschema/a-c). +This value uses the ISO-3166 2-character code (see [Country-Name attribute](/windows/win32/adschema/a-c)). This value is not used by Windows 2000. ```yaml