New-VBORbacOperator
Short Description
Defines users or groups that will act as restore operators.
Syntax
This cmdlet provides the following parameter sets:
-
OperatorUserParameterSetNew-VBORbacOperator -User <VBOOrganizationUser[]> [<CommonParameters>]
-
OperatorGroupParameterSetNew-VBORbacOperator -Group <VBOOrganizationGroup[]> [<CommonParameters>]
Detailed Description
This cmdlet creates the VBORbacOperator object. This object contains users or groups that will act as restore operators.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Group |
Specifies an array of groups added to Veeam Backup for Microsoft 365. The cmdlet will define these groups as restore operators.
Accepts the
To get this object, run the |
True |
Named |
False |
|
|
User |
Specifies an array of users added to Veeam Backup for Microsoft 365. The cmdlet will define these users as restore operators.
Accepts the
To get this object, run the |
True |
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 VBORbacOperator object that contains details on users or groups that will act as restore operators.
Examples
Example 1: Defining User as Restore Operator
|
This example shows how to define the userAlpha@tech.onmicrosoft.com organization user as a restore operator of the organization with the name ABC.
Perform the following steps:
|
Example 2: Defining Group as Restore Operator
|
This example shows how to define an organization group with the display name UsersAlpha as a restore operator of the organization with the name ABC.
Perform the following steps:
|
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.Get-VBOOrganizationUserReturns organization users.Get-VBOOrganizationGroupReturns organization groups.