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)Get-VBRAzureADAccount [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRAzureADAccount -Id <Guid[]> [<CommonParameters>]
-
StorageAccountNameGet-VBRAzureADAccount [-StorageAccountName <String[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns Azure Entra ID-based storage accounts added to Veeam Backup & Replication.
Parameters
|
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 |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Azure Entra ID-Based Storage Accounts by ID
|
This command returns Azure Entra ID-based storage accounts with the following IDs:
|
Example 2. Getting Azure Entra ID-Based Storage Accounts by Names
|
This command returns Azure Entra ID-based storage accounts with the
|