Get-VESPOrganization

Short Description

Returns SharePoint organizations added to Veeam Backup for Microsoft 365.

Product: Veeam Backup for Microsoft 365

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

Syntax

Get-VESPOrganization [-Session] <VBOSharePointRestoreSession> [[-Name] <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns SharePoint organizations added to Veeam Backup for Microsoft 365.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of SharePoint organization names. The cmdlet will return an array of organizations with these names.

This parameter accepts wildcard characters.

String[]

False

1

False

Session

Specifies a SharePoint restore session. This cmdlet will return organizations from the specified restore session.

Accepts the VBOSharePointRestoreSession object. To get this object, run the Get-VBOSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up SharePoint items. cmdlet.

VBOSharePointRestoreSession

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 Learn.

Output Object

The cmdlet returns the VESPOrganization[] array that contains SharePoint organizations added to Veeam Backup for Microsoft 365.

Examples

Getting SharePoint Organization

This example shows how to get the ABC SharePoint organization added to Veeam Backup for Microsoft 365.

$session = Get-VBOSharePointItemRestoreSession

Get-VESPOrganization -Session $session -Name "ABC*"

Perform the following steps:

  1. Run the Get-VBOSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up SharePoint items. cmdlet. Save the result to the $session variable.
  2. Run the Get-VESPOrganization cmdlet. Set the $session as the Session parameter value. Specify the Name parameter value. Use the * wildcard character to substitute the timestamp.

Get-VBOSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up SharePoint items.

Page updated 2026-08-20

Page content applies to build 8.5.0.1014