/build/static/layout/Breadcrumb_cap_w.png

After Internet Explorer 11 installation with reboot suppressed, how can we find clients that require reboot due to IE11 installation

Hi

How can we find clients where a reboot is pending for Internet Explorer 11 installation to complete?  With Windows Updates, there is a registry key showing pending reboot due to the update...  is there some registry key or something we can look for to determine that IE11 was installed and a reboot is required on the machine?


1 Comment   [ + ] Show comment
  • A custom inventory rule can be created to identify machines that have IE 11.

    RegistryValueGreaterThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, svcVersion, 11) AND RegistryValueLessThan(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, svcVersion, 12)

    I don't know how to ID machines that would need a reboot. - rockhead44 7 years ago
    • Hi, actually, I have figured a way by checking the list of installed patches, and looking for KB2841134. The registry key does not get updated until the computer is rebooted and IE11 completes the installation after the reboot. I created another CIR that would run a wmic qfe list brief | findstr /i KB2841134 command to look for this KB package. Then I just create a smart label that looked for machines that had the package installed, but the registry key is not IE11 yet. :) - tuyen 7 years ago

Answers (1)

Posted by: Pressanykey 7 years ago
Red Belt
0
Hi,
I found two other possibilities, they are generic so you could use them for any other pending reboot queries..


Here (Powershell) and here (registry key query)...

Cheers
Phil

Comments:
  • Thanks.. I will look into these. - tuyen 7 years ago
    • do you have the powershell or regquery to determine the servers pending reboot from the IE11 install with no boot - jacksoa2 7 years ago
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ