Send-VEODDocument

Short Description

Sends OneDrive documents as attachments to emails.

Applies to

Veeam Backup for Microsoft 365

Product Edition: Community, Rental License, Subscription License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Send specific OneDrive documents.

Send-VEODDocument [-Document] <VBOOneDriveDocument[]> [-From <String>] -To <String> [-Subject <String>] [-Text <String>] [-Force] [<CommonParameters>]

  • Send documents of a specific OneDrive user.

Send-VEODDocument [-User] <VBOOneDriveUser> [-From <String>] -To <String> [-Subject <String>] [-Text <String>] [-Force] [<CommonParameters>]

Detailed Description

This cmdlet sends OneDrive documents as attachments of mail messages.

Note

Before sending restored OneDrive documents, you must verify that you meet the following prerequisites:

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Document

Specifies an array of OneDrive documents. The cmdlet will send these documents as an attachment in the email message.

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

True

0

True (ByValue)

From

Specifies an email address. The cmdlet will send OneDrive document from this email address.

Note: If you omit this parameter, the cmdlet will use the email address specified in email settings.

String

False

Named

False

To

Specifies an email address. The cmdlet will send OneDrive document to this email address.

String

True

Named

False

Subject

Specifies a subject of an email message.

String

False

Named

False

Text

Specifies a body of an email message.

String

False

Named

False

Force

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

If you provide this parameter, the cmdlet will send OneDrive documents without checking whether the recipient certificate is valid. Otherwise, the cmdlet will not send OneDrive documents if the recipient certificate validation fails.

Default: False

SwitchParameter

False

Named

False

User

Specifies a name of the OneDrive user. This cmdlet will send OneDrive document of this user.

Accepts the VBOOneDriveUser object. To get this object, run the Get-VEODUser cmdlet.

True

0

True (ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.

Examples

Send-VEODDocumentExample 1. Sending Specific OneDrive Document

Send-VEODDocumentExample 2. Sending OneDrive Documents of Specific User

Related Commands

Page updated 3/12/2025

Page content applies to build 12.3.1.1139