--- title: "Disable-VEXUseSecureLdap" description: "Disables 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 di" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/disable-vexusesecureldap.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Exchange > Disable-VEXUseSecureLdap" dateModified: "2026-08-18" --- # Disable-VEXUseSecureLdap ## Short Description Disables 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 ``` Disable-VEXUseSecureLdap [] ``` ## Detailed Description This cmdlet disables the secure LDAP mode for Veeam Explorer for Microsoft Exchange if it is enabled. If it is disabled, nothing will happen and it will not cause any errors. Veeam Explorer for Microsoft Exchange will use the less secure LDAP protocol. Run the [`Enable-VEXUseSecureLdap`](enable-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 ### Disabling Secure LDAP Mode This command disables the secure LDAP mode for Veeam Explorer for Microsoft Exchange. ``` Disable-VEXUseSecureLdap ``` ::: ## Related Commands - [`Get-VEXUseSecureLdap`](get-vexusesecureldap.md) - [`Enable-VEXUseSecureLdap`](enable-vexusesecureldap.md)