--- title: "Add-VBORbacRole" description: "This cmdlet adds a restore operator role to Veeam Backup for Microsoft 365. When you add a restore operator role, you assign permissions to restore operators to explore and restore data from backups created by Veeam Backup for Microsoft 365 for..." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/add-vborbacrole.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Restore Portal > Add-VBORbacRole" dateModified: "2026-08-21" --- # Add-VBORbacRole ## Short Description Adds a restore operator role to Veeam Backup for Microsoft 365. ## Syntax This cmdlet provides the following parameter sets:
SelectedBackupItemsParameterSet (Default)
AllBackupItemsParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies a description of the restore operator role. |
|
False |
Named |
False |
|
EntireOrganization |
Defines that the specified restore operators will be able to explore and restore all objects within the specified Microsoft 365 organization. Default: False |
|
True |
Named |
False |
|
ExcludedItems |
Specifies an array of objects to exclude. The cmdlet will add a restore operator role in which the specified restore operators are not allowed to explore and restore backed-up data of these objects. Note: You cannot exclude objects that have been specified for the Accepts the To create this object, run the |
False |
Named |
False |
|
|
Name |
Specifies a restore operator role name. The cmdlet will add a restore operator role with this name. |
|
True |
Named |
False |
|
Operators |
Specifies an array of restore operators. The cmdlet will assign permissions to these objects. Accepts the To create this object, run the |
True |
Named |
False |
|
|
Organization |
Specifies a Microsoft organization. The cmdlet will add a restore operator role to the specified Microsoft organization. Note: The organization must be a Microsoft 365 organization with modern app-only authentication or hybrid organization. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |
|
|
SelectedItems |
Specifies an array of objects to manage. The cmdlet will add a restore operator role in which the specified restore operators are allowed to explore and restore backed-up data of these objects. Accepts the To create this object, run the |
True |
Named |
False |