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

New-VBORbacOperatorExample 1. Defining User as Restore Operator

New-VBORbacOperatorExample 2. Defining Group as Restore Operator

Related Commands

Page updated 7/2/2024

Page content applies to build 8.1.1.159