This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBORbacRole

Short Description

Returns settings of restore operator roles.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get a restore operator role by ID.

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

  • Get a restore operator role by role name.

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

  • Get a list of restore operator roles by the specified organization.

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

Detailed Description

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

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

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-VBOOrganization cmdlet.

False

Named

True (ByValue)

False

Name

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

String

True

Named

False

False

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

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 VBORbacRole 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

Get-VBORbacRoleExample 2. Getting Restore Operator Role by ID

Related Commands

Get-VBOOrganization