Get-VEODDocumentVersion
Short Description
Returns versions of OneDrive documents.
Applies to
Veeam Backup for Microsoft 365
Product Edition: Community, Rental, Subscription
Syntax
Detailed Description
This cmdlet returns versions of documents that are stored in the OneDrive repository.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Document | Specifies OneDrive document. This cmdlet will return version of this document. Note: This parameter is available for restore from backups created by Veeam Backup for Microsoft 365 version 6.0 or later. | Accepts the VBOOneDriveDocument object. To get this object, run the Get-VEODDocument cmdlet. | True | 0 | True (ByValue) | 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
The cmdlet returns the VEODDocumentVersion object that contains a version of the specified OneDrive document.
Examples
Example 1. Getting Version of OneDrive Document
This example shows how to get a version of the document.txt document.
Perform the following steps:
|
Related Commands