Skip to content

Remove FalconGroupRole

bk-cs edited this page Sep 22, 2022 · 18 revisions

Remove-FalconGroupRole

SYNOPSIS

Remove roles between a Falcon Flight Control user group and CID group

DESCRIPTION

Requires 'Flight Control: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
CidGroupId String ^[a-fA-F0-9]{32}$ False CID group identifier
UserGroupId String ^[a-fA-F0-9]{32}$ False User group identifier
RoleId String[] False Role identifier, or leave blank to remove user group/CID group association

SYNTAX

Remove-FalconGroupRole [-CidGroupId] <String> [-UserGroupId] <String> [[-RoleId] <String[]>] [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally