Skip to content

Edit FalconScript

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

Edit-FalconScript

SYNOPSIS

Modify a Real-time Response script

DESCRIPTION

Requires 'Real Time Response (Admin): Write'.

PARAMETERS

Name Type Min Max Pattern Allowed Pipeline PipelineByName Description
Platform String[] windows
mac
linux
False True Operating system platform
PermissionType String private
group
public
False True Permission level [public: 'Administrators' and 'Active Responders', group: 'Administrators', private: creator]
Name String False True Script name
Description String False True Script description
Comment String 1 4096 False True Audit log comment
Path String False True Path to script file
Id String ^[a-fA-F0-9]{32}_[a-fA-F0-9]{32}$ False True Script identifier

SYNTAX

Edit-FalconScript [[-Platform] <String[]>] [[-PermissionType] <String>] [[-Name] <String>] [[-Description] <String>] [-Comment] <String>] [-Path] <String> [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally