--- title: "Enable-VEXUseSecureLdap" description: "Enables the secure LDAP mode for Veeam Explorer for Microsoft Exchange. Product: Veeam Backup & Replication, Veeam Backup for Microsoft 365 Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet ena" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/enable-vexusesecureldap.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Exchange > Enable-VEXUseSecureLdap" dateModified: "2026-08-18" --- # Enable-VEXUseSecureLdap ## Short Description Enables the secure LDAP mode for Veeam Explorer for Microsoft Exchange. **Product**: Veeam Backup & Replication, Veeam Backup for Microsoft 365 **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Enable-VEXUseSecureLdap [] ``` ## Detailed Description This cmdlet enables the secure LDAP mode for Veeam Explorer for Microsoft Exchange if it is disabled. If it is enabled, nothing will happen and it will not cause any errors. Veeam Explorer for Microsoft Exchange will use the more secure LDAPS (LDAP over SSL/TLS) protocol and will not failover to the LDAP protocol if LDAPS is not available. Run the [`Get-VEXUseSecureLdap`](get-vexusesecureldap.md) cmdlet to get the state of the secure LDAP mode for Veeam Explorer for Microsoft Exchange. Run the [`Disable-VEXUseSecureLdap`](disable-vexusesecureldap.md) cmdlet to disable the secure LDAP mode for Veeam Explorer for Microsoft Exchange. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Docs. ## Examples ::: example ### Enabling Secure LDAP Mode This command enables the secure LDAP mode for Veeam Explorer for Microsoft Exchange. ``` Enable-VEXUseSecureLdap ``` ::: ## Related Commands - [`Get-VEXUseSecureLdap`](get-vexusesecureldap.md) - [`Disable-VEXUseSecureLdap`](disable-vexusesecureldap.md)