--- title: "Get-VBRInternetProxyUpdateOptions" description: "This cmdlet returns internet proxy settings." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrinternetproxyupdateoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam Updater > Get-VBRInternetProxyUpdateOptions" dateModified: "2026-08-19" --- # Get-VBRInternetProxyUpdateOptions ## Short Description Returns internet proxy update settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRInternetProxyUpdateOptions [] ``` ## Detailed Description This cmdlet returns internet proxy settings. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object `VBRInternetProxyUpdateOptions` ## Examples ::: example ### Getting Proxy Update Options This command returns proxy update settings. ``` Get-VBRInternetProxyUpdateOptions ``` ::: ## Related Commands [`Set-VBRInternetProxyUpdateOptions`](set-vbrinternetproxyupdateoptions.md)