Skip to content

New FalconUserGroup

bk-cs edited this page Oct 20, 2022 · 16 revisions

New-FalconUserGroup

SYNOPSIS

Create a Falcon Flight Control user group

DESCRIPTION

Requires 'Flight Control: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Name String User group name
Description String User group description

SYNTAX

New-FalconUserGroup [-Name] <String> [-Description] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Create a user group

New-FalconUserGroup -Name 'Manual Testing' -Description 'Manual Testing'

2022-10-20: PSFalcon v2.2.3

Clone this wiki locally