Export-VESPItem
Short Description
Exports SharePoint Item.
Applies to: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides parameter sets that allow you to:
- Export to the SharePoint document library.
Export-VESPItem [-DocumentLibrary] <VESPDocumentLibrary> -Path <String> [-Force [<SwitchParameter>]][<CommonParameters>] |
- Export to the SharePoint list.
Detailed Description
This cmdlet exports SharePoint lists and document libraries.
|
Mind the following:
|
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 DocumentLibrary object. To get this object, run the Get-VESPDocumentLibrary cmdlet. | True | Named | True (ByValue) |
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 | Named | 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. | SwitchParameter | False | Named | False |
<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. Exporting SharePoint Document Library
This example shows how to export the SharePoint document library to the C:\ExportedDocLibrary folder.
Perform the following steps:
|
Example 2. Exporting SharePoint List
This example shows how to export the Calendar SharePoint list to the C:\ExportedLists folder.
Perform the following steps:
|
Related Commands