Get-VEXUseSecureLdap
Short Description
Returns the state of the secure LDAP mode for Veeam Explorer for Microsoft Exchange.
Applies to
Veeam Backup & Replication, Veeam Backup for Microsoft 365
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VEXUseSecureLdap [<CommonParameters>] |
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 — indicates that 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 — indicates that the secure LDAP mode is disabled. Veeam Explorer for Microsoft Exchange uses the less secure LDAP protocol.
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
None.
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