{"id":84,"date":"2026-06-10T09:40:12","date_gmt":"2026-06-10T07:40:12","guid":{"rendered":"https:\/\/paessens.org\/blog\/?p=84"},"modified":"2026-07-22T14:06:40","modified_gmt":"2026-07-22T12:06:40","slug":"viewing-windows-updates-needed-to-be-installed","status":"publish","type":"post","link":"https:\/\/paessens.org\/blog\/index.php\/2026\/06\/10\/viewing-windows-updates-needed-to-be-installed\/","title":{"rendered":"Viewing Windows updates needed to be installed"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Sometime am I working on Windows Servers, and want to see what updates must be installed. Unfortunately, due to policies settings, if viewing the missing updates, and start immediately with the installation of it. \ud83d\ude41<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With using the following PowerShell snippet, I can view it without triggering the download\/installation of it:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>$UpdateSession = New-Object -ComObject Microsoft.Update.Session<br>$UpdateSearcher = $UpdateSession.CreateupdateSearcher()<br>$Updates = @($UpdateSearcher.Search(\"IsHidden=0 and IsInstalled=0\").Updates)<br>$Updates | Select-Object Title<\/code><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This gives a nice list of the updates to be installed:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><code>Title<br>2026-05 Servicing Stack Update for Windows Server 2016 for x64-based Systems (KB5088064)<br>2026-05 Cumulative Update for Windows Server 2016 for x64-based Systems (KB5087537)<br>Azure Connected Machine Agent (Arc-enabled servers agent) Version 1.64.03414.2961 - May 2026 Update<\/code><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sometime am I working on Windows Servers, and want to see what updates must be installed. Unfortunately, due to policies settings, if viewing the missing updates, and start immediately with the installation of it. \ud83d\ude41 With using the following PowerShell<\/p>\n<p><a href=\"https:\/\/paessens.org\/blog\/index.php\/2026\/06\/10\/viewing-windows-updates-needed-to-be-installed\/\" class=\"awp-btn awp-btn-secondary awp-btn-bubble\">Continue Reading<span class=\"screen-reader-text\">Viewing Windows updates needed to be installed<\/span><i class=\"fa fa-arrow-right\"><\/i><span class=\"bubble_effect\"><span class=\"circle top-left\"><\/span><span class=\"circle top-left\"><\/span><span class=\"circle top-left\"><\/span>\t<span class=\"button effect-button\"><\/span><span class=\"circle bottom-right\"><\/span>\t<span class=\"circle bottom-right\"><\/span><span class=\"circle bottom-right\"><\/span><\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,22],"tags":[24,23,27],"class_list":["post-84","post","type-post","status-publish","format-standard","hentry","category-powershell","category-windows","tag-powershell","tag-windows","tag-windowsupdate"],"_links":{"self":[{"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/posts\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":2,"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/posts\/84\/revisions"}],"predecessor-version":[{"id":87,"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/posts\/84\/revisions\/87"}],"wp:attachment":[{"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=84"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=84"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paessens.org\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}