Answers for "power is network connected"

1

power is network connected

# note "local.* 1$" is a regex to match network interface of interest
netsh interface ipv4 show interfaces | select-string "local.* 1$" | %{($_ -split "\s+")[4]}
Posted by: Guest on March-23-2022

Code answers related to "power is network connected"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language