WMI discovery fails on a few Windows servers with error "Failed to access Win32_NetworkAdapter : Failed to retrieve batch of results : 0x80041004 : Provider Failure" |
ROOT CAUSE : This error means something went wrong with WMI on the target machine
SOLUTION 1: Restart the Windows Management Instrumentation (WMI) Service on the target machine and try again
SOLUTION 2: To confirm this: winmgmt /verifyrepository
If the response is "Repository is inconsistent" it confirms the issue.
3. Refer to this Microsoft blog post:
4. Follow the instructions in the section "Scenario 3: WMI Provider Load Failure". |