Installed from CLI
This article applies to all persistent MetaDefender Endpoint releases deployed on Windows systems.
Yes, you can. Microsoft Active Directory is a powerful directory service that can be used to distribute MetaDefender Endpoint on managed endpoint PCs.
Distribution through one-time, Automatic Installation
Because it is packaged as a Microsoft Software Installer (or MSI), the persistent MetaDefender Endpoint facilitates streamlined distribution to all managed endpoints.
A simple, one-time installation can be performed by hosting your MetaDefender Endpoint installer in a central location, and then referencing it as a parameter to MSIEXEC.
For example, the following line would execute a silent installation of an MetaDefender Endpoint installer, hosted on a shared network drive that is mounted as drive Z:
Z: MSIEXEC /a "Z:\Shared\Public\OPSWAT_GEARS_Client_3445-2e5e65e6b68ce141d-0.msi" /qn
Enforcement through Software Assignment
Active Directory can not only be used to distribute and install the software, as mentioned above, but also to enforce that it remains installed.
In Active Directory terms, this is known as ‘assigning software.’
You have the option to assign software to authenticated users or machines. Both are viable options, and you should choose the one that aligns with your other corporate software installations and infrastructure.
To learn more, read the official Microsoft guide, found Here.