--- title: "Get-VBORestorePortalSettings" description: "This cmdlet returns connection settings to access Restore Portal. These settings specify whether Restore Portal is enabled, an identification number of Microsoft Entra application configured to access Restore Portal and a TLS certificate used for..." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vborestoreportalsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Restore Portal > Get-VBORestorePortalSettings" dateModified: "2026-08-21" --- # Get-VBORestorePortalSettings ## Short Description Returns connection settings to access Restore Portal. ## Syntax ``` Get-VBORestorePortalSettings [] ``` ## Detailed Description This cmdlet returns connection settings to access Restore Portal. These settings specify whether Restore Portal is enabled, an identification number of Microsoft Entra application configured to access Restore Portal and a TLS certificate used for data exchange. ## 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 [`VBORestorePortalSettings`](vborestoreportalsettings.md) object that contains connection settings to access Restore Portal. ## Examples ::: example ### Getting Authentication Settings to Access Restore Portal This command returns connection settings to access Restore Portal. ``` Get-VBORestorePortalSettings ``` :::