In Linux i use this for select specific line:
ip a | sed -n \'3p\' | xargs
But i don\'t know how can i make in Powershell
Thanks in advance