--- title: "Enable-VESPExtendedLogging" description: "Enables the extended logging mode for Veeam Explorer for Microsoft SharePoint. Product: Veeam Backup & Replication, Veeam Backup for Microsoft 365 Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet " canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/enable-vespextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SharePoint > Enable-VESPExtendedLogging" dateModified: "2026-08-20" --- # Enable-VESPExtendedLogging ## Short Description Enables the extended logging mode for Veeam Explorer for Microsoft SharePoint. **Product**: Veeam Backup & Replication, Veeam Backup for Microsoft 365 **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Enable-VESPExtendedLogging [] ``` ## Detailed Description This cmdlet enables the extended logging mode for Veeam Explorer for Microsoft SharePoint if it is disabled. If it is enabled, nothing will happen and it will not cause any errors. Run the [`Disable-VESPExtendedLogging`](disable-vespextendedlogging.md) cmdlet to disable the extended logging mode. ## 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 Learn. ## Examples ::: example ### Enabling Extended Logging This command enables the extended logging mode for Veeam Explorer for Microsoft SharePoint. ``` Enable-VESPExtendedLogging ``` :::