This app integrates with the Windows Remote Management service to execute various actions
Supported Actions
- test connectivity: Validate the asset configuration for connectivity using supplied configuration
- run command: Execute a command on the endpoint
- run script: Run a PowerShell script on the endpoint
- list processes: List the currently running processes
- terminate process: Terminate a process
- list connections: List all active connections
- list firewall rules: List the firewall rules
- delete firewall rule: Remove a firewall rule using netsh
- block ip: Create a firewall rule to block a specified IP
- add firewall rule: Add a firewall rule using netsh
- logoff user: Logoff a user
- list sessions: List all active sessions
- deactivate partition: Deactivate a partition
- activate partition: Activate a partition
- shutdown system: Shutdown a system
- restart system: Restart a system
- list policies: List AppLocker Policies
- block file path: Create a new AppLocker policy to block a file path
- delete policy: Delete an AppLocker policy
- get file: Copy a file from the Windows Endpoint to the Vault
- upload file: Copy a file from the vault to the Windows Endpoint
- copy file: Run the copy command on the Windows Endpoint
- delete file: Run the delete command on the Windows Endpoint