Skip to content

Remove FalconHostGroup

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

Remove-FalconHostGroup

SYNOPSIS

Remove host groups

DESCRIPTION

Requires 'Host Groups: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Id String[] X X Host group identifier

SYNTAX

Remove-FalconHostGroup [-Id] <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

deleteHostGroups

USAGE

Deleting host groups

Remove-FalconHostGroup -Id <id>, <id>

2022-10-21: PSFalcon v2.2.3

Clone this wiki locally