Get-VBORbacRole

Short Description

Returns settings of restore operator roles.

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSet (Default)

    Get-VBORbacRole [-Organization <VBOOrganization>] [<CommonParameters>]

  • ByIdParameterSet

    Get-VBORbacRole -Id <Guid> [<CommonParameters>]

  • ByNameParameterSet

    Get-VBORbacRole -Name <String> [<CommonParameters>]

Detailed Description

This cmdlet returns an array of restore operator roles added to Veeam Backup for Microsoft 365.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an ID of the restore operator role. The cmdlet will return the restore operator role with the specified ID.

Guid

True

Named

False

Name

Specifies a restore operator role name. The cmdlet will return the restore operator role with this name.

String

True

Named

False

Organization

Specifies a Microsoft organization. The cmdlet will return restore operator roles that are added to the specified Microsoft organization.

Accepts the VBOOrganization object.

To get this object, run the Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure. cmdlet.

VBOOrganization

False

Named

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 VBOOperatorRole object that contains a list of restore operator roles added to Veeam Backup for Microsoft 365.

Examples

Get-VBORbacRoleExample 1: Getting Restore Operator Roles by Organization

This example shows how to get restore operator roles added to the ABC organization.

$org = Get-VBOOrganization -Name "ABC"

Get-VBORbacRole -Organization $org

Perform the following steps:

  1. Run the Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure. cmdlet. Specify the Name parameter value. Save the result to the $org variable.
  2. Run the Get-VBORbacRole cmdlet. Set the $org variable as the Organization parameter value.

Get-VBORbacRoleExample 2: Getting Restore Operator Role by ID

This command returns details of the f3f29c99-20b4-4eaa-9615-3b4c9d913a69 restore operator role.

Get-VBORbacRole -Id f3f29c99-20b4-4eaa-9615-3b4c9d913a69

Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.

Page updated 2026-08-21

Page content applies to build 8.6.0.1102