1 | Get-NetAdapterBinding | where {$_.ComponentID -eq "ms_tcpip6"} | Disable-NetAdapterBinding -ComponentID ms_tcpip6 |
1 | Get-NetAdapterBinding | where {$_.ComponentID -eq "ms_tcpip6"} | Disable-NetAdapterBinding -ComponentID ms_tcpip6 |