NDIS driver and Powershell question

Powershell Get-NetAdapterStatistics doesn’t list my Ethernet adapters. Get-NetAdapter lists my adapters, but Get-NetAdapterStatistics does not.

I suspect I have an unimplemented NDIS OID. Anybody know which OIDs are required to support this type of operation? I already implement the OID_GEN_STATISTICS OID.
Any help or clever ideas are welcome.

@Shane_Corbin said:
Powershell Get-NetAdapterStatistics doesn’t list my Ethernet adapters. Get-NetAdapter lists my adapters, but Get-NetAdapterStatistics does not.

I suspect I have an unimplemented NDIS OID. Anybody know which OIDs are required to support this type of operation? I already implement the OID_GEN_STATISTICS OID.
Any help or clever ideas are welcome.

I don’t have a direct answer but since you haven’t received any other responses I’ll just state the obvious that you could trace to the debugger any received but unknown/unhandled OIDs and then see what comes through when you run the PS commands.

1 Like