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

Get-VEODDocumentVersion

Short Description

Returns versions of OneDrive documents.

Applies to

Veeam Backup for Microsoft 365

Product Edition: Community, Rental, Subscription

Syntax

Get-VEODDocumentVersion [-Document] <VBOOneDriveDocument>  [<CommonParameters>]

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

Get-VEODDocumentVersionExample 1. Getting Version of OneDrive Document

Related Commands