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
Answers (1)
Please log in to answer
Posted by:
Pressanykey
8 years ago
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
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
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 8 years ago