Use the available remote shell commands to investigate Windows endpoints.
NoteWhen specifying a file location, be aware that UNC paths are not
supported.
|
Command
|
Description
|
Syntax
|
Example
|
Supported on
|
||||
cat |
Output the content of the selected file (max size 1MB)
|
cat <file_location_and_extension>
|
|
|
||||
cd |
Change the current working directory
|
cd <path>
|
cd C:\
|
|
||||
clear |
Clear screen
|
clear |
clear
|
|
||||
cp |
Copy a file or directory to specific destination
|
cp <source_object> <destination_object>
[--force]
|
|
|
||||
env |
List environment variables
|
env |
env
|
|
||||
fileinfo |
List detailed file properties
|
fileinfo
<file_location_and_extension>
|
|
|
||||
get |
Collect a specific file and upload to Trend Vision One
Maximum file size: 4 GB
|
get <file_location_and_extension>
|
|
|
||||
group list |
List local group information
|
group list |
group list
|
|
||||
help |
Display help information
|
help |
help
|
|
||||
ipconfig |
Display network configuration information
|
ipconfig |
ipconfig
|
|
||||
kill |
Terminate a running process
|
kill <PID>
|
kill 1234
|
|
||||
listenports |
List listening ports
|
listenports |
listenports
|
|
||||
ls |
List contents of the directory
|
ls [path]
|
ls
|
|
||||
memdump |
Create a process memory dump available as an encrypted archive from the
Trend Vision One console
|
memdump [--ma] [--mm] --pid <pid> --ma : Creates a full process memory dump.-mm : Create a mini process memory dump.--pid : Required parameter to specify process ID
<pid>
|
memdump --mm --pid 1234
|
|
||||
mkdir |
Create a new directory
|
mkdir <path>
|
|
|
||||
mv |
Move a file or directory to specific destination
|
mv <source_object> <destination_object>
[--force]
|
|
|
||||
netstat |
List network statistics and active connections
|
netstat |
netstat
|
|
||||
ps |
List running process information
|
ps |
ps
|
|
||||
pwd |
Display current directory
|
pwd |
pwd
|
|
||||
reg query |
List registry information
|
reg query <key>
[--value=<value_name>] |
|
|
||||
rm |
Delete a file or directory (and all sub-directories)
|
rm <source_object> [--force]
|
|
|
||||
run |
Execute a previously uploaded script
|
run <script_name_and_extension>
[arguments] |
run demo.ps1 1 "22 33" 44
|
|
||||
scheduletasks |
List scheduled tasks
|
scheduletasks |
scheduletasks
|
|
||||
service list |
List service information
|
service list |
service list
|
|
||||
systeminfo |
List system information
|
systeminfo |
systeminfo
|
|
||||
taskstatus |
List status of response tasks created in the current session
|
taskstatus [--id=<task_id>] <task_id> : Optional parameter to specify the identifier of the response task. |
taskstatus [--id=RM-20241207-00025] |
|
||||
user info |
List account properties
|
user info <username> |
user info john_doe
|
|
||||
user list |
List local user accounts
|
user list |
user list
|
|
||||
zip |
Compress a file or directory in a zip archive and optionally
encrypt the archive with a password
|
zip <source_object1> [<source_object2...>
<source_objectn>] <destination_object> [--password <password>]
[--force]
|
|
|