Registering the Catalogic DPX GuardMode Agent with the Catalogic DPX Master Server as a Node
Use the following command to register the Catalogic DPX GuardMode agent with Catalogic DPX as a node:
PS> Catalogic.RansomwareDetection.Agent.exe config register dpx`
    --username <string> --password <string> `
  [ --operating-system <string> | --group-name <string> | --name <string>`
  | --help ]Add the following flags and values:
Flag and Parameter
Description
--username | -u sysadmin (Requried)
The user name for the Catalogic DPX GuardMode REST API, that is, 'sysadmin'.
--password | -p <string> (Requried)
The password for this user.
--operating-system <string>
The name of the operating system. For example, 'Windows Server 2016'.
--group-name <string>
The node group name in Catalogic DPX. (Default: 'DefaultGroup')
--name | -n
The node name which appears in Catalogic DPX. (Default: 'RansomwareDetection Agent')
--help | -h
Show the help text.
Last updated