Can I use EnableStatic for configuring an IPv6 addres (using WMI)?

心已入冬 提交于 2019-12-06 01:29:36

No.

According to the Win32_NetworkAdapterConfiguration documentation on the MSDN web site, this API supports limited IPv6 functionality (looks like it's limited to just reading addresses on an interface) starting in Windows Vista.

You might also want to look at this article: IPv6 and IPv4 Support in WMI.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!