New JCSystemGroup - TheJumpCloud/support GitHub Wiki
external help file: JumpCloud-help.xml Module Name: JumpCloud online version: https://github.com/TheJumpCloud/support/wiki/New-JCSystemGroup schema: 2.0.0
Creates a JumpCloud System Group
New-JCSystemGroup [-GroupName] <String> [<CommonParameters>]
Creates a JumpCloud System Group. Note that a JumpCloud System Group must have a unique name.
PS C:\> New-JCSystemGroup -GroupName 'New System Group'
Creates a new JumpCloud System Group with the name 'New System Group'
The name of the new JumpCloud System Group.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.