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 Azure AD 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

Accept Wildcard Characters

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

False

Name

Specifies an array of Azure AD application names. The cmdlet will return details of Microsoft Azure service accounts associated with the specified Azure AD applications.

String

False

Named

False

False

Description

Specifies a description of Microsoft Azure service account.

String

False

Named

False

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

Get-VBOAzureServiceAccountExample 1. Getting Microsoft Azure Service Account by Azure AD Application Name

This command returns the Microsoft Azure service account details by the name of the associated Azure AD application.

Get-VBOAzureServiceAccount -Name "Archiver Appliance App"

Get-VBOAzureServiceAccountExample 2. Getting Microsoft Azure Service Account by ID

This command returns the Microsoft Azure service account details by the service account ID.

Get-VBOAzureServiceAccount -Id f8e5ac3d-d883-4dd8-8de3-a8f315fb6ae2