Get-VETOrganization

Short Description

Returns Microsoft Teams organizations added to Veeam Backup for Microsoft 365.

Product: Veeam Backup for Microsoft 365

Product Edition: Community, Rental License, Subscription License

Syntax

Get-VETOrganization [-Session] <ITeamsRestoreSession> [[-Name] <String[]>] [<CommonParameters>]

Detailed Description

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

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of Microsoft Teams organizations. The cmdlet will return an array of organizations with these names.

This parameter accepts wildcard characters.

String[]

False

1

False

Session

Specifies an active Microsoft Teams restore session. This cmdlet will return organizations from the specified restore session.

Accepts the ITeamsRestoreSession object. To get this object, run the Get-VBOTeamsItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Teams items. cmdlet.

ITeamsRestoreSession

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 VETOrganization[] array that contains Microsoft Teams organizations added to Veeam Backup for Microsoft 365.

Examples

Getting Microsoft Teams Organization

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

$session = Get-VBOTeamsItemRestoreSession

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

Perform the following steps:

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

Get-VBOTeamsItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Teams items.

Page updated 2026-08-20

Page content applies to build 13.1.1.18