Get-VESQLExtendedLogging
Short Description
Returns the state of the extended logging mode for Veeam Explorer for Microsoft SQL Server.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VESQLExtendedLogging [<CommonParameters>] |
Detailed Description
This cmdlet returns the state of the extended logging mode for Veeam Explorer for Microsoft SQL Server. The cmdlet will return the following types of state:
- True — in case the extended logging mode is enabled.
- False — in case the extended logging mode is disabled.
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Getting State of Extended Logging
This command returns the state of the extended logging mode for Veeam Explorer for Microsoft SQL Server.
|
Get-VESQLExtendedLogging |
Related Commands
Enable-VESQLExtendedLoggingEnables the extended logging mode for Veeam Explorer for Microsoft SQL Server.Disable-VESQLExtendedLoggingDisables the extended logging mode for Veeam Explorer for Microsoft SQL Server.