Starting with Windows 7 and Windows Server 2008 R2, NDIS can be configured to emit certain diagnostic information to the event log. The event log is very easy to use, and it doesn't require any special tools. It's especially good for easily identifying problems with driver registration, PNP and power management, OID requests, and status indications.
Here's how to turn it on:
You'll find that NDIS's event log records lots of mundane events -- for example, on my machine, the very common event 10018 simply states:
Completing Request 0xfffffa8007d01af0 to Filter {c7cd2a33-5210-11e0-85d6-001aa0a3daf3}
This means that an OID request has been completed to a LWF.
Here are a couple tips for working with the Event Viewer UI: