Skip to content
New issue

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

Missing MAC values for Get-MACVendor #4

Open
u0m3 opened this issue Jan 27, 2018 · 0 comments
Open

Missing MAC values for Get-MACVendor #4

u0m3 opened this issue Jan 27, 2018 · 0 comments

Comments

@u0m3
Copy link

u0m3 commented Jan 27, 2018

While playing with the Get-MACVendor command I found it has some missing MAC entries (although one would consider them esoteric)

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant