Disable-VESQLExtendedLogging
Short Description
Disables the extended logging mode for Veeam Explorer for Microsoft SQL Server.
Applies to
Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Disable-VESQLExtendedLogging [<CommonParameters>] |
Detailed Description
This cmdlet disables the extended logging mode for Veeam Explorer for Microsoft SQL Server if it is enabled. If it is disabled, nothing will happen and it will not cause any errors.
Run the Get-VESQLExtendedLogging cmdlet to get the state of the extended logging mode for Veeam Explorer for Microsoft SQL Server.
Run the Enable-VESQLExtendedLogging cmdlet to enable the extended logging mode for Veeam Explorer for Microsoft SQL Server.
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example
Disabling Extended Logging
This command disables the extended logging mode for Veeam Explorer for Microsoft SQL Server.
Disable-VESQLExtendedLogging |
Related Commands