en-US windows-server computer

Select the network adapter to be used for Remote Desktop IP Virtualization

Verified with Windows Server 2025 — updated on July 12, 2026

Windows Server 2025

Supported on: At least Windows Server 2008 R2

Path in the GPO console

Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Application Compatibility

Description

This policy setting specifies the IP address and network mask that corresponds to the network adapter used for virtual IP addresses. The IP address and network mask should be entered in Classless Inter-Domain Routing notation; for example, 192.0.2.96/24. If you enable this policy setting, the specified IP address and network mask are used to select the network adapter used for the virtual IP addresses. If you disable or do not configure this policy setting, Remote Desktop IP Virtualization is turned off. A network adapter must be configured for Remote Desktop IP Virtualization to work.

Registry

HKLM SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\TSAppSrv\VirtualIP

More options available

Options

Define IP address and network mask corresponding to the network adapter to be used for Remote Desktop IP Virtualization:
VIPAdapter text

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Select the network adapter to be used for Remote Desktop IP Virtualization
; State: Enabled
; Supported on: At least Windows Server 2008 R2

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\TSAppSrv\VirtualIP]
"VIPAdapter"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Select the network adapter to be used for Remote Desktop IP Virtualization
# State: Enabled
# Supported on: At least Windows Server 2008 R2

$path = 'HKLM:\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\TSAppSrv\VirtualIP'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'VIPAdapter' -Value '' -Type String

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview