Contents
Table of Contents |
---|
Anchor | ||||
---|---|---|---|---|
|
...
Anchor | ||||
---|---|---|---|---|
|
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
Download the MSI file to the Windows machine
Make sure all the office applications are not open to ensure the clean installation of the agent
Double click on the agent to proceed with the installation
Check the box to accept the terms in the License Agreement and click Install.
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.
Windows 10 machine
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.
Windows 10 machine
Domain Admin level access to the Domain Controller
Steps
Create a folder and bring the agent file here.
...
Anchor | ||||
---|---|---|---|---|
|
Pre-requisites
SCCM Server
Access to the SCCM Server
GV Agent MSI file
Steps
Open SCCM and navigate to the Home tab and click on Applications. Then you need to create an application for the software to deploy
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.
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 | ||||
---|---|---|---|---|
|
...
Note: Other prerequisites will be defined based on which of the above listed approaches is chosen for installation
Steps
Place the “installerConfig.json” file given by GV in the same place where the agent is present on the machine.
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 | ||||
---|---|---|---|---|
|
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