--- title: "Get-VBOInternetProxySettings" description: "This cmdlet returns global internet proxy server settings configured in Veeam Backup for Microsoft 365." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbointernetproxysettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Global Internet Proxy Server Settings > Get-VBOInternetProxySettings" dateModified: "2026-08-21" --- # Get-VBOInternetProxySettings ## Short Description Returns global internet proxy server settings. ## Syntax ``` Get-VBOInternetProxySettings [] ``` ## Detailed Description This cmdlet returns global internet proxy server settings configured in 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 [`VBOInternetProxySettings`](vbointernetproxysettings.md) object that contains internet proxy server settings. ## Examples ::: example ### Getting Global Internet Proxy Server Settings This command returns global internet proxy server settings. ``` Get-VBOInternetProxySettings ``` :::