Get-VETTeamMember

Short Description

Returns Microsoft Teams team members.

Applies to

Veeam Backup for Microsoft 365

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

Syntax

Get-VETTeamMember -Team <VETTeam> [<CommonParameters>]

Detailed Description

This cmdlet returns an array of team members from the specified Microsoft Teams team.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Team

Specifies a Microsoft Teams team. The cmdlet will return an array of team members 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 VETTeamMember object that contains Microsoft Teams team members.

Example

Getting Microsoft Teams Team Members

This example shows how to get team members from the IT team of the ABC Microsoft Teams organization added to Veeam Backup for Microsoft 365.

$session = Get-VBOTeamsItemRestoreSession

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

$team = Get-VETTeam -Organization $org -DisplayName "IT"

Get-VETTeamMember -Team $team

Perform the following steps:

  1. Run the Get-VBOTeamsItemRestoreSession 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. Save the result to the $org variable.
  3. Run the Get-VETTeam cmdlet. Set the $org variable as the Organization parameter value. Specify the DisplayName parameter value. Save the result to the $team variable.
  4. Run the Get-VETTeamMember cmdlet. Set the $team variable as the Team parameter value.

Related Commands

Page updated 9/29/2023

Page content applies to build 12.1.1.56