< Back

Remove-JCSystemGroup

Thu Jan 16, 2020 9:12 am

NAME Remove-JCSystemGroup



SYNOPSIS

Removes a JumpCloud System Group





SYNTAX

Remove-JCSystemGroup [-GroupName] <System.String> [-force] [<CommonParameters>]





DESCRIPTION

Removes a JumpCloud System Group. By default a warning message will be presented to confirm the operation.





PARAMETERS

-GroupName <System.String>

The name of the System Group you want to remove.



Required? true

Position? 0

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-force <System.Management.Automation.SwitchParameter>

A SwitchParameter which suppresses the warning message when removing a JumpCloud System Group.



Required? false

Position? named

Default value False

Accept pipeline input? False

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:\\> Remove-JCSystemGroup -GroupName 'On Prem Systems'



Removes the JumpCloud System Group with the name 'On Prem Systems'. A warning message will be presented to confirm

the operation.

-------------------------- Example 2 --------------------------



PS C:\\> Remove-JCSystemGroup -GroupName 'On Prem Systems' -Force



Removes the JumpCloud System Group with the name 'On Prem Systems' using the -Force Parameter. A warning message

will not be presented to confirm the operation.



RELATED LINKS

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