I would like to use WMI (in C ++) to configure a static IPv6 address.
Configuring a static IPv4 address works using EnableStatic, which is part of the WMI class named Win32_NetworkAdapterConfiguration.
Can someone help me configure IPv6 address using WMI? I was looking for sample code but not found.
source
share