--- title: "VBOInternetProxySettings" description: "Contains details about settings of the internet proxy server. Get-VBOInternetProxySettings Set-VBOInternetProxySettings" canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vbointernetproxysettings.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBOInternetProxySettings" dateModified: "2026-08-21" --- # VBOInternetProxySettings Contains details about settings of the internet proxy server.

Property

Type

Description

UseInternetProxy

Bool

If True, the internet proxy server is used as a gateway.

Host

String

DNS name or IP address of the internet proxy server.

Port

Int

Used port number.

UseAuthentication

Bool

If True, authentication is required to connect to the internet proxy server.

User

String

Authentication credentials.

## Related Commands - [`Get-VBOInternetProxySettings`](get-vbointernetproxysettings.md) - [`Set-VBOInternetProxySettings`](set-vbointernetproxysettings.md)