Export-VESPItem

Short Description

Exports SharePoint items.

Applies to

Veeam Backup & Replication

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Export to the SharePoint document library.

Export-VESPItem [-DocumentLibrary] <VESPDocumentLibrary> -Path <String> [-Force] [<CommonParameters>]

  • Export to the SharePoint list.

Export-VESPItem [-List] <VESPList> -Path <String> [-Force] [<CommonParameters>]

Detailed Description

This cmdlet exports SharePoint lists and document libraries.

Note

Consider the following:

  • This cmdlet is available for backups created with Veeam Backup & Replication.
  • Before performing export operations, you must first start a restore session. For more information, see Start-VBRSharePointItemRestoreSession.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

DocumentLibrary

Specifies a SharePoint document library. This cmdlet will export the specified SharePoint document library.

Accepts the VESPDocumentLibrary object. To get this object, run the Get-VESPDocumentLibrary cmdlet.

True

0

True (ByValue)

Path

Specifies a path to the export destination directory.

String

True

Named

True (ByValue)

Force

Defines that the cmdlet will create a folder in the specified directory and will overwrite the existing item with the same name.

Default: False

SwitchParameter

False

Named

False

List

Specifies a SharePoint list. This cmdlet will export the specified SharePoint list.

Accepts the VESPList object. To get this object, run the Get-VESPList cmdlet.

True

0

True (ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

None.

Examples

Export-VESPItemExample 1. Exporting SharePoint Document Library [For Veeam Backup & Replication]

Export-VESPItemExample 2. Exporting SharePoint List [For Veeam Backup & Replication]

Related Commands

Page updated 3/6/2025

Page content applies to build 12.3.1.1139