Skip to content

Invoke FalconHostGroupAction

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

Invoke-FalconHostGroupAction

SYNOPSIS

Perform actions on host groups

DESCRIPTION

Adds or removes hosts from host groups in batches of 500.

Requires 'Host Groups: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Name String add-hosts
remove-hosts
Action to perform
Id String Host group identifier
HostId String[] X X Host identifier

SYNTAX

Invoke-FalconHostGroupAction [-Name] <String> [-Id] <String> [-HostId] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

USAGE

Managing hosts in a static host group

Invoke-FalconHostGroupAction -Name add-hosts -Id <id> -HostId <id>, <id>
Invoke-FalconHostGroupAction -Name remove-hosts -Id <id> -HostId <id>, <id>

See Add a list of hostnames to a host group.

2022-10-20: PSFalcon v2.2.3

Clone this wiki locally