Get-VBOOrganization
Short Description
Returns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSet (Default)Get-VBOOrganization [-Name <String>] [<CommonParameters>]
-
ByIdParameterSetGet-VBOOrganization -Id <Guid> [<CommonParameters>]
Detailed Description
This cmdlet returns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of the Microsoft organization. The cmdlet will return the organization with this ID. |
|
True |
Named |
False |
|
Name |
Specifies a name of the Microsoft organization. The cmdlet will return the Microsoft organization with this name. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOOrganization object that contains settings of Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.
Examples
Example 1: Getting Microsoft Organizations Added to Veeam Backup for Microsoft 365 Infrastructure
|
This command returns all Microsoft organizations that are added to the Veeam Backup for Microsoft 365 infrastructure.
|
Example 2: Getting Microsoft Organization by ID
|
This command returns the
|
Example 3: Getting Microsoft Organization by Name
|
This command returns the
|
Example 4: Getting Microsoft Organization by Name [Using Wildcards]
|
This command returns all Microsoft organizations with a name starting with
|