--- title: "Send-VEODDocument" description: "Sends OneDrive documents as attachments to emails. Product: Veeam Backup for Microsoft 365 Product Edition: Community, Rental License, Subscription License This cmdlet provides the following parameter sets: This cmdlet sends OneDrive documents as att" canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/send-veoddocument.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft OneDrive > Send-VEODDocument" dateModified: "2026-08-18" --- # Send-VEODDocument ## Short Description Sends OneDrive documents as attachments to emails. **Product**: Veeam Backup for Microsoft 365 **Product Edition**: Community, Rental License, Subscription License ## Syntax This cmdlet provides the following parameter sets:
Document
User
|
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 |
True |
0 |
True (ByValue) |
|
|
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 |
|
False |
Named |
False |
|
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. |
|
False |
Named |
False |
|
Subject |
Specifies a subject of an email message. |
|
False |
Named |
False |
|
Text |
Specifies a body of an email message. |
|
False |
Named |
False |
|
To |
Specifies an email address. The cmdlet will send OneDrive document to this email address. |
|
True |
Named |
False |
|
User |
Specifies a name of the OneDrive user. This cmdlet will send OneDrive document of this user. Accepts the |
True |
0 |
True (ByValue) |