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

Get-VESPList

Short Description

Returns SharePoint lists.

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

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

This cmdlet provides parameter sets that allow you to:

  • [Veeam Backup & Replication] Get lists from a backed-up Sharepoint database.

Get-VESPList [-Database] <VESPDatabase> [[-Name] <String[]>]  [<CommonParameters>]

  • [Veeam Backup for Microsoft Office 365] Get lists from the Microsoft organization.

Get-VESPList [-Organization] <VESPOrganization> [[-Name] <string[]>]  [<CommonParameters>]

  • Get lists from the SharePoint site.

Get-VESPList [-Site] <VESPSite> [[-Name] <string[]>] [-Recurse]  [<CommonParameters>]

Detailed Description

This cmdlet returns SharePoint lists.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Database

Specifies a database. The cmdlet will return SharePoint lists from this database.

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

True

0

True (ByValue)

Organization

Specifies a Microsoft organization. The cmdlet will return SharePoint lists from this organization.

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

True

0

True (ByValue)

Site

Specifies a name of the SharePoint site. This cmdlet will return SharePoint lists from the specified SharePoint site.

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

True

0

True (ByValue)

Name

Specifies an array of names for a SharePoint list. This cmdlet will return SharePoint lists with the specified name.

String

False

1

False

Recurse

Defines that the cmdlet will return items from all subfolders of the specified parent folder.

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

Get-VESPListExample 1. Getting SharePoint List from Backed-Up SharePoint Database [For Veeam Backup & Replication]

Get-VESPListExample 2. Getting SharePoint List from SharePoint Site [For Veeam Backup & Replication]

Get-VESPListExample 3. Getting SharePoint Site from Microsoft Organization [For Veeam Backup for Microsoft Office 365]

Get-VESPListExample 3. Getting SharePoint List from SharePoint Site [For Veeam Backup for Microsoft Office 365]

Related Commands