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

Remove-VBORbacRole

Short Description

Removes restore operator roles from Veeam Backup for Microsoft 365.

Syntax

Remove-VBORbacRole -Role <VBOOperatorRole> [-WhatIf] [-Confirm]  [<CommonParameters>]

Detailed Description

This cmdlet removes the specified restore operator role from Veeam Backup for Microsoft 365.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Role

Specifies a restore operator role that you want to remove.

Accepts the VBOOperatorRole object.

To get this object, run the Get-VBORbacRole cmdlet.

True

Named

True (ByValue)

False

WhatIf

Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action.

SwitchParameter

False

Named

False

False

Confirm

Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue.

Default: True

SwitchParameter

False

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

None.

Examples

Remove-VBORbacRoleExample 1. Removing Restore Operator Role

Related Commands

Get-VBORbacRole