Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Irregular
0.6.7
RegEx/Network/MACAddress.regex.txt
# Matches a MAC address
(?<OUI>(?:(?<Octect>[0-9a-f]{2})\-){3,3})(?<NIC>(?:(?<Octect>[0-9a-f]{2})\-){2,2}(?<Octect>[0-9a-f]{2}))