Skip to main content

Cybercns Agent Installation

Summary

This script installs the CyberCNS agent on a computer.

Requirements

The following client-level EDFs must be set:

  1. EDF CyberCNS Company
  2. EDF CyberCNS Client ID
  3. EDF CyberCNS Client Secret

The global variable URL_Download must have a valid download URL.

Sample Run

Sample Run

Variables

Document the various variables in the script. Delete any section that is not relevant to your script.

NameDescription
CyberCNS Company IDClient EDF - Store the value of the CyberCNS company ID
CyberCNS Client IDClient EDF - Store the value of the CyberCNS Client ID
CyberCNS Client SecretClient EDF - Store the value of the CyberCNS client secret

Global Parameter

NameExampleRequiredDescription
URL_Downloadhttps://cbercns.exeTrueThis stores the CyberCNS executable package URL to proceed with the installation.

Process

  1. Retrieve the client-level EDF values.
  2. If anything is missing, exit with an error.
  3. If all values are present, download the installer using the URL_Download parameter.
  4. Once downloaded, install the application.
  5. After execution, verify the installation.

Output

  • Script log