Skip to content

New JCUserGroup

CircleCI edited this page Feb 10, 2025 · 11 revisions

New-JCUserGroup

SYNOPSIS

Creates a JumpCloud User Group

SYNTAX

New-JCUserGroup [-GroupName] <String> [<CommonParameters>]

DESCRIPTION

Creates a JumpCloud User Group. Note that a JumpCloud User Group must have a unique name.

EXAMPLES

Example 1

PS C:\> New-JCUserGroup -GroupName 'New User Group'

Creates a new JumpCloud User Group with the name 'New User Group'

PARAMETERS

-GroupName

The name of the new JumpCloud User Group.

Type: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

Quick Links

Command Reference

Authentication

Import and Backup

RADIUS Reply Attributes

User Functions

Administrator Functions

System Functions

Command Functions

Group Functions

Policy Functions

Event Functions

Report Functions

Clone this wiki locally