--- title: "Enable-VETExtendedLogging" description: "Enables 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 enables the extended logging mode for Veeam Explorer for Mi" canonical: "https://helpcenter.veeam.com/docs/vbo365/explorers_powershell/enable-vetextendedlogging.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Teams > Enable-VETExtendedLogging" dateModified: "2026-08-20" --- # Enable-VETExtendedLogging ## Short Description Enables the extended logging mode for Veeam Explorer for Microsoft Teams. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Rental License, Subscription License ## Syntax ``` Enable-VETExtendedLogging [] ``` ## Detailed Description This cmdlet enables the extended logging mode for Veeam Explorer for Microsoft Teams if it is disabled. If it is enabled, nothing will happen and it will not cause any errors. Run the [`Get-VETExtendedLogging`](get-vetextendedlogging.md) cmdlet to get the state of the extended logging mode for Veeam Explorer for Microsoft Teams. Run the [`Disable-VETExtendedLogging`](disable-vetextendedlogging.md) cmdlet to disable the extended logging mode for Veeam Explorer for Microsoft Teams. ## 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 Teams. ``` Enable-VETExtendedLogging ``` ::: ## Related Commands - [`Get-VETExtendedLogging`](get-vetextendedlogging.md) - [`Disable-VETExtendedLogging`](disable-vetextendedlogging.md)