Skip to content

Send FalconScript

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

Send-FalconScript

SYNOPSIS

Upload a custom Real-time Response script

DESCRIPTION

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

PARAMETERS

Name Type Min Max 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 local file or string-based script content

SYNTAX

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

Generated 20220922 using PSFalcon v2.2.3

Clone this wiki locally