- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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"])"
}
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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).
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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>
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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?
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello.
Powershell Get-NetAdapter is still broken after updating to 24.1 on 1903. .... Has not been fixed as indicated.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
It doesn't look like it. The error message may have changed, but the cmdlet is as broken as before:
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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.
