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>]
-
ByIdParameterSetGet-VBORbacRole -Id <Guid> [<CommonParameters>]
-
ByNameParameterSetGet-VBORbacRole -Name <String> [<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 |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of the restore operator role. The cmdlet will return the restore operator role with the specified ID. |
|
True |
Named |
False |
|
Name |
Specifies a restore operator role name. The cmdlet will return the restore operator role with this name. |
|
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
To get this object, run the |
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
Example 1: Getting Restore Operator Roles by Organization
|
This example shows how to get restore operator roles added to the ABC organization.
Perform the following steps:
|
Example 2: Getting Restore Operator Role by ID
|
This command returns details of the
|
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.