--- title: "New-VBRCloudSubTenantResource" description: "This cmdlet creates a new VBRCloudSubTenantResource object. This object contains a quota of the tenant backup resources. The subtenant quota is a part of subtenant account." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrcloudsubtenantresource.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Subtenants > New-VBRCloudSubTenantResource" dateModified: "2026-08-19" --- # New-VBRCloudSubTenantResource ## Short Description Creates quotas of cloud subtenant resources. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Quota
Unlimited
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Parent |
Specifies the backup resources of the cloud tenant. The disk space available under the tenant account will be used as parent resources for creating the subtenant quota. Use the Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Quota |
Specifies the amount of space you want to give to the subtenant on the selected backup repository. Permitted value: |
|
True |
Named |
True (ByPropertyName) |
|
RepositoryFriendlyName |
Specifies the name you want to give to the subtenant quota. This name will be displayed in the list of backup repositories at the subtenant's side. |
|
True |
Named |
True (ByPropertyName) |
|
Unlimited |
Defines that the quota of resources has unlimited disk space. With unlimited quota, the subtenant will be able to use all disk space allocated to the parent. |
|
True |
Named |
True (ByPropertyName) |