< Back

New-JCUserGroup

Thu Jan 16, 2020 9:08 am

NAME New-JCUserGroup



SYNOPSIS

Creates a JumpCloud User Group





SYNTAX

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





DESCRIPTION

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





PARAMETERS

-GroupName <System.String>

The name of the new JumpCloud User Group.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

System.Object







NOTES









-------------------------- Example 1 --------------------------



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



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



RELATED LINKS

Online Version: https://github.com/TheJumpCloud/support ... CUserGroup