--- title: "Get-VBOOperatorAuthenticationSettings" description: "This cmdlet returns restore operator authentication settings. These settings specify a TLS certificate used to establish connection with the Veeam Backup for Microsoft 365 server." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbooperatorauthenticationsettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Restore Portal > Get-VBOOperatorAuthenticationSettings" dateModified: "2026-08-21" --- # Get-VBOOperatorAuthenticationSettings ## Short Description Returns restore operator authentication settings. ## Syntax ``` Get-VBOOperatorAuthenticationSettings [] ``` ## Detailed Description This cmdlet returns restore operator authentication settings. These settings specify a TLS certificate used to establish connection with the Veeam Backup for Microsoft 365 server. ## 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. ## Examples ::: example ### Getting Restore Operator Authentication Settings This command returns restore operator authentication settings. ``` Get-VBOOperatorAuthenticationSettings ``` :::