Skip to content

New FalconHostGroup

bk-cs edited this page Oct 6, 2022 · 21 revisions

New-FalconHostGroup

SYNOPSIS

Create host groups

DESCRIPTION

Requires 'Host Groups: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Array Object[] X An array of host groups to create in a single request
GroupType String dynamic
static
staticByID
Host group type
Name String Host group name
Description String Host group description
AssignmentRule String Assignment rule for 'dynamic' host groups

SYNTAX

New-FalconHostGroup [-GroupType] <String> [-Name] <String> [[-Description] <String>] [[-AssignmentRule] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
New-FalconHostGroup -Array <Object[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20221006 using PSFalcon v2.2.3

Clone this wiki locally