--- title: "Enable-VEHANAExtendedLogging" description: "Enables the extended logging mode for Veeam Explorer for SAP HANA. Product: Veeam Backup & Replication Product Edition: Enterprise Plus, Veeam Universal License This cmdlet enables the extended logging mode for Veeam Explorer for SAP HANA if it i" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/enable-vehanaextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for SAP HANA > Enable-VEHANAExtendedLogging" dateModified: "2026-08-18" --- # Enable-VEHANAExtendedLogging ## Short Description Enables the extended logging mode for Veeam Explorer for SAP HANA. **Product**: Veeam Backup & Replication **Product Edition**: Enterprise Plus, Veeam Universal License ## Syntax ``` Enable-VEHANAExtendedLogging [] ``` ## Detailed Description This cmdlet enables the extended logging mode for Veeam Explorer for SAP HANA if it is disabled. If it is enabled, nothing will happen and it will not cause any errors. Run the [`Get-VEHANAExtendedLogging`](get-vehanaextendedlogging.md) cmdlet to get the state of the extended logging mode for Veeam Explorer for SAP HANA. Run the [`Disable-VEHANAExtendedLogging`](disable-vehanaextendedlogging.md) cmdlet to disable the extended logging mode for Veeam Explorer for SAP HANA. ## 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 Extended Logging This command enables the extended logging mode for Veeam Explorer for SAP HANA. ``` Enable-VEHANAExtendedLogging ``` ::: ## Related Commands - [`Get-VEHANAExtendedLogging`](get-vehanaextendedlogging.md) - [`Disable-VEHANAExtendedLogging`](disable-vehanaextendedlogging.md)