Skip to content

Commit 4ace4c2

Browse files
Apply suggestions from code review
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 7c89652 commit 4ace4c2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docset/winserver2012-ps/activedirectory/Get-ADUser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Get-ADUser [-AuthType <ADAuthType>] [-Credential <PSCredential>] -LDAPFilter <St
3636
The **Get-ADUser** cmdlet gets a specified user object or performs a search to get multiple user objects.
3737

3838
The *Identity* parameter specifies the Active Directory user to get.
39-
You can identify a user by its distinguished name (DN), GUID, security identifier (SID) or Security Account Manager (SAM) account name.
39+
You can identify a user by its distinguished name (DN), GUID, security identifier (SID), or Security Account Manager (SAM) account name.
4040
You can also set the parameter to a user object variable such as `$<localUserObject>` or pass a user object through the pipeline to the *Identity* parameter.
4141

4242
To search for and retrieve more than one user, use the *Filter* or *LDAPFilter* parameters.

docset/winserver2012r2-ps/activedirectory/Get-ADUser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Get-ADUser [-AuthType <ADAuthType>] [-Credential <PSCredential>] -LDAPFilter <St
3838
The **Get-ADUser** cmdlet gets a specified user object or performs a search to get multiple user objects.
3939

4040
The *Identity* parameter specifies the Active Directory user to get.
41-
You can identify a user by its distinguished name (DN), GUID, security identifier (SID) or Security Account Manager (SAM) account name.
41+
You can identify a user by its distinguished name (DN), GUID, security identifier (SID), or Security Account Manager (SAM) account name.
4242
You can also set the parameter to a user object variable such as `$<localUserObject>` or pass a user object through the pipeline to the *Identity* parameter.
4343

4444
To search for and retrieve more than one user, use the *Filter* or *LDAPFilter* parameters.

docset/winserver2016-ps/activedirectory/Get-ADUser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get-ADUser [-AuthType <ADAuthType>] [-Credential <PSCredential>] -LDAPFilter <St
3939
The **Get-ADUser** cmdlet gets a specified user object or performs a search to get multiple user objects.
4040

4141
The *Identity* parameter specifies the Active Directory user to get.
42-
You can identify a user by its distinguished name (DN), GUID, security identifier (SID) or Security Account Manager (SAM) account name.
42+
You can identify a user by its distinguished name (DN), GUID, security identifier (SID), or Security Account Manager (SAM) account name.
4343
You can also set the parameter to a user object variable such as `$<localUserObject>` or pass a user object through the pipeline to the *Identity* parameter.
4444

4545
To search for and retrieve more than one user, use the *Filter* or *LDAPFilter* parameters.

docset/winserver2019-ps/activedirectory/Get-ADUser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get-ADUser [-AuthType <ADAuthType>] [-Credential <PSCredential>] -LDAPFilter <St
3939
The **Get-ADUser** cmdlet gets a specified user object or performs a search to get multiple user objects.
4040

4141
The *Identity* parameter specifies the Active Directory user to get.
42-
You can identify a user by its distinguished name (DN), GUID, security identifier (SID) or Security Account Manager (SAM) account name.
42+
You can identify a user by its distinguished name (DN), GUID, security identifier (SID), or Security Account Manager (SAM) account name.
4343
You can also set the parameter to a user object variable such as `$<localUserObject>` or pass a user object through the pipeline to the *Identity* parameter.
4444

4545
To search for and retrieve more than one user, use the *Filter* or *LDAPFilter* parameters.

docset/winserver2022-ps/activedirectory/Get-ADUser.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get-ADUser [-AuthType <ADAuthType>] [-Credential <PSCredential>] -LDAPFilter <St
3939
The **Get-ADUser** cmdlet gets a specified user object or performs a search to get multiple user objects.
4040

4141
The *Identity* parameter specifies the Active Directory user to get.
42-
You can identify a user by its distinguished name (DN), GUID, security identifier (SID), Security Account Manager (SAM) account name.
42+
You can identify a user by its distinguished name (DN), GUID, security identifier (SID), or Security Account Manager (SAM) account name.
4343
You can also set the parameter to a user object variable such as `$<localUserObject>` or pass a user object through the pipeline to the *Identity* parameter.
4444

4545
To search for and retrieve more than one user, use the *Filter* or *LDAPFilter* parameters.

0 commit comments

Comments
 (0)