{"id":159,"date":"2021-09-16T16:43:05","date_gmt":"2021-09-16T07:43:05","guid":{"rendered":"https:\/\/www.smartbizlife.com\/it\/?p=159"},"modified":"2022-03-13T19:12:33","modified_gmt":"2022-03-13T10:12:33","slug":"windows_update_auto","status":"publish","type":"post","link":"https:\/\/www.smartbizlife.com\/it\/windows_update_auto\/","title":{"rendered":"windows Update\u81ea\u52d5\u5316"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\">1. Windows Update \u3092\u78ba\u8a8d\u3059\u308b\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u958b\u59cb<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">$updateSession = New-Object -com Microsoft.Update.Session<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">2. Windows Update \u306e\u691c\u7d22<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">$searcher = $updateSession.CreateUpdateSearcher()<br>$searchResult = $searcher.search(&#8220;IsInstalled=0 and Type=&#8217;software'&#8221;)<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">3. Windows Update \u306e\u7d50\u679c\u78ba\u8a8d<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">1\u304b\u6708\u4ee5\u5185\u306e\u66f4\u65b0\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u7d5e\u3063\u3066\u8868\u793a\u3059\u308b\u3002<br>$searchResult.Updates | select Title, LastDeploymentChangeTime, MaxDownloadSize | Where-Object {$_.LastDeploymentChangeTime -gt (Get-Date).AddDays(-30)}<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">4. \u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3059\u308b\uff08\u3059\u3079\u3066\uff09<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">$downloader = $updateSession.CreateUpdateDownloader()<br>$downloader.Download() <\/p>\n\n\n\n<h1 class=\"wp-block-heading\">5. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">$installer = $updateSession.CreateUpdateInstaller()<br>$installationResult = $installer.Install()<br>if  ($installationResult . ResultCode   -eq 2)  {<br>   # OK<br>}<br>else {<br>  # error<br>}<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">6. \u518d\u8d77\u52d5\u3059\u308b<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">date<br>restart-computer<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">7. Windows Update \u3092\u78ba\u8a8d\u3059\u308b\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u958b\u59cb<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">$updateSession = New-Object -com Microsoft.Update.Session<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">8. Windows Update \u306e\u691c\u7d22<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">$searcher = $updateSession.CreateUpdateSearcher()<br>$searchResult = $searcher.search(&#8220;IsInstalled=0 and Type=&#8217;software'&#8221;)<\/p>\n\n\n\n<h1 class=\"wp-block-heading\">9. \u66f4\u65b0\u30fb\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5f8c\u7d50\u679c\u306e\u78ba\u8a8d<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\"> 1\u304b\u6708\u4ee5\u5185\u306e\u66f4\u65b0\u30d7\u30ed\u30b0\u30e9\u30e0\u3092\u7d5e\u3063\u3066\u8868\u793a\u3059\u308b\u3002<br>$searchResult.Updates | select Title, LastDeploymentChangeTime, MaxDownloadSize | Where-Object {$_.LastDeploymentChangeTime -gt (Get-Date).AddDays(-30)} <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u3010\u53c2\u8003\u8a18\u4e8b\u3011<br>https:\/\/qiita.com\/asterisk9101\/items\/8a52562ade6d2a47a467<\/p>\n","protected":false},"excerpt":{"rendered":"<p>1. Windows Update \u3092\u78ba\u8a8d\u3059\u308b\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u958b\u59cb $updateSession = New-Object -com Microsoft.Update.Session 2. Windows<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,19],"tags":[],"class_list":["post-159","post","type-post","status-publish","format-standard","hentry","category-itknowhow","category-windows"],"_links":{"self":[{"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/posts\/159","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/comments?post=159"}],"version-history":[{"count":2,"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/posts\/159\/revisions"}],"predecessor-version":[{"id":161,"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/posts\/159\/revisions\/161"}],"wp:attachment":[{"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/media?parent=159"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/categories?post=159"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.smartbizlife.com\/it\/wp-json\/wp\/v2\/tags?post=159"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}