From 85030fd7c852c14f8a0b05dbfb241b2ce99c504c Mon Sep 17 00:00:00 2001 From: Nephiaust Date: Tue, 7 Dec 2021 11:45:04 +0930 Subject: [PATCH 01/31] 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 02/31] 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 84c3018bf5ef427ecf0adcb682bfd33fb85e72b7 Mon Sep 17 00:00:00 2001 From: "Zane D. Purvis" Date: Fri, 17 Dec 2021 13:40:08 -0500 Subject: [PATCH 03/31] Clarify note on creating named pipe As it was, it has misled many engineers down an unnecessary and confusing path. --- docset/winserver2022-ps/hyper-v/Set-VMComPort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/hyper-v/Set-VMComPort.md b/docset/winserver2022-ps/hyper-v/Set-VMComPort.md index 28f4b9248a..34d173356a 100644 --- a/docset/winserver2022-ps/hyper-v/Set-VMComPort.md +++ b/docset/winserver2022-ps/hyper-v/Set-VMComPort.md @@ -47,7 +47,7 @@ PS C:\> Set-VMComPort TestVM 2 \\.\pipe\TestPipe Configure the second COM port on virtual machine TestVM to connect to named pipe TestPipe on the local computer. > [!NOTE] -> This does not create the named pipe on the local computer. You will have to write your own application to create a named pipe. +> You can write write your own application to access the named pipe, or use an application like PuTTY. ## PARAMETERS From 57953a5064e851e9d487e4671c569e0ce5b6616b Mon Sep 17 00:00:00 2001 From: "Zane D. Purvis" Date: Mon, 20 Dec 2021 11:06:12 -0500 Subject: [PATCH 04/31] Fix typo Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2022-ps/hyper-v/Set-VMComPort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/hyper-v/Set-VMComPort.md b/docset/winserver2022-ps/hyper-v/Set-VMComPort.md index 34d173356a..05b2edd85f 100644 --- a/docset/winserver2022-ps/hyper-v/Set-VMComPort.md +++ b/docset/winserver2022-ps/hyper-v/Set-VMComPort.md @@ -47,7 +47,7 @@ PS C:\> Set-VMComPort TestVM 2 \\.\pipe\TestPipe Configure the second COM port on virtual machine TestVM to connect to named pipe TestPipe on the local computer. > [!NOTE] -> You can write write your own application to access the named pipe, or use an application like PuTTY. +> You can write your own application to access the named pipe, or use an application like PuTTY. ## PARAMETERS From ad51326f4af599f70aaac244f44137c34d5176bc Mon Sep 17 00:00:00 2001 From: David Lamb <43100963+fuselamb@users.noreply.github.com> Date: Mon, 4 Jul 2022 09:34:55 -0600 Subject: [PATCH 05/31] Update Remove-ADPrincipalGroupMembership.md Changed add to remove in the -MemberOf section. --- .../activedirectory/Remove-ADPrincipalGroupMembership.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/activedirectory/Remove-ADPrincipalGroupMembership.md b/docset/winserver2022-ps/activedirectory/Remove-ADPrincipalGroupMembership.md index e555f71913..2f48e00fad 100644 --- a/docset/winserver2022-ps/activedirectory/Remove-ADPrincipalGroupMembership.md +++ b/docset/winserver2022-ps/activedirectory/Remove-ADPrincipalGroupMembership.md @@ -159,7 +159,7 @@ Accept wildcard characters: False ``` ### -MemberOf -Specifies the Active Directory groups to add a user, computer, or group to as a member. +Specifies the Active Directory groups to remove a user, computer, or group to as a member. You can identify a group by providing one of the following values. Note: The identifier in parentheses is the LDAP display name for the attribute. The acceptable values for this parameter are: From 2da683817007202d9f7f9e9b65ada78384e8cc9a Mon Sep 17 00:00:00 2001 From: GlennChia Date: Wed, 27 Jul 2022 11:15:54 +0800 Subject: [PATCH 06/31] docs: typos for winserver2012 partitions --- docset/winserver2012-ps/storage/Get-Partition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2012-ps/storage/Get-Partition.md b/docset/winserver2012-ps/storage/Get-Partition.md index 7179f33ff1..3cd728cb23 100644 --- a/docset/winserver2012-ps/storage/Get-Partition.md +++ b/docset/winserver2012-ps/storage/Get-Partition.md @@ -50,7 +50,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet PS C:\>Get-Partition ``` -This example return all partitions, on all disks. +This example returns all partitions, on all disks. ### EXAMPLE 2 ``` @@ -62,7 +62,7 @@ PartitionNumber DriveLetter Offset Size 1 H 1048576 298.09 GB IFS ``` -This example return all partitions on disk 5. +This example returns all partitions on disk 5. ### EXAMPLE 3 ``` @@ -74,7 +74,7 @@ PartitionNumber DriveLetter Offset Size 2 C 368050176 465.42 GB IFS ``` -This example partition associated with the volume for drive letter C. +This example returns partitions associated with the volume for drive letter C. ### EXAMPLE 4 ``` From c377e514a10714e42435960145b823a6d45de3bb Mon Sep 17 00:00:00 2001 From: GlennChia Date: Wed, 27 Jul 2022 11:16:27 +0800 Subject: [PATCH 07/31] docs: typos for winserver2012r2 partitions --- docset/winserver2012r2-ps/storage/Get-Partition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2012r2-ps/storage/Get-Partition.md b/docset/winserver2012r2-ps/storage/Get-Partition.md index e2b834e933..bfcff61346 100644 --- a/docset/winserver2012r2-ps/storage/Get-Partition.md +++ b/docset/winserver2012r2-ps/storage/Get-Partition.md @@ -55,7 +55,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet PS C:\>Get-Partition ``` -This example return all partitions, on all disks. +This example returns all partitions, on all disks. ### EXAMPLE 2 ``` @@ -67,7 +67,7 @@ PartitionNumber DriveLetter Offset Size 1 H 1048576 298.09 GB IFS ``` -This example return all partitions on disk 5. +This example returns all partitions on disk 5. ### EXAMPLE 3 ``` @@ -79,7 +79,7 @@ PartitionNumber DriveLetter Offset Size 2 C 368050176 465.42 GB IFS ``` -This example partition associated with the volume for drive letter C. +This example returns partitions associated with the volume for drive letter C. ### EXAMPLE 4 ``` From 3b8a6259bb20d2c55845a493dc8badbe20bb3c22 Mon Sep 17 00:00:00 2001 From: GlennChia Date: Wed, 27 Jul 2022 11:16:55 +0800 Subject: [PATCH 08/31] docs: typos for winserver2016 partitions --- docset/winserver2016-ps/storage/Get-Partition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2016-ps/storage/Get-Partition.md b/docset/winserver2016-ps/storage/Get-Partition.md index 21bdcaec43..f7c3f615d5 100644 --- a/docset/winserver2016-ps/storage/Get-Partition.md +++ b/docset/winserver2016-ps/storage/Get-Partition.md @@ -68,7 +68,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet PS C:\>Get-Partition ``` -This example return all partitions, on all disks. +This example returns all partitions, on all disks. ### Example 2 ``` @@ -80,7 +80,7 @@ PartitionNumber DriveLetter Offset Size 1 H 1048576 298.09 GB IFS ``` -This example return all partitions on disk 5. +This example returns all partitions on disk 5. ### Example 3 ``` @@ -92,7 +92,7 @@ PartitionNumber DriveLetter Offset Size 2 C 368050176 465.42 GB IFS ``` -This example partition associated with the volume for drive letter C. +This example returns partitions associated with the volume for drive letter C. ### Example 4 ``` From 0ad576090bdf06ed5f6cf45735071cda8d4de525 Mon Sep 17 00:00:00 2001 From: GlennChia Date: Wed, 27 Jul 2022 11:17:26 +0800 Subject: [PATCH 09/31] docs: typos for winserver2019 partitions --- docset/winserver2019-ps/storage/Get-Partition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2019-ps/storage/Get-Partition.md b/docset/winserver2019-ps/storage/Get-Partition.md index cb7c57a7d6..f6a4273427 100644 --- a/docset/winserver2019-ps/storage/Get-Partition.md +++ b/docset/winserver2019-ps/storage/Get-Partition.md @@ -68,7 +68,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet PS C:\>Get-Partition ``` -This example return all partitions, on all disks. +This example returns all partitions, on all disks. ### Example 2 ``` @@ -80,7 +80,7 @@ PartitionNumber DriveLetter Offset Size 1 H 1048576 298.09 GB IFS ``` -This example return all partitions on disk 5. +This example returns all partitions on disk 5. ### Example 3 ``` @@ -92,7 +92,7 @@ PartitionNumber DriveLetter Offset Size 2 C 368050176 465.42 GB IFS ``` -This example partition associated with the volume for drive letter C. +This example returns partitions associated with the volume for drive letter C. ### Example 4 ``` From 366e8c1315a66293da79ccc49ed31c5719af4e25 Mon Sep 17 00:00:00 2001 From: GlennChia Date: Wed, 27 Jul 2022 11:17:40 +0800 Subject: [PATCH 10/31] docs: typos for winserver2022 partitions --- docset/winserver2022-ps/storage/Get-Partition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docset/winserver2022-ps/storage/Get-Partition.md b/docset/winserver2022-ps/storage/Get-Partition.md index 4ff917978b..b580ec24e4 100644 --- a/docset/winserver2022-ps/storage/Get-Partition.md +++ b/docset/winserver2022-ps/storage/Get-Partition.md @@ -68,7 +68,7 @@ This cmdlet will return a Volume object or a set of Volume objects given paramet PS C:\>Get-Partition ``` -This example return all partitions, on all disks. +This example returns all partitions, on all disks. ### Example 2 ``` @@ -80,7 +80,7 @@ PartitionNumber DriveLetter Offset Size 1 H 1048576 298.09 GB IFS ``` -This example return all partitions on disk 5. +This example returns all partitions on disk 5. ### Example 3 ``` @@ -92,7 +92,7 @@ PartitionNumber DriveLetter Offset Size 2 C 368050176 465.42 GB IFS ``` -This example partition associated with the volume for drive letter C. +This example returns partitions associated with the volume for drive letter C. ### Example 4 ``` From bf5eaf167c04572acd303a66af456e491a4754f1 Mon Sep 17 00:00:00 2001 From: "Zane D. Purvis" Date: Mon, 22 Aug 2022 16:32:10 -0400 Subject: [PATCH 11/31] Accept get-itips's rewording. Co-authored-by: Andres Mariano Gorzelany <36666927+get-itips@users.noreply.github.com> --- docset/winserver2022-ps/hyper-v/Set-VMComPort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/hyper-v/Set-VMComPort.md b/docset/winserver2022-ps/hyper-v/Set-VMComPort.md index 05b2edd85f..1674986bb6 100644 --- a/docset/winserver2022-ps/hyper-v/Set-VMComPort.md +++ b/docset/winserver2022-ps/hyper-v/Set-VMComPort.md @@ -47,7 +47,7 @@ PS C:\> Set-VMComPort TestVM 2 \\.\pipe\TestPipe Configure the second COM port on virtual machine TestVM to connect to named pipe TestPipe on the local computer. > [!NOTE] -> You can write your own application to access the named pipe, or use an application like PuTTY. +> You can then access the named pipe using a third-party application or develop your own application. ## PARAMETERS From 5193dddd45d19390e63f79f2e461c51640787f34 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Tue, 6 Sep 2022 19:42:32 +0530 Subject: [PATCH 12/31] Update New-AdfsAzureMfaTenantCertificate.md Made changes reflecting what we did with https://docs.microsoft.com/en-us/powershell/module/adfs/set-adfsazuremfatenant?view=windowsserver2019-ps --- .../winserver2019-ps/adfs/New-AdfsAzureMfaTenantCertificate.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docset/winserver2019-ps/adfs/New-AdfsAzureMfaTenantCertificate.md b/docset/winserver2019-ps/adfs/New-AdfsAzureMfaTenantCertificate.md index cc10d1fe2b..fee5322970 100644 --- a/docset/winserver2019-ps/adfs/New-AdfsAzureMfaTenantCertificate.md +++ b/docset/winserver2019-ps/adfs/New-AdfsAzureMfaTenantCertificate.md @@ -47,8 +47,7 @@ These commands create a certificate for Azure MFA, register the certificate in a ### Example 2: Determine which certificate Azure MFA is using ``` $CertInBase64 = New-AdfsAzureMfaTenantCertificate -TenantID -$cert = Security.Cryptography.X509Certificates.X509Certificate2 -$cert | Format-List * +[Security.Cryptography.X509Certificates.X509Certificate2]([System.Convert]::FromBase64String($CertInBase64)) ``` After AD FS has been configured for Azure MFA, this command determines which certificate Azure MFA is using and when it expires. From 29271362415db6158baad6c0bb9f8db21369755a Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:06:30 +0530 Subject: [PATCH 13/31] Update Move-ADObject.md Added a statement about password when it moves within the object is moved across domains in the forest --- docset/winserver2022-ps/activedirectory/Move-ADObject.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docset/winserver2022-ps/activedirectory/Move-ADObject.md b/docset/winserver2022-ps/activedirectory/Move-ADObject.md index 066ed4638c..e724863cb8 100644 --- a/docset/winserver2022-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2022-ps/activedirectory/Move-ADObject.md @@ -37,6 +37,8 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. +The Cmdlet moves the password when a user or computer object is moved across domains within a forest. + ## EXAMPLES ### Example 1: Move an OU to a new location From f3de92b9df2fe0c42d20d7c3e34b0a125704d481 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:08:42 +0530 Subject: [PATCH 14/31] Update Move-ADObject.md Fixes 2012 --- docset/winserver2012-ps/activedirectory/Move-ADObject.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docset/winserver2012-ps/activedirectory/Move-ADObject.md b/docset/winserver2012-ps/activedirectory/Move-ADObject.md index ae03b78ae3..1f3725924b 100644 --- a/docset/winserver2012-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012-ps/activedirectory/Move-ADObject.md @@ -30,6 +30,8 @@ You can also use the Get-ADGroup, Get-ADUser, Get-ADComputer, Get-ADServiceAccou The TargetPath parameter must be specified. This parameter identifies the new location for the object or container. +The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. + ## EXAMPLES ### -------------------------- EXAMPLE 1 -------------------------- From 4c1d917b84658d9166cc00e2e3e1e84351900b37 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:08:55 +0530 Subject: [PATCH 15/31] Update Move-ADObject.md Fixes 2016 --- docset/winserver2016-ps/activedirectory/Move-ADObject.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docset/winserver2016-ps/activedirectory/Move-ADObject.md b/docset/winserver2016-ps/activedirectory/Move-ADObject.md index dac51dd5d7..0ed6ca07c1 100644 --- a/docset/winserver2016-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2016-ps/activedirectory/Move-ADObject.md @@ -37,6 +37,7 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. +The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES ### Example 1: Move an OU to a new location From b52334ab714af6db5a6ee8c98dd9e45c1ec09c70 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:09:09 +0530 Subject: [PATCH 16/31] Update Move-ADObject.md Fixes 2019 --- docset/winserver2019-ps/activedirectory/Move-ADObject.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docset/winserver2019-ps/activedirectory/Move-ADObject.md b/docset/winserver2019-ps/activedirectory/Move-ADObject.md index 3ea888d585..dfe91ae6cb 100644 --- a/docset/winserver2019-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2019-ps/activedirectory/Move-ADObject.md @@ -36,6 +36,7 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. +The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES From 08990724b6ecfdf8f23695f59c007cca0586bbd8 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:09:22 +0530 Subject: [PATCH 17/31] Update Move-ADObject.md --- docset/winserver2022-ps/activedirectory/Move-ADObject.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/activedirectory/Move-ADObject.md b/docset/winserver2022-ps/activedirectory/Move-ADObject.md index e724863cb8..9f275ee48c 100644 --- a/docset/winserver2022-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2022-ps/activedirectory/Move-ADObject.md @@ -37,7 +37,8 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. -The Cmdlet moves the password when a user or computer object is moved across domains within a forest. +The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. + ## EXAMPLES From dcedd0b5bd839cd993b0c173783572ac6c2005a3 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:09:34 +0530 Subject: [PATCH 18/31] Update Move-ADObject.md Fixes 2012R2 --- docset/winserver2012r2-ps/activedirectory/Move-ADObject.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md b/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md index 63bb5a8424..63134796dd 100644 --- a/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md @@ -31,6 +31,7 @@ You can also use the Get-ADGroup, Get-ADUser, Get-ADComputer, Get-ADServiceAccou The **TargetPath** parameter must be specified. This parameter identifies the new location for the object or container. +The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES From d6ab22ad07a5b72dad6cb9507684b5d79c387ef4 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 08:11:44 +0530 Subject: [PATCH 19/31] Update Move-ADObject.md Fixed description --- docset/winserver2012-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/activedirectory/Move-ADObject.md b/docset/winserver2012-ps/activedirectory/Move-ADObject.md index 1f3725924b..a0e19916ac 100644 --- a/docset/winserver2012-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012-ps/activedirectory/Move-ADObject.md @@ -19,7 +19,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 08:12:07 +0530 Subject: [PATCH 20/31] Update Move-ADObject.md --- docset/winserver2016-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2016-ps/activedirectory/Move-ADObject.md b/docset/winserver2016-ps/activedirectory/Move-ADObject.md index 0ed6ca07c1..c261e1005c 100644 --- a/docset/winserver2016-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2016-ps/activedirectory/Move-ADObject.md @@ -22,7 +22,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 08:12:26 +0530 Subject: [PATCH 21/31] Update Move-ADObject.md --- docset/winserver2019-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/activedirectory/Move-ADObject.md b/docset/winserver2019-ps/activedirectory/Move-ADObject.md index dfe91ae6cb..045510f106 100644 --- a/docset/winserver2019-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2019-ps/activedirectory/Move-ADObject.md @@ -22,7 +22,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 08:12:34 +0530 Subject: [PATCH 22/31] Update Move-ADObject.md --- docset/winserver2016-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2016-ps/activedirectory/Move-ADObject.md b/docset/winserver2016-ps/activedirectory/Move-ADObject.md index c261e1005c..440688f336 100644 --- a/docset/winserver2016-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2016-ps/activedirectory/Move-ADObject.md @@ -22,7 +22,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 08:12:41 +0530 Subject: [PATCH 23/31] Update Move-ADObject.md --- docset/winserver2012-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/activedirectory/Move-ADObject.md b/docset/winserver2012-ps/activedirectory/Move-ADObject.md index a0e19916ac..7927036887 100644 --- a/docset/winserver2012-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012-ps/activedirectory/Move-ADObject.md @@ -19,7 +19,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 08:12:52 +0530 Subject: [PATCH 24/31] Update Move-ADObject.md --- docset/winserver2022-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/activedirectory/Move-ADObject.md b/docset/winserver2022-ps/activedirectory/Move-ADObject.md index 9f275ee48c..56d2d32dbc 100644 --- a/docset/winserver2022-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2022-ps/activedirectory/Move-ADObject.md @@ -22,7 +22,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 08:13:01 +0530 Subject: [PATCH 25/31] Update Move-ADObject.md --- docset/winserver2012r2-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md b/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md index 63134796dd..7d5546d75e 100644 --- a/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md @@ -21,7 +21,7 @@ Move-ADObject [-WhatIf] [-Confirm] [-AuthType ] [-Credential Date: Sun, 6 Aug 2023 13:33:34 +0530 Subject: [PATCH 26/31] Update docset/winserver2019-ps/activedirectory/Move-ADObject.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2019-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2019-ps/activedirectory/Move-ADObject.md b/docset/winserver2019-ps/activedirectory/Move-ADObject.md index 045510f106..0b873feb60 100644 --- a/docset/winserver2019-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2019-ps/activedirectory/Move-ADObject.md @@ -36,7 +36,7 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. -The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. +The cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES From 0299ca0798c8fceff2965a608569e68e6a24786c Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:33:40 +0530 Subject: [PATCH 27/31] Update docset/winserver2022-ps/activedirectory/Move-ADObject.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2022-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2022-ps/activedirectory/Move-ADObject.md b/docset/winserver2022-ps/activedirectory/Move-ADObject.md index 56d2d32dbc..13f2b980d7 100644 --- a/docset/winserver2022-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2022-ps/activedirectory/Move-ADObject.md @@ -37,7 +37,7 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. -The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. +The cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES From 917655c2cbf834b5ec2dd69b197d8fc0fcfb9ad0 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:33:49 +0530 Subject: [PATCH 28/31] Update docset/winserver2012-ps/activedirectory/Move-ADObject.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2012-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/activedirectory/Move-ADObject.md b/docset/winserver2012-ps/activedirectory/Move-ADObject.md index 7927036887..d6a495824b 100644 --- a/docset/winserver2012-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012-ps/activedirectory/Move-ADObject.md @@ -30,7 +30,7 @@ You can also use the Get-ADGroup, Get-ADUser, Get-ADComputer, Get-ADServiceAccou The TargetPath parameter must be specified. This parameter identifies the new location for the object or container. -The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. +The cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES From b5c0eb2ba46b5fca17630a4691fac8522349b70b Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:12:53 +0530 Subject: [PATCH 29/31] Update docset/winserver2016-ps/activedirectory/Move-ADObject.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2016-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2016-ps/activedirectory/Move-ADObject.md b/docset/winserver2016-ps/activedirectory/Move-ADObject.md index 440688f336..5a5ab059aa 100644 --- a/docset/winserver2016-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2016-ps/activedirectory/Move-ADObject.md @@ -37,7 +37,7 @@ You can also use the **Get-ADGroup**, **Get-ADUser**, **Get-ADComputer**, **Get- The *TargetPath* parameter must be specified. This parameter identifies the new location for the object or container. -The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. +The cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES ### Example 1: Move an OU to a new location From 0b2017f1328d7b3c2bd9523eb756282ea981a0a1 Mon Sep 17 00:00:00 2001 From: Sriraman M S <45987684+msbemba@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:13:03 +0530 Subject: [PATCH 30/31] Update docset/winserver2012r2-ps/activedirectory/Move-ADObject.md Co-authored-by: JohanFreelancer9 <48568725+JohanFreelancer9@users.noreply.github.com> --- docset/winserver2012r2-ps/activedirectory/Move-ADObject.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md b/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md index 7d5546d75e..1234011f57 100644 --- a/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md +++ b/docset/winserver2012r2-ps/activedirectory/Move-ADObject.md @@ -31,7 +31,7 @@ You can also use the Get-ADGroup, Get-ADUser, Get-ADComputer, Get-ADServiceAccou The **TargetPath** parameter must be specified. This parameter identifies the new location for the object or container. -The Cmdlet also moves the password when a user or computer object is moved across domains within a forest. +The cmdlet also moves the password when a user or computer object is moved across domains within a forest. ## EXAMPLES From 5868278112d8ef1d18b7a46a201ac75d9cdebbba Mon Sep 17 00:00:00 2001 From: Tina Burden Date: Mon, 2 Oct 2023 13:29:21 -0700 Subject: [PATCH 31/31] 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