Cybercns Agent Installation
Summary
This script installs the CyberCNS agent on a computer.
Requirements
The following client-level EDFs must be set:
- EDF CyberCNS Company
- EDF CyberCNS Client ID
- EDF CyberCNS Client Secret
The global variable URL_Download
must have a valid download URL.
Sample Run
Variables
Document the various variables in the script. Delete any section that is not relevant to your script.
Name | Description |
---|---|
CyberCNS Company ID | Client EDF - Store the value of the CyberCNS company ID |
CyberCNS Client ID | Client EDF - Store the value of the CyberCNS Client ID |
CyberCNS Client Secret | Client EDF - Store the value of the CyberCNS client secret |
Global Parameter
Name | Example | Required | Description |
---|---|---|---|
URL_Download | https://cbercns.exe | True | This stores the CyberCNS executable package URL to proceed with the installation. |
Process
- Retrieve the client-level EDF values.
- If anything is missing, exit with an error.
- If all values are present, download the installer using the
URL_Download
parameter. - Once downloaded, install the application.
- After execution, verify the installation.
Output
- Script log