Created
October 3, 2021 07:31
-
-
Save FrankDeGroot/4e2e88ddf60c6d10859550fc6c812dd5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-NetIPAddress | Where-Object {$_.AddressFamily -eq 'IPv4'} | Format-Table ifIndex,IPAddress,InterfaceAlias |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment