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