Skip to content

Commit b463ef7

Browse files
Correct Name of Parameter (re-submit)
There is no "GroupType" parameter, rather the one it is referencing is called "GroupCategory". This is a resubmit of MicrosoftDocs#2627 per request from @tiburd
1 parent 6bb3c8c commit b463ef7

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)