The Win32_TSVirtualIP class defines the configuration for Win32_TSVirtualIPSetting. This includes capabilities such as Enable Virtual IP, Set Virtual IP modes Per-session/Per-Program.Add/Remove a program to/from the list of Programs that needs a virtual IP.Enumerate Network Adapters and set a Network Adapter to use.
'Specify the path of the program that need to use a Virtual IP. If the path is invalid or does not exist, the return value should indicate appropriately. The path is correct it will be added to the list of program in ProgramList.'
AddProgram method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
'Specify the path of the program that need not use a Virtual IP. If the program does not exist in ProgramList, the return value should indicate appropriately. Otherwize it will be removedfrom the list of program in ProgramList.'
RemoveProgram method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
'Specify the MAC Address of the NetworkAdapter to set. If the MAC is invalid or does not exist, or if the mode is per-Session the return value should indicate appropriately.'
SelectNetworkAdapter method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
'Enables or disables VirtualIP according as whether Value is set to 0 or 1 respectively. The call returns 0 for success and an error if the policy was set to Group policy.'
SetVirtualIPActive method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
'Sets the mode of the Virtual IP according as whether Value is set to 0 or 1 respectively. The call returns 0 for success and an error if the policy was set to Group policy.'
SetVirtualIPMode method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
'Enables or disables Loopback Adsress Virtualization based on whether 1 or 0 respectively. The call returns 0 for success and an error if the policy was set to Group policy.'
SetVirtualizeLoopbackAddressesEnabled method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
Detailed description of Win32_TSVirtualIP properties
'Enables or Disables Loopback Adresses Virtualization.'
Values
['FALSE', 'TRUE']
VirtualizeLoopbackAddressesEnabled property is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices\ms_409 and in 2 namespaces
Win32_TSVirtualIP Qualifiers
Name
Value
ToInstance
ToSubclass
Overridable
Amended
Local
AMENDMENT
True
✗
✗
✓
✗
✓
Description
'The Win32_TSVirtualIP class defines the configuration for Win32_TSVirtualIPSetting. This includes capabilities such as Enable Virtual IP, Set Virtual IP modes Per-session/Per-Program.Add/Remove a program to/from the list of Programs that needs a virtual IP.Enumerate Network Adapters and set a Network Adapter to use.'