Dear Friends I have some Problem With Working with PowerShell
As Using GUI Interface is Very simple to enable and Disable the IV4 and IPV6 even the Ethernet Adapter
My Question Is How Do we Can use the Command to Disable/Enable IPV4 and IPV6 and Ethernet Adapter In PowerShell
This Command Help me To Understand IPv4 and IPv6 is Enable or Disable
PS C:\Users\spd> Get-NetAdapterBinding -InterfaceAlias Ethernet Name DisplayName ComponentID Enabled ---- ----------- ----------- ------- Ethernet Link-Layer Topology Discovery Responder ms_rspndr True Ethernet Link-Layer Topology Discovery Mapper I/O Driver ms_lltdio True Ethernet Microsoft LLDP Protocol Driver ms_lldp True Ethernet Microsoft Network Adapter Multiplexor Protocol ms_implat False Ethernet Client for Microsoft Networks ms_msclient True Ethernet QoS Packet Scheduler ms_pacer False Ethernet File and Printer Sharing for Microsoft Networks ms_server True Ethernet Internet Protocol Version 6 (TCP/IPv6) ms_tcpip6 True Ethernet Internet Protocol Version 4 (TCP/IPv4) ms_tcpip True PS C:\Users\spd>
Can Any one Tell me how to Disable/Enable IPV4 and IPV6 and Ethernet Adapter in PowerShell in Server 2012 and Server 2008 R1 and R2
sagarpdalvi