get-wmiobject win32_quickfixengineering (or wmic qfe) hangs on a group of windows 10 computers

js2010 191 Reputation points
2021-08-02T20:13:08.66+00:00

Any idea why "get-wmiobject win32_quickfixengineering" would hang on a group of windows 10 computers?

releaseid: 1909
ubr: 1646 (printnightmare patch kb5004946)

All Dell OptiPlex AIO's, 5250, 5270, 7480

Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Matheisen 47,901 Reputation points
    2021-08-02T21:50:42.957+00:00

    If you use Get-CimInstance you can first create a CIM session and use that together with the -OperationTimeout parameter.

    But here's the thing: is it the WMI operation that's the problem, or the RPC connection?

    You can use your own CIM options for the CIM session and use WSMan as the protocol rather than DCOM.


  2. js2010 191 Reputation points
    2021-08-16T21:00:06.003+00:00

    Short of reimaging, I followed the directions on this page under "How to reset Windows Update using Command Prompt" and it worked for me. Sometimes I would have to kill the windows update service by force. https://pureinfotech.com/reset-windows-update-windows-10-fix-downloads-installs/ Windows update seems occasionally fragile. It would take me 90 minutes to reboot with "shutdown /r /t 0".

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.