--- title: "Get-VBOOrganizationTeam" description: "This cmdlet returns organization teams." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vboorganizationteam.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Organizations Management > Organization Items > Get-VBOOrganizationTeam" dateModified: "2026-08-21" --- # Get-VBOOrganizationTeam ## Short Description Returns organization teams. ## Syntax This cmdlet provides the following parameter sets:
All (Default)
ById
ByName
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DataSource |
Specifies how the cmdlet will return organization teams:
Default: PreferLocal |
|
False |
Named |
False |
|
DisplayName |
Specifies a display name of the team. The cmdlet will return the team with the specified display name. |
|
False |
Named |
False |
|
Id |
Specifies an ID of the team. The cmdlet will return the team with the specified ID. |
|
False |
Named |
False |
|
NotInJob |
Defines that the cmdlet will return teams that are not manually included in any of the backup jobs. Default: False Note: If a team is backed up by the |
|
False |
Named |
False |
|
Organization |
Specifies a Microsoft organization. The cmdlet will return teams of the specified organization. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |