We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While playing with the Get-MACVendor command I found it has some missing MAC entries (although one would consider them esoteric)
Get-MACVendor
PS > (Get-NetAdapter).MacAddress | Get-MACVendor MACAddress ManufacturerName ---------- ---------------- BC-AE-C5-56-50-60 ASUSTek COMPUTER INC. 00-50-56-C0-00-08 VMware, Inc. 00-50-56-C0-00-01 VMware, Inc. Get-MACVendor : Couldn't find Manufacturer information for 02-00-4C-4F-4F-50 At line:1 char:31 + (Get-NetAdapter).MacAddress | Get-MACVendor + ~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-MACVendor Get-MACVendor : Couldn't find Manufacturer information for 00-FF-B9-3B-C6-57 At line:1 char:31 + (Get-NetAdapter).MacAddress | Get-MACVendor + ~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-MACVendor Get-MACVendor : Couldn't find Manufacturer information for 0A-00-27-00-00-0D At line:1 char:31 + (Get-NetAdapter).MacAddress | Get-MACVendor + ~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-MACVendor
PS > Get-NetAdapter Name InterfaceDescription ifIndex Status MacAddress LinkSpeed ---- -------------------- ------- ------ ---------- --------- Ethernet Realtek PCIe GBE Family Controller 9 Up BC-AE-C5-56-50-60 1 Gbps VMware Network Adapte...8 VMware Virtual Ethernet Adapter for ... 17 Up 00-50-56-C0-00-08 100 Mbps VMware Network Adapte...1 VMware Virtual Ethernet Adapter for ... 16 Up 00-50-56-C0-00-01 100 Mbps Npcap Loopback Adapter Npcap Loopback Adapter 10 Up 02-00-4C-4F-4F-50 1.2 Gbps Ethernet 2 TAP-Windows Adapter V9 12 Disconnected 00-FF-B9-3B-C6-57 100 Mbps VirtualBox Host-Only N... VirtualBox Host-Only Ethernet Adapter 13 Up 0A-00-27-00-00-0D 1 Gbps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While playing with the
Get-MACVendor
command I found it has some missing MAC entries (although one would consider them esoteric)The text was updated successfully, but these errors were encountered: