The WINS settings of the Win32_NetworkAdapterConfiguration class do not updated automatically on Windows 10
It seems there is a bug in Windows 10 that if you change the WINS primary or secondary IP addresses in the user interface these are not updated immediately in the Win32_NetworkAdapterConfiguration WMI class.
The following shows no WINS servers
Get-CimInstance Win32_NetworkAdapterConfiguration|SELECT Description, WINSPrimaryServer
However disabling and re-enabling the network adapter seems to resolve the issue.
The following shows no WINS servers
Get-CimInstance Win32_NetworkAdapterConfiguration|SELECT Description, WINSPrimaryServer
However disabling and re-enabling the network adapter seems to resolve the issue.
Comments
Post a Comment