--- title: "Get-VEXUseSecureLdap" description: "Returns the state of 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 Th" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vexusesecureldap.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Exchange > Get-VEXUseSecureLdap" dateModified: "2026-08-18" --- # Get-VEXUseSecureLdap ## Short Description Returns the state of 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 ``` Get-VEXUseSecureLdap [] ``` ## Detailed Description This cmdlet returns the state of secure LDAP mode for Veeam Explorer for Microsoft Exchange. The cmdlet will return the following types of state: - `True` - in case the secure LDAP mode is enabled. Veeam Explorer for Microsoft Exchange uses the LDAPS (LDAP over SSL/TLS) protocol and prevents failover to the LDAP protocol if LDAPS is not available. - `False` - in case the secure LDAP mode is disabled. Veeam Explorer for Microsoft Exchange uses the less secure LDAP protocol. ## 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 ### Getting State of Secure LDAP Mode This command returns the state of the secure LDAP mode for Veeam Explorer for Microsoft Exchange. ``` Get-VEXUseSecureLdap ``` ::: ## Related Commands - [`Enable-VEXUseSecureLdap`](enable-vexusesecureldap.md) - [`Disable-VEXUseSecureLdap`](disable-vexusesecureldap.md)