Automated Deployments
Enzoic for Active Directory v3.0 and Earlier
Setup with a Configuration File
Starting with version 2.9, Enzoic for Active Directory can be installed and configured headlessly using a YAML configuration file. All of the Enzoic for AD settings can be specified via settings in this file. To get started, download the sample enzoic-config.yml file below and open in a text editor. The settings in the file are documented with comments, but we recommend familiarizing yourself with the product in a test environment first to better understand the various options.
Download the sample configuration file:
To specify the configuration file during installation, use the MSI version of the installer and pass in two properties:
ENZ_IMPORT_CONFIG_FILE – the full path to your YAML configuration file ENZ_PRODUCT_KEY – your Enzoic for Active Directory product key
Sample MSI command line:
msiexec.exe /i "c:\EnzoicForAD.msi" ENZ_IMPORT_CONFIG_FILE="c:\path\to\enzoic-config.yml" ENZ_PRODUCT_KEY=”your-product-key”
Deploying Enzoic for Active Directory via GPO
You can use GPO push installs to easily install Enzoic for Active Directory across multiple domain controllers in your environment. Note that Enzoic for Active Directory requires .NET Framework 4.5, which does not get installed automatically when running the MSI installer. If you are deploying to Windows Server 2008R2, you will need to deploy .NET Framework 4.5 prior to deploying Enzoic for Active Directory.
Last updated
Was this helpful?