--- title: "Get-VETExtendedLogging" description: "Returns a state of the extended logging mode for Veeam Explorer for Microsoft Teams. Product: Veeam Backup for Microsoft 365 Product Edition: Community, Rental License, Subscription License This cmdlet returns a state of the extended logging mode for" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/get-vetextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Teams > Get-VETExtendedLogging" dateModified: "2026-08-20" --- # Get-VETExtendedLogging ## Short Description Returns a state of the extended logging mode for Veeam Explorer for Microsoft Teams. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Rental License, Subscription License ## Syntax ``` Get-VETExtendedLogging [] ``` ## Detailed Description This cmdlet returns a state of the extended logging mode for Veeam Explorer for Microsoft Teams. The cmdlet returns 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 a state of the extended logging mode for Veeam Explorer for Microsoft Teams. ``` Get-VETExtendedLogging ``` :::