Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents

Anchor
_heading=h.30j0zll
_heading=h.30j0zll
Introduction

...

Anchor
_heading=h.1fob9te
_heading=h.1fob9te
Basic Installation Method

For applying Selcore Protection download the seclore flavour agent.

Pre-requisites

  • The MSI file of the agent.

  • Windows 10 machine

  • Admin access to install the agent

Steps

  1. Download the MSI file to the Windows machine

  2. Make sure all the office applications are not open to ensure the clean installation of the agent

  3. Double click on the agent to proceed with the installation

  4. Check the box to accept the terms in the License Agreement and click Install.

    Image Modified

Click “Yes” to allow the app to change your device.

...


Note: In case the machine doesn't have access to the internet then either the Microsoft website should be whitelisted or the executable file of the Visual Studio need to be brought inside to that machine. Here is the download link: https://www.microsoft.com/en-us/download/details.aspx?id=48217
Press “finish”. The agent is installed now

...

Pre-requisites
The MSI file of the agent.

  1. Windows 10 machine

  2. Admin access to install the agent

Steps
Open PowerShell as an Administrator and run the following command to install the Agent

...

Pre-requisites
The MSI file of the agent.

  1. Windows 10 machine

  2. Domain Admin level access to the Domain Controller

Steps

Create a folder and bring the agent file here.

...

Anchor
_heading=h.tyjcwt
_heading=h.tyjcwt
Installation through SCCM

Pre-requisites

  1. SCCM Server

  2. Access to the SCCM Server

  3. GV Agent MSI file

Steps

  1. Open SCCM and navigate to the Home tab and click on Applications. Then you need to create an application for the software to deploy

  2. Create User Collection” to add a user group. In this progress, you need to set all the rules for deployment. From the Create User Collection Wizard browse and select the target distribution group. Here BPO users have been set as an example. Hit the “Next” button to finish the setting.

  3. From the Deployment Settings, set the Action to install and the Purpose to Available. Click to check the box named “Require administrator approval if users request this application.” This will make the software available to the end user but will need administrator permission to install it. To finish the task, click on “Next”. The software in now deployed to the end user. Click on close to exit the program. You can check the details of deployment on the deployment completion page.

Anchor
_heading=h.3dy6vkm
_heading=h.3dy6vkm
Installation of the Generic Agent

...

Note: Other prerequisites will be defined based on which of the above listed approaches is chosen for installation 

Steps

  1. Place the  “installerConfig.json” file given by GV in the same place where the agent is present on the machine.

    Image Modified

  2. Edit the InstallerConfig file and add the following variables and their respective values and Save it.

    For versions >= 2.10.0 - The config file is a .json which accepts the following fields:

    Name - Name of customer. Used to set the Sentry environment. Default: agent

    ServerAddress- Address of the AgentEdge. The address should be without the schema and should not include the port. Default: gvqa.gvdevelopment.k3s.getvisibility.com

    ServerUseSsl- if SSL should be used. For SSL the port 443 will be used, otherwise 80. Default: true

    KeycloakClientId - The ClientId configured in Keycloak. Default: agent

    KeycloakUsername - The Username configured in Keycloak. Default: agent (email: agent@gv.com)

    KeycloakCertificateContent - The .crt of the user certificate. Default below.

    KeycloakKeyContent - the .key of the user certificate. Default below.

    SentryDsn - Sentry URL. Default: empty

    AutoUpdateArtifactsUri - AutoUpdate artifacts URI

    UIStyle - UI style of the agent. (e.g. Forcepoint). Default: empty

Code Block
{
	"Name": "",
	"ServerAddress": "",
	"ServerUseSsl": true,
	"KeycloakClientId": "",
	"KeycloakUsername": "",
	"KeycloakCertificateContent": "",
	"KeycloakKeyContent": "",
	"SentryDsn": "",
	"AutoUpdateArtifactsUri": "",
	"UIStyle": ""
}

...

Anchor
_heading=h.1t3h5sf
_heading=h.1t3h5sf
References

MSI file installation through GPO:
https://community.spiceworks.com/how_to/160869-how-to-install-exe-with-group-policy

MSI file installation through SCCM: https://pdf.wondershare.com/business/how-to-deploy-software-with-sccm.html