--- title: "New-VBRCloudSubUserResource" description: "This cmdlet creates a new VBRCloudSubUserResource object. This object contains a quota of the tenant backup resources. The subtenant quota is a part of subuser account." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrcloudsubuserresource.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Subusers > New-VBRCloudSubUserResource" dateModified: "2026-08-19" --- # New-VBRCloudSubUserResource ## Short Description Creates quotas of cloud subuser 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 |
|---|---|---|---|---|---|
|
CloudRepository |
Specifies the backup resources of the cloud tenant. The disk space available under the cloud user account will be used as parent resources for creating the subuser quota. Use the Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Quota |
Specifies the amount of space you want to give to the subuser on the selected backup repository. Permitted value: |
|
True |
Named |
True (ByPropertyName) |
|
RepositoryFriendlyName |
Specifies the name you want to give to the subuser quota. This name will be displayed in the list of backup repositories at the subuser side. |
|
True |
Named |
True (ByPropertyName) |
|
Unlimited |
Defines that the quota of resources has unlimited disk space. With unlimited quota, the subuser will be able to use all parent cloud repository. |
|
True |
Named |
True (ByPropertyName) |