--- title: "Get-VBRCloudSubUser" description: "This cmdlet returns cloud subuser accounts of the following types: Simple cloud subtenant accounts Cloud Director subtenant accounts You can get the list of all existing subuser accounts, or narrow down the search results to name, ID or cloud..." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcloudsubuser.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Cloud Connect > Veeam Cloud Connect Subusers > Get-VBRCloudSubUser" dateModified: "2026-08-19" --- # Get-VBRCloudSubUser ## Short Description Returns cloud subuser accounts. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Id
Name
CloudProvider
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CloudProvider |
Specifies a cloud provider. The cmdlet will return subusers associated with this cloud provider. Accepts the |
False |
Named |
True (ByPropertyName, ByValue) |
|
|
Id |
Specifies an array of subuser ID. The cmdlet will return subusers with these IDs. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Mode |
Specifies the cloud subtenant mode. You can select either of the following modes:
The cmdlet will return subusers of the specified mode. |
|
False |
Named |
False |
|
Name |
Specifies an array of names for subuser accounts. The cmdlet will return subusers with names. |
|
False |
Named |
True (ByPropertyName, ByValue) |