There are a couple of ways a user can update their Evo software (The LDAP agent and/or the Evo Credential Provider):
- Scripting
- Manually downloading/updating
We'll first go over the scripting portion:
Download the script
The script that is needed is at https://download.evosecurity.com/release/installers/evoinstall-latest.zip
Unzip the file to create the EvoInstall.ps1 PowerShell script file.
Upgrade the Evo Credential Provider to the latest version
- Start an elevated PowerShell instance
- Change the directory to the location of the EvoInstall.ps1 script file
- Execute the command:
.\\EvoInstall.ps1 -upgrade -product CredPro
- If you want logging of the installer:
.\\EvoInstall.ps1 -upgrade -product CredPro -Log
- “If” the log was created, view:
cat $Env:Temp\\EvoSecureLogin_install.log
- If credential provider was already at latest version, that log will not be created
- “If” the log was created, view:
- If you want logging of the installer:
Upgrade the LDAP Agent to the latest version
- Start an elevated PowerShell session
- Change the directory to the location of the EvoInstall.ps1 script file
- Stop the LDAP agent:
stop-service evoldapsauth
- Execute the command:
.\\EvoInstall.ps1 -upgrade -product LdapAgent
- If you want logging of the installer:
.\\EvoInstall.ps1 -upgrade -product LdapAgent -Log
- “If” the log was created, view cat
$Env:Temp\\EvoLDAPSAgent_install.log
- If LDAP Agent was already at the latest version, that log will not be created
- “If” the log was created, view cat
- If you want logging of the installer:
Manual Updating
If scripting is not what you are looking for, you can also manually update the software by navigating to the Evo portal and downloading the latest version(s) of the products you need!
LDAP Agent
- Log-in to the Evo Portal
- Navigate to the customer that the LDAP agent is linked to
- Click Directories
- Click the LDAP tab
- Click on the "Edit" button next to the correct directory and generate a new LDAP Agent
Evo Credential Provider
- Log-in to the Evo Portal
- Navigate to the customer in question
- Click Applications
- Click the Windows Desktop Tile
- Download the latest Evo Credential Provider