Get-VEXExtendedLogging
Short Description
Returns a state of the extended logging mode for Veeam Explorer for Microsoft Exchange.
Applies to
Veeam Backup & Replication, Veeam Backup for Microsoft 365
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VEXExtendedLogging [<CommonParameters>] |
Detailed Description
This cmdlet returns a state of the extended logging mode for Veeam Explorer for Microsoft Exchange. The cmdlet will return the following types of the state:
- True — indicates that the extended logging mode is enabled.
- False — indicates that the extended logging mode is disabled.
Parameters
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VEXExtendedLogging object that contains the state of the extended logging mode for Veeam Explorer for Microsoft Exchange.
Example
Getting State of Extended Logging
This command returns a state of the extended logging mode for Veeam Explorer for Microsoft Exchange.
Get-VEXExtendedLogging False |