< Back

New-JCSystemGroup

Thu Jan 16, 2020 9:05 am

NAME New-JCSystemGroup



SYNOPSIS

Creates a JumpCloud System Group





SYNTAX

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





DESCRIPTION

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





PARAMETERS

-GroupName <System.String>

The name of the new JumpCloud System 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-JCSystemGroup -GroupName 'New System Group'



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



RELATED LINKS

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