Get-VBOAzureServiceAccount
Short Description
Returns Microsoft Azure service account details.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get Microsoft Azure service account details by the Microsoft Entra application name or description.
Get-VBOAzureServiceAccount [-Name <String>] [-Description <String>] [<CommonParameters>] |
- Get Microsoft Azure service account details by the service account ID.
Get-VBOAzureServiceAccount -Id <Guid> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of Microsoft Azure service accounts added to Veeam Backup for Microsoft 365.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of Microsoft Entra application names. The cmdlet will return details of Microsoft Azure service accounts associated with the specified Microsoft Entra applications. | String | False | Named | False |
Description | Specifies a description of Microsoft Azure service account. | String | False | Named | False |
Id | Specifies an array of IDs for Microsoft Azure service accounts. The cmdlet will return details of Microsoft Azure service accounts with these IDs. | Guid | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOAzureServiceAccount object that contains Microsoft Azure service account details.
Examples
Example 1. Getting Microsoft Azure Service Account by Microsoft Entra Application Name
This command returns the Microsoft Azure service account details by the name of the associated Microsoft Entra application.
|
Example 2. Getting Microsoft Azure Service Account by ID
This command returns the Microsoft Azure service account details by the service account ID.
|