Skip to content

Edit FalconHostGroup

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

Edit-FalconHostGroup

SYNOPSIS

Modify a host group

DESCRIPTION

Requires 'Host Groups: Write'.

PARAMETERS

Name Type Min Max Allowed Pipeline PipelineByName Description
Name String X Host group name
Description String X Host group description
AssignmentRule String X FQL-based assignment rule, used with dynamic host groups
Id String X Host group identifier

SYNTAX

Edit-FalconHostGroup [[-Name] <String>] [[-Description] <String>] [[-AssignmentRule] <String>] [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

SDK Reference

falconpy

updateHostGroups

USAGE

Modifying host group details

Edit-FalconHostGroup -Id <id> -Name 'Example group 1'

2022-10-31: PSFalcon v2.2.3

Clone this wiki locally