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

Send-VEXItem

Short Description

Sends Exchange mailbox items as attachments to emails.

Applies to

Veeam Backup & Replication, Veeam Backup for Microsoft 365

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

Syntax

Send-VEXItem [-Item] <VEXItem[]> -To <string> [-From <string>] [-Subject <string>] [-Body <string>] [-Force] [<CommonParameters>]

Detailed Description

This cmdlet sends Exchange mailbox items as attachments to emails.

Send-VEXItem Note:

Before sending Exchange mailbox items, you must perform the following actions:

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Item

Specifies items of Exchange organization mailbox. The cmdlet will send these items in the email message.

Accepts the VEXItem[] object. To get this object, run the Get-VEXItem cmdlet.

True

0

True (ByValue)

False

To

Specifies an email address to which Veeam Explorer for Microsoft Exchange will send restored mailbox data.

String

True

Named

False

False

From

Specifies the email address from which Veeam Explorer for Microsoft Exchange will send restored mailbox data.

If this parameter is omitted, Veeam Explorer for Microsoft Exchange will use the email address, specified in SMTP settings.

String

False

Named

False

False

Subject

Specifies a subject of an email message.

String

False

Named

False

False

Body

Specifies a body of an email message.

String

False

Named

False

False

Force

Defines that the cmdlet will skip the certificate check of the recipient.

If you provide this parameter, the cmdlet will send Exchange items without checking whether the recipient certificate is valid.

Otherwise, the cmdlet will not send Exchange items if the recipient certificate validation fails.

SwitchParameter

False

Named

False

False

<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

None.

Examples

Send-VEXItemExample 1. Sending Exchange Mailbox Items [For Veeam Backup & Replication]

Send-VEXItemExample 2. Sending Exchange Mailbox Items [For Veeam Backup for Microsoft 365]

Related Commands