Skip to content

Instantly share code, notes, and snippets.

@MarkTiedemann
Created August 7, 2017 11:00
Show Gist options
  • Save MarkTiedemann/f09973095e835e044be8baedbecae955 to your computer and use it in GitHub Desktop.
Save MarkTiedemann/f09973095e835e044be8baedbecae955 to your computer and use it in GitHub Desktop.
Get MAC address in Powershell
Get-NetAdapter | Where Name -eq WiFi | Select -Expand MacAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment