- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello. Windows 1809.
- Get-NetAdapter works fine.
- Install Intel 23.5, Get-NetAdapter still works fine.
- Create a VLAN, Get-Netadapter fails. (error below)
- I believe (but can't remember) after removing VLANs get-netadapter works again.
- Restored to system point and rechecked. Reproducible.
- sfc /scannow shows no issues. the wbem repository check says it is consistent.
Error:
PS C:\Users\dingo> Get-NetAdapter
Get-NetAdapter : The data is invalid.
At line:1 char:1
+ Get-NetAdapter
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (MSFT_NetAdapter:ROOT/StandardCimv2/MSFT_NetAdapter) [Get-NetAdapter], CimException
+ FullyQualifiedErrorId : Windows System Error 13,Get-NetAdapter
Powershell Cmds to create vlan:
Import-Module -Name "C:\Program Files\Intel\Wired Networking\IntelNetCmdlets\IntelNetCmdlets"
$IntelNic=Get-IntelNetAdapter -Name "Intel(R) Ethernet Connection (2) I218-V"
$networkVLANs=(
@{"VLAN"="64"; "Name"="VLAN 64"},
@{"VLAN"="120";"Name"="VLAN 120"},
@{"VLAN"="241";"Name"="VLAN 241"},
@{"VLAN"="255";"Name"="VLAN 255"}
)
foreach($network in $networkVLANs)
{
Add-IntelNetVLAN -Parent $intelnic -VLANID $network["VLAN"]
Set-IntelNetVLAN -Parent $intelnic -VLANID $network["VLAN"] -NewVLANName "$($network["VLAN"]) - $($network["Name"])"
}
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Had reported the same problem over the summer in attempting to create vLans. But now that the forums have moved, i have not found the posting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @TM-AN
Thank you for posting in Intel® Ethernet Community.
Yes, the issue remains.
Best Regards,
Vince T.
Intel Customer Support
Under Contract to Intel Corporation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issue reproducible here as well on 23.5.2. As a side effect Docker also no longer starts after adding Intel VLANs (presumably due to failing Powershell network commands above).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Vince,
Solution above does not fix the problem. Get-NetAdapter still throws after creating an Intel VLAN (and I am on Windows 10 1803).
Thanks,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The issue "23.5 Vlans break Windows Powershell Get-NetAdapter" is not fixed in "Intel® Ethernet Adapter Complete Driver Pack" Version: 24.0 (Latest) Date: 6/5/2019
Get-NetAdapter works fine.
Create a VLAN, Get-Netadapter fails. (error below)
After removing VLANs get-netadapter works again.
Microsoft Windows
Version 1803 (OS Build 17134.590)
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\test> Get-NetAdapter
Get-NetAdapter : The data is invalid.
At line:1 char:1
+ Get-NetAdapter
+ ~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (MSFT_NetAdapter:ROOT/StandardCimv2/MSFT_NetAdapter) [Get-NetAdapter], CimException
+ FullyQualifiedErrorId : Windows System Error 13,Get-NetAdapter
PS C:\Users\test>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes. 24.0 has the same issue as 23.5 for me as well, and it is still broken as Xiao mentiones. @VinceT_Intel do you know anything about this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vince,
Is it possible to continue to use VLANs and not have the NetAdapter powershell commands fail after the workaround you suggested?
24.1 doesn't seem to have the issue taken care of. Any idea what next version we're expecting and when, that would incorporate the fix?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This issue still exists in release 24.1 on Windows 10 (1903, x64). While any VLANs exist, Get-NetAdapter fails, and so does the lower-level operation:
Get-CimInstance -ClassName MSFT_NetAdapter -Namespace root\standardcimv2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello.
Powershell Get-NetAdapter is still broken after updating to 24.1 on 1903. .... Has not been fixed as indicated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We apologize for any inconvenience. The fix for this issue will be incorporated in the next SW release. Please stay tune for update.
Best Regards,
Vince T.
Intel Customer Support
A Contingent Worker at Intel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It doesn't look like it. The error message may have changed, but the cmdlet is as broken as before:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Still broken in 24.3. When is this going to be fixed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have also come across this issue: https://forums.intel.com/s/question/0D70P000006SwQq/ians-vlans-seems-to-break-powershell-netadapter-commands-with-the-data-is-invalid
Q2 (April/May) has passed and gone.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page