This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VEXExtendedLogging

Short Description

Returns a state of extended logging mode for Veeam Explorer for Microsoft Exchange.

Applies to

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VEXExtendedLogging  [<CommonParameters>]

Detailed Description

This cmdlet returns the state of extended logging mode for Veeam Explorer for Microsoft Exchange. The cmdlet will return the following types of state:

  • True — indicates that extended logging mode is enabled.
  • False — indicates that 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 Docs.

Output Object

The cmdlet returns the VEXExtendedLogging object that contains the state of extended logging mode for Veeam Explorer for Microsoft Exchange.

Examples

Example 1. Getting State of Extended Logging

This command returns the state of extended logging mode for Veeam Explorer for Microsoft Exchange:

Get-VEXExtendedLogging

False