Hi,
I noticed that disabling IPv6 from the server core was not mentioned. It was mentioned with the desktop experience. How do you disable IPv6 from the server core?
Thank you,
Kawai
Hi,
I noticed that disabling IPv6 from the server core was not mentioned. It was mentioned with the desktop experience. How do you disable IPv6 from the server core?
Thank you,
Kawai
Good point!
Get-NetAdapterBinding -ComponentID ms_tcpip6
Note the adapter name for which you want to disabled IPv6, then run…
Disable-NetAdapterBinding -Name "Adapter Name" -ComponentID ms_tcpip6