Get-VETOrganization
Short Description
Returns Microsoft Teams organizations added to Veeam Backup for Microsoft 365.
Product: Veeam Backup for Microsoft 365
Product Edition: Community, Rental License, Subscription License
Syntax
|
Get-VETOrganization [-Session] <ITeamsRestoreSession> [[-Name] <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Microsoft Teams organizations added to Veeam Backup for Microsoft 365.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies an array of Microsoft Teams organizations. The cmdlet will return an array of organizations with these names. This parameter accepts wildcard characters. |
|
False |
1 |
False |
|
Session |
Specifies an active Microsoft Teams restore session. This cmdlet will return organizations from the specified restore session.
Accepts the |
|
True |
0 |
True (ByValue) |
<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 VETOrganization[] array that contains Microsoft Teams organizations added to Veeam Backup for Microsoft 365.
Examples
Getting Microsoft Teams Organization
This example shows how to get the ABC Microsoft Teams organization added to Veeam Backup for Microsoft 365.
|
$session = Get-VBOTeamsItemRestoreSession Get-VETOrganization -Session $session -Name "ABC*" |
Perform the following steps:
- Run the
Get-VBOTeamsItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Teams items. cmdlet. Save the result to the$sessionvariable. - Run the
Get-VETOrganizationcmdlet. Set the$sessionvariable as theSessionparameter value. Specify theNameparameter value. Use the * wildcard character to substitute the timestamp.
Related Commands
Get-VBOTeamsItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft Teams items.