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.'
Implemented
True
AddProgram method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices 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.'
Implemented
True
RemoveProgram method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices 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.'
Implemented
True
SelectNetworkAdapter method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices 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.'
Implemented
True
SetVirtualIPActive method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices 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.'
Implemented
True
SetVirtualIPMode method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices 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.'
Implemented
True
SetVirtualizeLoopbackAddressesEnabled method is in 1 class (Win32_TSVirtualIP) of ROOT\CIMV2\TerminalServices and in 2 namespaces
Detailed description of Win32_TSVirtualIP properties
'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.'