--- title: "Export-VEXItem" description: "Exports Exchange organization backups. Product: Veeam Backup & Replication, Veeam Backup for Microsoft 365 Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: T" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/export-vexitem.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft Exchange > Export-VEXItem" dateModified: "2026-08-20" --- # Export-VEXItem ## Short Description Exports Exchange organization backups. **Product**: Veeam Backup & Replication, Veeam Backup for Microsoft 365 **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
ItemsParameterSet
FolderParameterSet
MailboxParameterSet
DatabaseParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ContentKeyword |
Specifies a keyword to query data for Exchange organization mailbox. The cmdlet will look for the specified keywords in all message fields (From, To, Subject, Body). After that, the cmdlet will export data that contains the specified keywords. |
|
False |
Named |
False |
|
Database |
Specifies an array of Exchange organization mailbox databases. The cmdlet will export these databases. Accepts the |
True |
Named |
True (ByValue) |
|
|
Folder |
Specifies a folder of an Exchange organization mailbox. The cmdlet will export this folder with all its subfolders. Accepts the |
True |
Named |
True (ByValue) |
|
|
Force |
Defines that the cmdlet will perform export operations without notifying the user. Default: False |
|
False |
Named |
False |
|
Item |
Specifies items of an Exchange organization mailbox. The cmdlet will export these items. Accepts the |
True |
Named |
True (ByValue) |
|
|
Mailbox |
Specifies an Exchange organization mailbox that you want to export. Accepts the |
True |
Named |
True (ByValue) |
|
|
PstSizeLimit |
Specifies the size limit of the exported PST file in GB. The value must be between 1 GB and 49 GB. If the data you want to export exceeds the specified size limit, Veeam Explorer for Microsoft Exchange will create multiple PST files. |
|
False |
Named |
False |
|
To |
Specifies a path and a name for the PST file or a path for MSG files. To export databases, mailboxes and folders to a PST file, specify the path and the name for the PST file. The cmdlet will create the PST file with the specified name if it does not exist. To export items to MSG files, specify the path and the folder. The cmdlet will create the MSG file for each item in the folder that you specified. |
|
True |
Named |
False |