--- title: "Get-VBRAzureADAccount" description: "This cmdlet returns Azure Entra ID-based storage accounts added to Veeam Backup & Replication." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrazureadaccount.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Cloud Credentials > Microsoft Azure Accounts > Managing Azure Entra ID Account > Get-VBRAzureADAccount" dateModified: "2026-08-19" --- # Get-VBRAzureADAccount ## Short Description Returns Azure Entra ID-based storage accounts. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Name (Default)
Id
StorageAccountName
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for Azure Entra ID-based storage accounts. The cmdlet will return storage accounts with these ID. |
|
True |
Named |
False |
|
Name |
Specifies an array of friendly names for storage accounts. The cmdlet will return storage accounts with these names. Note: The friendly names match the names of the storage accounts. |
|
False |
Named |
False |
|
StorageAccountName |
Specifies an array of names for Azure Entra ID storage account. The cmdlet will return Microsoft Entra ID user accounts with these names. |
|
False |
Named |
False |