Skip to content

New FalconHostGroup

bk-cs edited this page Sep 22, 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[] True False An array of host groups to create in a single request
GroupType String dynamic
static
staticByID
False False Host group type
Name String False False Host group name
Description String False False Host group description
AssignmentRule String False False 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 20220922 using PSFalcon v2.2.3

Clone this wiki locally