# Enki Check for Outlook
# System Requirements
The following are the supported environment for Enki Check for Outlook
Outlook 2013 or above
Microsoft .NET Framework 4.8 or above installed
Download Link https://dotnet.microsoft.com/download/dotnet-framework/net48 (opens new window)
# Installation Guide
# Obtain Setup Package
You can download the latest version from here (opens new window)
# Perform the setup
Double click the downloaded EnkiCheckOutlook.exe or EnkiCheckOutlook.msi and perform the installation.
# Automated Installation
This approach is usually used when deploying the Enki Check for Outlook via AD GPO or Microsoft Endpoint Configuration Manager (a.k.a. SCCM).
EnkiCheckOutlook.exe /i /passive ENKIACCOUNTID="account id" ENKIAPISERVER="https://enkiserver"
or
msiexec /i EnkiCheckOutlook.msi ENKIACCOUNTID="account id" ENKIAPISERVER="https://enkiserver"
The following table summarize the supported properties.
Properties | Description |
---|---|
ENKIACCOUNTID | Account ID Provided when subscribe to Enki (Required) |
ENKIAPISERVER | URL for connecting to Enki Server. Client using Enki Server is required to provide this value. Enki Cloud users are not required. Value must be a valid URI (e.g. https://api.eventusenki.com) |
ENKIENABLETELEMETRY | Specify if enable submit anonymous telemetry data to Eventus for usage analysis. Supported values are True and False |
ENKIAUTHMODE | Specify the authentication mode used in client. Supported values are Windows and OAuth2 |