Set-VBRvCloudOrganizationJobMapping
Short Description
Adds Cloud Director backup jobs, replication jobs, CDP policies, backups and replicas to the self-service portal of a Cloud Director Organization or removes them from it.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Set-VBRvCloudOrganizationJobMapping -Action <VBRMapOrganizationAction> {Map | Unmap} -Job <VBRJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet allows Cloud Director service providers to map Veeam Backup & Replication backup jobs, replication jobs, and CDP policies created to the organization configurations of their tenants. After you map the jobs and policies, tenants can manage them and perform recovery operations independently in Veeam Self-Service Backup Portal. For more information on the mapping procedure, see Veeam Backup Enterprise Manager Guide.
Cloud Director providers can use this cmdlet to make Cloud Director backup jobs, replication jobs and CDP policies visible for their customers in the Veeam Self-Service Backup Portal. As a result, the self-service portal users can manage these jobs and policies, or perform restore operations through Veeam Self-Service Backup Portal of Veeam Backup Enterprise Manager. The users get access to:
- Backups and replicas created by these jobs and policies
- Guest OS credentials configured in these jobs and policies
This cmdlet does not add imported backups.
Users of the self-service portal will not see the backup job sessions run previously by the Cloud Director providers.
Note |
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Action | Specifies the action:
| VBRMapOrganizationAction | True | Named | False |
Job | Specifies the array of jobs and policies. The cmdlet will add these jobs and policies to the self-service portal or remove them from it. Note: If you map multiple jobs or policies simultaneously, the execution time of the cmdlet can significantly increase with the number of jobs and policies. | Accepts the VBRJob[] object. To get this object, run the following cmdlets:
| True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
Examples
Example 1. Adding Backup Jobs and Backups to Self-Service Portal
This example shows how to add backup jobs and backups to Veeam Self-Service Backup Portal.
Perform the following steps:
|
Example 2. Removing Backup Jobs and Backups from Self-Service Portal
This example shows how to remove backup jobs and backups from Veeam Self-Service Backup Portal.
Perform the following steps:
|
Example 3. Adding Replication Job and Replicas to Self-Service Portal
This example shows how to add a replication job and replicas to the Veeam Self-Service Backup Portal.
Perform the following steps:
|
Example 4. Adding CDP Replication Policy and Replicas to Self-Service Portal
This example shows how to add a CDP policy and replicas to the Veeam Self-Service Backup Portal.
Perform the following steps:
|
Related Commands