Help Center
Choose product document...
Veeam Backup for Microsoft Office 365 2.0 [Archived]
PowerShell Reference

Get-VBOOrganization

Short Description

Returns organizations.

Syntax

This cmdlet provides 3 parameter sets.

  • For getting all organizations added to Veeam Backup for Microsoft Office 365:

Get-VBOOrganization  [<CommonParameters>]

  • For getting an organization added to Veeam Backup for Microsoft Office 365 by ID:

Get-VBOOrganization -Id <guid>  [<CommonParameters>]

  • For getting an organization added to Veeam Backup for Microsoft Office 365 by name:

Get-VBOOrganization -Name <string>  [<CommonParameters>]

Detailed Description

This cmdlet returns organizations added to Veeam Backup for Microsoft Office 365.

You can get the list of all organizations directly by name or system ID.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Id

Specifies the organization ID. The cmdlet will return the organization with this ID.

True

Named

False

False

Name

Specifies the name of an organization. The cmdlet will return the organization with this name.

True

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command returns all organizations added to Veeam Backup for Microsoft Office 365.

PS C:\PS> Get-VBOOrganization

Example 2

This command returns an organization with a specified ID.

PS C:\PS> Get-VBOOrganization -Id "47972f7d-05c4-43b5-95f7-60735ee56006"

Example 3

This command returns organizations with names starting with "ABC".

PS C:\PS> Get-VBOOrganization -Name "ABC*"

Veeam Large Logo

User Guide

RESTful API Reference

PowerShell Reference