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

Save-VESPItem

Short Description

Saves SharePoint items.

Applies to Veeam Backup for Microsoft Office 365, Veeam Backup & Replication

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides parameter sets that allow you to:

  • Save a SharePoint document library:

Save-VESPItem [-DocumentLibrary] <VESPDocumentLibrary> [-Path] <string> [-AsZip] [-Force]  [<CommonParameters>]

  • Save a specific SharePoint document:

Save-VESPItem [-Document] <VESPDocument[]> [-Path] <string> [-AsZip] [-Force]  [<CommonParameters>]

  • Save a SharePoint attached item:

Save-VESPItem [-ItemAttachment] <VESPItemAttachment[]> [-Path] <string> [-AsZip] [-Force]  [<CommonParameters>]

Detailed Description

This cmdlet saves SharePoint items such as document libraries, documents and attached items.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Document

Specifies SharePoint document that you want to save.

Accepts the VESPDocument[] object. To get this object, run the Get-VESPDocument cmdlet.

True

0

True (ByValue)

DocumentLibrary

Specifies SharePoint document library that you want to save.

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

True

0

True (ByValue)

ItemAttachment

Specifies SharePoint item attachment that you want to save.

Accepts the VESPItemAttachment[]object. To get this object, run the Get-VESPItemAttachment cmdlet.

True

0

True (ByValue)

AsZip

Defines that the cmdlet will save the specified item as a ZIP-archive.

SwitchParameter

False

Named

False

Path

Specifies a path to the specified item.

String

True

1

False

Force

Defines that the cmdlet will create a folder in the specified directory.

SwitchParameter

True

0

True (ByValue)

<CommonParameters>

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

Examples

Save-VESPItemExample 1. Saving SharePoint Document Library [For Veeam Backup & Replication]

Save-VESPItemExample 2. Saving SharePoint Document [For Veeam Backup & Replication]

Save-VESPItemExample 3. Saving SharePoint Item Attachement [For Veeam Backup & Replication]

Save-VESPItemExample 4. Saving SharePoint Document Library [For Veeam Backup for Microsoft Office 365]

Save-VESPItemExample 5. Saving SharePoint Document [For Veeam Backup for Microsoft Office 365]

Save-VESPItemExample 6. Saving SharePoint Item Attachement [For Veeam Backup for Microsoft Office 365]

Related Commands