I would like to use WMI (in C++) to configure a static IPv6 address.
Configuring a static IPv4 address is working fine using EnableStatic
, which is part of a WMI class named Win32_NetworkAdapterConfiguration
.
Can anyone help me configure an IPv6 address using WMI? I have been looking for example code, but have not found any.