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

Get-VESPDocumentVersion

Short Description

Returns versions of SharePoint documents.

Applies to

Veeam Backup & Replication, Veeam Backup for Microsoft 365

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

Syntax

Get-VESPDocumentVersion [-Document] <VESPDocument>  [<CommonParameters>]

Detailed Description

This cmdlet returns versions of SharePoint documents.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Document

Specifies a SharePoint document. This cmdlet will return version of this SharePoint document.

Note: This parameter is available for restore from backups created by Veeam Backup for Microsoft 365 version 6.0 or later.

Accepts the VESPDocument object. To get this object, run the Get-VESPDocument 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 VESPDocumentVersion object that contains a version of the specified SharePoint document.

Examples

Get-VESPDocumentVersionExample 1. Getting Version of SharePoint Document from Site [For Veeam Backup & Replication]

Get-VESPDocumentVersionExample 2. Getting Version of SharePoint Document from Document Library [For Veeam Backup & Replication]

Get-VESPDocumentVersionExample 3. Getting Version of SharePoint Document from Site [For Veeam Backup for Microsoft 365]

Get-VESPDocumentVersionExample 4. Getting Version of SharePoint Document from Document Library [For Veeam Backup for Microsoft 365]

Get-VESPDocumentVersionExample 5. Getting Version of SharePoint Document from Organization [For Veeam Backup for Microsoft 365]

Related Commands