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

Get-VESPItemVersion

Short Description

Returns versions of SharePoint items.

Applies to

Veeam Backup & Replication, Veeam Backup for Microsoft 365

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

Syntax

Get-VESPItemVersion [-Item] <VESPItem>  [<CommonParameters>]

Detailed Description

This cmdlet returns versions of SharePoint items.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Item

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

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

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

Examples

Get-VESPItemVersionExample 1. Getting Version of SharePoint Item from SharePoint List [For Veeam Backup & Replication]

Get-VESPItemVersionExample 2. Getting Version of SharePoint Item from SharePoint Site [For Veeam Backup & Replication]

Get-VESPItemVersionExample 3. Getting Version of SharePoint Item from SharePoint List [For Veeam Backup for Microsoft 365]

Get-VESPItemVersionExample 4. Getting Version of SharePoint Item from Microsoft Organization [For Veeam Backup for Microsoft 365]

Get-VESPItemVersionExample 5. Getting Version of SharePoint Item from SharePoint Site [For Veeam Backup for Microsoft 365]

Related Commands