Skip to content

Commit 83353b0

Browse files
Update docset/winserver2019-ps/activedirectory/Get-ADGroup.md
Co-authored-by: JohanFreelancer9 <[email protected]>
1 parent 377e503 commit 83353b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get-ADGroup [-AuthType <ADAuthType>] [-Credential <PSCredential>] -LDAPFilter <S
3939
The **Get-ADGroup** cmdlet gets a group or performs a search to retrieve multiple groups from an Active Directory.
4040

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

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

0 commit comments

Comments
 (0)