Skip to content

Add FalconUserGroupMember

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

Add-FalconUserGroupMember

SYNOPSIS

Add a user to a Falcon Flight Control user group

DESCRIPTION

Requires 'Flight Control: Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Id String ^[a-fA-F0-9]{32}$ False User group identifier
UserId String[] ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False User identifier

SYNTAX

Add-FalconUserGroupMember [-Id] <String> [-UserId] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally