Skip to content

Latest commit

 

History

History

list_process

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

DESCRIPTION

List running processes

NOTE: The Json schema used in Workflows expects single object output. Because this script produces an array of results, you may encounter the following error when using this script in a workflow:

The script output does not validate against the output JSON schema

EXAMPLES

REAL-TIME RESPONSE

runscript -CloudFile="list_process"

PSFALCON

PS>Invoke-FalconRtr runscript "-CloudFile='list_process'" -HostId <id>, <id>

FALCONPY