Get-VEXDatabase
Short Description
Returns Microsoft Exchange mailbox databases.
Product: 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.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
[For Veeam Backup & Replication backups] Specifies an array of Microsoft Exchange mailbox database names. The cmdlet will return an array of Microsoft Exchange mailbox databases with these names. [For Veeam Backup for Microsoft 365 backups] Specifies an array of Microsoft Exchange organization names. The cmdlet will return an array of Microsoft Exchange organizations with these names. This parameter accepts wildcard characters. |
|
False |
1 |
False |
|
Session |
Specifies an active restore session. The cmdlet will return an array of Microsoft Exchange mailbox databases within the specified restore session.
Accepts the |
|
True |
0 |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VEXDatabase[] array that contains Microsoft Exchange mailbox databases.
Examples
Example 1. Getting Microsoft Exchange Databases within Specified Restore Session [For Veeam Backup & Replication]
|
This example shows how to get a list of Microsoft Exchange databases within the specified restore session.
Perform the following steps:
|
Example 2. Getting Microsoft Exchange Database with Specified Name [For Veeam Backup & Replication]
|
This example shows how to get a specific mailbox database for exploring and restoring mailbox items.
Perform the following steps:
|
Example 3. Getting Microsoft Exchange Databases within Specified Restore Session [For Veeam Backup for Microsoft 365]
|
This example shows how to get mailbox databases for exploring and restoring mailbox items.
Perform the following steps:
|
Example 4. Getting Microsoft Exchange Database with Specified Name [For Veeam Backup for Microsoft 365]
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBOExchangeItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Exchange items.Get-VBRExchangeItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Exchange databases.