IPV6

Brian Fulbrook
Member CHOCOLATE MILK
in Request
I need a script or agent procedure to disable ipv6 in my windows environment
1
Comments
-
Create a script that runs the following 3 shell commands - You should have the results parsed to a file and check to make sure you get OK as the result of each command to continue to the next command, and this will disable all IPv6 connectivity on a system for all interfaces (WARNING - Microsoft does NOT recommend disabling IPv6!!)
netsh interface teredo set state disabled
netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled
netsh interface ipv6 isatap set state state=disabled
0
Categories
Join The Community