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 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
Example 1. Saving SharePoint Document Library [For Veeam Backup & Replication]
This example shows how to save the Regulations document library to the C:\save path.
Perform the following steps:
|
Example 2. Saving SharePoint Document [For Veeam Backup & Replication]
This example shows how to save the reports.txt document to the C:\save path.
Perform the following steps:
|
Example 3. Saving SharePoint Item Attachement [For Veeam Backup & Replication]
This example shows how to save attachments for the Documents item to the C:\save path..
Perform the following steps:
|
Example 4. Saving SharePoint Document Library [For Veeam Backup for Microsoft Office 365]
This example shows how to save the Regulations document library to the C:\save path.
Perform the following steps:
|
Example 5. Saving SharePoint Document [For Veeam Backup for Microsoft Office 365]
This example shows how to save the reports.txt document to the C:\save path.
Perform the following steps:
|
Example 6. Saving SharePoint Item Attachement [For Veeam Backup for Microsoft Office 365]
This example shows how to save the attachments to the reports.txt item to the C:\save path.
Perform the following steps:
|
Related Commands