Get-VETFile

Short Description

Returns files published in Microsoft Teams team channels.

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 files from a channel.

Get-VETFile -Channel <VETChannel> [-Query <String>] [-Recurse] [<CommonParameters>]

  • Get files under the specified folder.

Get-VETFile -Channel <VETChannel> -ParentFile <VETFile> [-Query <String>] [-Recurse] [<CommonParameters>]

  • Get files from an organization.

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

  • Get files from a team.

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

Detailed Description

This cmdlet returns files published in Microsoft Teams team channels. You can get files 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 files 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 file search. The cmdlet will return files that match the search query from the specified organization, team, channel or folder.

String

False

Named

False

Recurse

Defines that the cmdlet will return the specified folder and all files in this folder.

Default: False

SwitchParameter

False

Named

False

ParentFile

Specifies a folder. The cmdlet will return files from this folder.

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

True

Named

True (ByValue)

Organization

Specifies an array of Microsoft Teams organizations. The cmdlet will return files 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 files 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 VETFile[] array that contains Microsoft Teams files.

Examples

Get-VETFileExample 1. Getting Files from Channel

Get-VETFileExample 2. Getting Files from Organization

Get-VETFileExample 3. Getting Files from Team

Related Commands

Page updated 3/6/2025

Page content applies to build 12.3.1.1139