Files
Infra-LAB/projects/MDT/Scripts/SupportHDF/ps1/DisableLLDP_Ipv6.ps1
T

3 lines
193 B
PowerShell

$nic = (Get-NetAdapter -physical) | select -expand name
Disable-NetAdapterBinding -InterfaceAlias $nic -ComponentID ms_tcpip6
Disable-NetAdapterBinding -InterfaceAlias $nic -ComponentID ms_lldp