GuardMode 2024.2
Catalogic SoftwareKnowledge BaseMySupport
  • Welcome to GuardMode!
  • Intro
  • Installation
    • System requirements
    • Installing GuardMode Agent on Windows
      • Updating GuardMode Agent on Windows
    • Installing GuardMode Agent on Linux
      • Using GuardMode Agent as a Container
    • Uninstalling GuardMode Agent on Windows
    • Uninstalling GuardMode Agent on Linux
    • Configuring GuardMode Agent for SAMBA setup
    • Uninstalling GuardMode Agent on SAMBA setup
  • Agent Configuration
    • General Settings
    • Excluded Paths Configuration
    • Adding malware detection rules
      • Honeypot and Decoy Files
      • Write Operations Threshold
      • Detecting File Renaming with Abnormal File Extensions
      • Special Files Monitoring
    • Security Incident Detection
    • SMB Monitoring (Linux Only)
    • Event Reports
      • Configuring Event Reports
      • Excluding Paths From Event Reports
      • Tagging Agent
    • NFS Share Monitoring
    • Altering Audit Rules
    • Configuring DPX for Automatic Blocklist Updates
    • Using TLS
    • Configuring YARA-X
  • Using GuardMode Agent Command Line
  • REST API Documentation
  • On-demand Scanning
  • Logging
  • FAQ
  • Found an issue?
Powered by GitBook
On this page

Using GuardMode Agent Command Line

Tip. Always run PowerShell as an Administrator when working with the GuardMode Agent command line interface.

GuardMode Agent exposes a command line interface (CLI) that can be used to modify its configuration and behavior.

To use GuardMode Agent CLI, navigate to the directory where GuardMode Agent is installed and locate executable files. On Windows, this file is named Catalogic.GuardMode.Agent.exe and on Linux, it is Catalogic.GuardMode.Agent.

All top-level commands are listed when running the below:

PowerShell
.\Catalogic.GuardMode.Agent.exe --help
Bash
./Catalogic.GuardMode.Agent --help

To get help for a specific subcommand or a group of commands, run the command with the --help flag, for example:

PowerShell
.\Catalogic.GuardMode.Agent.exe config --help
Bash
./Catalogic.GuardMode.Agent --help

To see all required parameters and the description of a command, run the command with the --help flag, for example:

PowerShell
.\Catalogic.GuardMode.Agent.exe config add notification-provider dpx --help
Bash
./Catalogic.GuardMode.Agent config add notification-provider dpx --help
PreviousConfiguring YARA-XNextREST API Documentation

Last updated 10 months ago