Skip to content

Commit 2c452c4

Browse files
authored
Merge pull request MicrosoftDocs#2831 from velkovb/fix-2759-name-search
Resolves MicrosoftDocs#2759
2 parents 86cb8f8 + 4ace4c2 commit 2c452c4

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), Security Account Manager (SAM) account name, or 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), Security Account Manager (SAM) account name, or 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), Security Account Manager (SAM) account name, or 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), Security Account Manager (SAM) account name, or 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, or 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)