--- title: "Get-VESPExtendedLogging" description: "Returns a state of 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 T" canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/get-vespextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SharePoint > Get-VESPExtendedLogging" dateModified: "2026-08-20" --- # Get-VESPExtendedLogging ## Short Description Returns a state of 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 ``` Get-VESPExtendedLogging [] ``` ## Detailed Description This cmdlet returns a state of the extended logging mode for Veeam Explorer for Microsoft SharePoint. The cmdlet will return the following types of the state: - `True` — in case the extended logging mode is enabled. - `False` — in case the extended logging mode is disabled. ## 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 ### Getting State of Extended Logging This command returns an indication of the enabled or disabled state of the extended logging mode for Veeam Explorer for Microsoft SharePoint. ``` Get-VESPExtendedLogging ``` :::