--- title: "Get-VBOFederatedAuthenticationAuthority" description: "This cmdlet returns external authentication providers configured in Veeam Backup for Microsoft 365." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbofederatedauthenticationauthority.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > External Authentication Providers > Get-VBOFederatedAuthenticationAuthority" dateModified: "2026-08-21" --- # Get-VBOFederatedAuthenticationAuthority ## Short Description Returns external authentication providers. ## Syntax ``` Get-VBOFederatedAuthenticationAuthority [-Id ] [] ``` ## Detailed Description This cmdlet returns external authentication providers configured in Veeam Backup for Microsoft 365. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an ID of the external authentication provider. The cmdlet will return the external authentication provider with this ID.

Guid

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Output Object The cmdlet returns the [`VBOFederatedAuthenticationAuthority`](vbofederatedauthenticationauthority.md) object that contains settings for an external authentication provider. ## Examples ::: example ### Getting All External Authentication Providers This command returns a list of all external authentication providers. ``` Get-VBOFederatedAuthenticationAuthority ``` :::