Skip to content

Update FalconSession

bk-cs edited this page Sep 22, 2022 · 20 revisions

Update-FalconSession

SYNOPSIS

Refresh a single-host or batch Real-time Response session to prevent expiration

DESCRIPTION

Requires 'Real Time Response: Read'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
QueueOffline Boolean False False Add non-responsive hosts to the offline queue
Timeout Int32 30 600 False False Length of time to wait for a result, in seconds
HostToRemove String[] ^[a-fA-F0-9]{32}$ False False Host identifier(s) to remove from a batch Real-time Response session
HostId String ^[a-fA-F0-9]{32}$ True True Host identifier, for a single-host session
BatchId String ^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$ False True Batch session identifier

SYNTAX

Update-FalconSession [[-QueueOffline] <Boolean>] -HostId <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Update-FalconSession [[-QueueOffline] <Boolean>] [[-Timeout] <Int32>] [[-HostToRemove] <String[]>] -BatchId <String> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally