--- title: "VBOProxy" description: "Contains details about a Veeam Backup for Microsoft 365 backup proxy server. Set-VBOConfigurationParameter Get-VBOProxy Add-VBOProxy Set-VBOProxy Sync-VBOProxy Remove-VBOProxy Update-VBOProxy Add-VBOProxyPool Set-VBOProxyPool..." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vboproxy.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBOProxy" dateModified: "2026-08-21" --- # VBOProxy Contains details about a Veeam Backup for Microsoft 365 backup proxy server.
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Backup proxy server ID. |
|
Hostname |
String |
DNS name or IP address of the backup proxy server. |
|
Port |
Int |
Used port number. |
|
Description |
String |
Backup proxy server description. |
|
ThreadsNumber |
Int |
Number of threads that the backup proxy server simultaneously runs to process backup data. |
|
ThrottlingValue |
Ulong |
Threshold for the inbound traffic to the backup proxy server. |
|
ThrottlingUnit |
VBOThrottlingUnit |
Measuring unit for the inbound traffic threshold. Possible values:
|
|
State |
VBOProxyState |
Backup proxy server state. Possible values:
|
|
ProxyRoles |
VBOProxyRoles |
Backup proxy server role. Possible values:
|
|
MaintenanceModeState |
VBOProxyMaintenanceState |
State of the maintenance mode. Possible values:
|
|
Type |
VBOProxyType |
Backup proxy server type. Possible values:
|
|
IsOutdated |
Bool |
If True, the backup proxy server is marked as Out of Date and must be upgraded. |
|
CpuUsagePercent |
Double? |
CPU usage in percent. |
|
MemoryUsagePercent |
Double? |
Memory usage in percent. |
|
OperatingSystemKind |
VBOProxyOperatingSystemKind |
Operating system type. Possible values:
|
|
Version |
String |
Version of Veeam Backup for Microsoft 365 Proxy Service. |
|
InternetProxy |
Internet proxy server settings. |
|
|
PoolId |
GUID |
Backup proxy pool ID. |
|
ServiceAccount |
String |
Service account credentials. |
|
SshPort |
Ushort? |
Port number to connect to a Linux-based backup proxy server through SSH. Default: 22 |
|
SshConnectionTimeout |
Int? |
The SSH connection timeout to wait for connection to a Linux-based backup proxy server through SSH. |