mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 13:22:28 +00:00
7 lines
226 B
Bash
Executable file
7 lines
226 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
#
|
|
# {{@@ header() @@}}
|
|
#
|
|
powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|