.files/dotfiles/local/bin/wslshowhypervforwarding

7 lines
226 B
Plaintext
Raw Normal View History

2023-07-24 10:13:29 +00:00
#!/usr/bin/env bash
#
2024-11-29 10:39:42 +00:00
# {{@@ header() @@}}
2023-07-24 10:13:29 +00:00
#
powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"