Skip to main content

Windows install command line variables

Summary: See below for a list of available command line variables when installing the Windows sensor. Question_md: What are the available command line variables when installing the Windows sensor? What does each variable accomplish?

Answer_md: ## Supported command line variables:

DISABLE_OUTLOOK_PLUGIN - Disables the installation of the Outlook plugin. 0 by default.

INSTALL_TOKEN - JWT token granting installation rights

BACKEND_URL - HTTPS URL of the backend, without trailing slash. (e.g., https://backend.domain.com)

DLP_URL - HTTPS URL of the the DLP backend, without trailing slash. (e.g., https://backend.domain.com)

DLP_PROXY_URL - Uses this URL to configure the proxy for the DLP connection. Only applicable if DLP_URL is set. (e.g. http://my-squid- proxy:3128)

DLP_PROXY_USER - Use proxy from logged on users to connect to the DLP server. (0 by default, set 1 to enable)

DLP_PROXY_SYSTEM - Use the system proxy to connect to the DLP server. (0 by default, set 1 to enable)

DLP_PROXY_DIRECT_CONNECTION - Do not use any proxies to connect to the DLP server. (0 by default, set 1 to enable)

DLP_PROXY_CONNECTIVITY_CHECKER - Auto-detect a working connection the the DLP server. If disabled, use one of DLP_PROXY_USER, DLP_PROXY_SYSTEM, or DLP_PROXY_DIRECT_CONNECTION. (0 by default, set 1 to enable)

BACKEND_URL_VALIDATION_ENABLED - Checks that the URL has the correct format. Uses HTTPS prefix and has no trailing slash. (1 by default, set to 0 to disable)

BACKEND_CONNECTIVITY_VALIDATION_ENABLED - This will try to fetch https://domain/v1/health to ensure that the backend is up and running. (1 by default, set to 0 to disable)

BACKEND_ALLOW_INSECURE_HTTPS - Disables certificate validation in the configuration file as well as during connectivity checks. (0 by default, set to 1 to all insecure connections)

PROXY_URL - Uses this URL to configure the proxy for the backend connection. The proxy will use the default system credentials. If no URL is set, the proxy will use default system settings. (e.g. http://my-squid-proxy:3128)

PROXY_USER - Use proxy from logged on users to connect to the backend. (0 by default, set 1 to enable)

PROXY_SYSTEM - Use the system proxy to connect to the backend. (0 by default, set 1 to enable)

OUTLOOK_CLIPBOARD_TRACKING_ENABLED - This will disable outlook-specific tracking of copy/paste events if set to 0. (1 by default, set to 0 to disable)

USE_BROWSER_AD_POLICY - This installs the AD version of the extension. (0 by default, set to 1 to enable)

AUTOUPDATE_ENABLED - This disables the autoupdate functionality in the agent. (1 by default, set to 0 to disable)

UNINSTALL_PASSWORD - Password to uninstall the product. (e.g., 1234)

INITIAL_DEPLOYMENT_GROUP_ID - Assign the sensor to a deployment group. ID for deployment groups are found via 'Endpoint Sensors' page. (1 is default)