--- title: "Get-VBRVeeamDataCloudAssignedVault" description: "Returns Veeam storage vaults assigned to the backup server. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns Veeam storage vaults assigned to the backup server." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrveeamdatacloudassignedvault.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Object Storage Repositories > Adding Veeam Data Cloud Vault > Get-VBRVeeamDataCloudAssignedVault" dateModified: "2026-08-19" --- # Get-VBRVeeamDataCloudAssignedVault ## Short Description Returns Veeam storage vaults assigned to the backup server. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRVeeamDataCloudAssignedVault [] ``` ## Detailed Description This cmdlet returns Veeam storage vaults assigned to the backup server. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object [`VBRVeeamDataCloudAssignedVault`](vbrveeamdatacloudassignedvault.md) ## Examples ::: example ### Getting Veeam Storage Vaults Assigned to Backup Server This command returns Veeam storage vaults assigned to the backup server. ``` Get-VBRVeeamDataCloudAssignedVault ``` :::