Get-VETOtherTab

Short Description

Returns Microsoft Teams team channel tabs.

Applies to

Veeam Backup for Microsoft 365

Product Edition: Community, Rental License, Subscription License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get tabs from a channel.

Get-VETOtherTab -Channel <VETChannel> [-Query <String>] [<CommonParameters>]

  • Get tabs from an organization.

Get-VETOtherTab [-Query <String>] -Organization <VETOrganization[]> [<CommonParameters>]

  • Get tabs from a team.

Get-VETOtherTab [-Query <String>] -Team <VETTeam> [<CommonParameters>]

Detailed Description

This cmdlet returns tabs of Microsoft Teams team channels. You can get tabs from the following backed-up sources:

  • Microsoft 365 organization
  • Microsoft Teams team
  • Microsoft Teams channel

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Channel

Specifies a Microsoft Teams team channel. The cmdlet will return tabs from this channel.

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

True

Named

True (ByValue)

Query

Specifies a query string for search of channel tabs. The cmdlet will return tabs that match the search query from the specified organization, team or channel.

String

False

Named

False

Organization

Specifies an array of Microsoft Teams organizations. The cmdlet will return channel tabs from these organizations.

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

True

Named

True (ByValue)

Team

Specifies a Microsoft Teams team. This cmdlet will return channel tabs from this team.

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

True

Named

True (ByValue)

<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 VETOtherTab[] array that contains Microsoft Teams channel tabs.

Examples

Get-VETOtherTabExample 1. Getting Tabs from Channel

Get-VETOtherTabExample 2. Getting Tabs from Organization

Get-VETOtherTabExample 3. Getting Tabs from Team

Related Commands

Page updated 1/30/2025

Page content applies to build 12.3.1.1139