Get-VETOtherTab
Short Description
Returns Microsoft Teams channel tabs.
Applies to: Veeam Backup for Microsoft Office 365
Product Edition: Community, Standard, Enterprise, Enterprise Plus
Syntax
This cmdlet provides parameter sets that allow you to:
- Get tabs from a channel.
- Get tabs from an organization.
- Get tabs from a team.
Detailed Description
This cmdlet returns tabs of Microsoft Teams team channels. You can get tabs from the following backed-up sources:
- Microsoft Office 365 organization
- Microsoft Teams team
- Microsoft Teams channel
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
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) | False |
Organization | Specifies an organization. The cmdlet will return channel tabs from this organization. | Accepts the VETOrganization[] object. To get this object, run the Get-VETOrganization cmdlet. | True | Named | True (ByValue) | False |
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) | False |
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 | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.
Output Object
The cmdlet returns the VETOtherTab object that contains Microsoft Teams channel tabs.
Examples
Example 1. Getting Tabs from Channel
This example shows how to get all tabs from the General channel.
Perform the following steps:
|
Example 2. Getting Tabs from Organization
This example shows how to get Website tabs from channels of the the ABC organization.
Perform the following steps:
|
Example 3. Getting Tabs from Team
This example shows how to get tabs from channels of the the IT team.
Perform the following steps:
|
Related Commands