New-VBORbacOperator
Short Description
Defines users or groups that will act as restore operators.
Syntax
This cmdlet provides parameter sets that allow you to:
- Create restore operators that represent users.
New-VBORbacOperator -User <VBOOrganizationUser[]> [<CommonParameters>] |
- Create restore operators that represent groups.
New-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 |
---|---|---|---|---|---|
User | Specifies an array of users added to Veeam Backup for Microsoft 365. The cmdlet will define these users as restore operators. | Accepts the VBOOrganizationUser[] object. To get this object, run the Get-VBOOrganizationUser cmdlet. | True | Named | False |
Group | Specifies an array of groups added to Veeam Backup for Microsoft 365. The cmdlet will define these groups as restore operators. | Accepts the VBOOrganizationGroup[] object. To get this object, run the Get-VBOOrganizationGroup cmdlet. | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
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