Skip to content

Commit 0410598

Browse files
authored
Merge pull request MicrosoftDocs#2918 from bennettforkner/patch-1
Correct Name of Parameter (re-submit)
2 parents 6bb3c8c + b463ef7 commit 0410598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Many object properties are defined by setting cmdlet parameters.
2828
Properties that cannot be set by cmdlet parameters can be set using the **OtherAttributes** parameter.
2929

3030
The **Name** and **GroupScope** parameters specify the name and scope of the group and are required to create a new group.
31-
You can define the new group as a security or distribution group by setting the **GroupType** parameter.
31+
You can define the new group as a security or distribution group by setting the **GroupCategory** parameter.
3232
The **Path** parameter specifies the container or organizational unit (OU) for the group.
3333

3434
The following methods explain different ways to create an object by using this cmdlet.

0 commit comments

Comments
 (0)