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

Get-VEXDatabase

Short Description

Returns Microsoft Exchange mailbox databases.

Applies to

Veeam Backup & Replication, Veeam Backup for Microsoft 365

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

Syntax

Get-VEXDatabase [-Session] <IExchangeRestoreSession> [[-Name] <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns Microsoft Exchange mailbox databases. You can use these databases to perform operations with Microsoft Exchange objects by running the following cmdlets:

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Session

Specifies an active restore session. The cmdlet will return an array of Microsoft Exchange mailbox databases within the specified restore session.

Accepts the IExchangeRestoreSession object. To get this object, run the Get-VBOExchangeItemRestoreSession or Get-VBRExchangeItemRestoreSession cmdlet.

True

0

True (ByValue)

False

Name

[For Veeam Backup & Replication] Specifies a name of a Microsoft Exchange mailbox database. The cmdlet will return an array of Microsoft Exchange mailbox databases with this name.

[For Veeam Backup for Microsoft 365] Specifies a name of a Microsoft Exchange organization. The cmdlet will return an array of Microsoft Exchange organizations with this name.

String[]

False

1

False

True

<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 VEXDatabase object that contains Microsoft Exchange mailbox databases.

Examples

Get-VEXDatabaseExample 1. Getting Microsoft Exchange Databases Within Specified Restore Session [For Veeam Backup & Replication]

Get-VEXDatabaseExample 2. Getting Microsoft Exchange Database With Specified Name [For Veeam Backup & Replication]

Get-VEXDatabaseExample 3. Getting Microsoft Exchange Databases Within Specified Restore Session [For Veeam Backup for Microsoft 365]

Get-VEXDatabaseExample 4. Getting Microsoft Exchange Database With Specified Name [For Veeam Backup for Microsoft 365]

Related Commands