Get-VESPDocumentLibrary

Short Description

Returns SharePoint document libraries.

Applies to

Veeam Backup & Replication, Veeam Backup for Microsoft 365

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a document library from a backed-up SharePoint database.

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

  • Get a document library from a Microsoft organization.

Get-VESPDocumentLibrary [-Organization] <VESPOrganization> [[-Name] <String[]>] [<CommonParameters>]

  • Get a document library from a SharePoint site.

Get-VESPDocumentLibrary [-Site] <VESPSite> [[-Name] <String[]>] [-Recurse] [<CommonParameters>]

Detailed Description

This cmdlet returns document libraries. You can search the SharePoint database, site or the whole organization to get a specific document library.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Database

Specifies a backed-up SharePoint database. The cmdlet will return document libraries from the specified database.

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

True

0

True (ByValue)

Name

Specifies an array of SharePoint document library names. This cmdlet will return an array of document libraries with the specified names.

This parameter accepts wildcard characters.

String[]

False

1

False

Organization

Specifies an array of SharePoint organizations. The cmdlet will return document libraries from these organizations.

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 a document library from the specified SharePoint site.

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

True

0

True (ByValue)

Recurse

Defines that the cmdlet will return all child items of the specified parent item.

Default: False

SwitchParameter

False

Named

False

<CommonParameters>

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

Output Object

The cmdlet returns the VESPDocumentLibrary[] array that contains SharePoint document libraries.

Examples

Get-VESPDocumentLibraryExample 1. Getting SharePoint Document Library from SharePoint Database [For Veeam Backup & Replication]

Get-VESPDocumentLibraryExample 2. Getting SharePoint Document Library from SharePoint Site [For Veeam Backup & Replication]

Get-VESPDocumentLibraryExample 3. Getting SharePoint Document Library from Microsoft Organization [For Veeam Backup for Microsoft 365]

Get-VESPDocumentLibraryExample 4. Getting SharePoint Document Library from SharePoint Site [For Veeam Backup for Microsoft 365]

Related Commands

Page updated 3/6/2025

Page content applies to build 12.3.1.1139