--- title: "Get-VBOTenantAuthenticationSettings" description: "This cmdlet returns tenant authentication settings configured for Veeam Backup for Microsoft 365." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbotenantauthenticationsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Tenant Authentication Settings > Get-VBOTenantAuthenticationSettings" dateModified: "2026-08-21" --- # Get-VBOTenantAuthenticationSettings ## Short Description Returns the Veeam Backup for Microsoft 365 tenant authentication settings. ## Syntax ``` Get-VBOTenantAuthenticationSettings [] ``` ## Detailed Description This cmdlet returns tenant authentication settings configured for Veeam Backup for Microsoft 365. ## Parameters `` 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 [`VBOTenantAuthenticationSettings`](vbotenantauthenticationsettings.md) object that contains the Veeam Backup for Microsoft 365 tenant authentication settings. ## Examples ::: example ### Getting Tenant Authentication Settings This command returns tenant authentication settings configured for Veeam Backup for Microsoft 365. ``` Get-VBOTenantAuthenticationSettings ``` :::