New-VBORbacRoleItem
Short Description
Defines objects that will be managed by restore operators or excluded objects whose backed-up data will not be explored and restored by restore operators.
Syntax
This cmdlet provides parameter sets that allow you to:
- Create objects to manage/exclude that represent users.
- Create objects to manage/exclude that represent groups.
- Create objects to manage/exclude that represent sites.
- Create objects to manage/exclude that represent personal sites.
- Create objects to manage/exclude that represent teams.
Detailed Description
This cmdlet creates the VBORbacRoleItem object. This object contains specific users, groups, sites, or teams. Restore operators will be allowed/not allowed to explore and restore data from backups created by Veeam Backup for Microsoft 365 for this object.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
User | Specifies an array of users added to Veeam Backup for Microsoft 365. The cmdlet will define these users as objects to manage/exclude. | Accepts the VBOOrganizationUser[] object. To get this object, run the Get-VBOOrganizationUser cmdlet. | True | Named | False | False |
Group | Specifies an array of groups added to Veeam Backup for Microsoft 365. The cmdlet will define these groups as objects to manage/exclude. | Accepts the VBOOrganizationGroup[] object. To get this object, run the Get-VBOOrganizationGroup cmdlet. | True | Named | False | False |
Site | Specifies an array of SharePoint sites added to Veeam Backup for Microsoft 365. The cmdlet will define these sites as objects to manage/exclude. | Accepts the VBOOrganizationSite[] object. To get this object, run the Get-VBOOrganizationSite cmdlet. | True | Named | False | False |
Team | Specifies an array of teams added to Veeam Backup for Microsoft 365. The cmdlet will define these teams as objects to manage/exclude. | Accepts the VBOOrganizationTeam[] object. To get this object, run the Get-VBOOrganizationTeam cmdlet. | True | Named | False | False |
PersonalSites | Defines that the cmdlet will define personal sites as objects to manage/exclude. | SwitchParameter | 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
This cmdlet returns the VBORbacRoleItem object that contains details on users, groups, or sites that will be managed by restore operators or excluded.
Examples
Example 1. Defining User as Object to Manage/Exclude
This example shows how to define the JohnDoe organization user as an object to manage/exclude.
Perform the following steps:
|
Related Commands