--- title: "Get-VBOSecuritySettings" description: "This cmdlet returns security settings. These settings specify a TLS certificate used to establish connection with backup proxy servers in a workgroup." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbosecuritysettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Security Settings > Get-VBOSecuritySettings" dateModified: "2026-08-21" --- # Get-VBOSecuritySettings ## Short Description Returns security settings. ## Syntax ``` Get-VBOSecuritySettings [] ``` ## Detailed Description This cmdlet returns security settings. These settings specify a TLS certificate used to establish connection with backup proxy servers in a workgroup. ## 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 [`VBOSecuritySettings`](vbosecuritysettings.md) object that contains security settings. ## Examples ::: example ### Getting Veeam Backup for Microsoft 365 Security Settings This command returns Veeam Backup for Microsoft 365 security settings. ``` Get-VBOSecuritySettings ``` :::