Comments on: SOLVED: SIMPLE PowerShell Script To Download & Install Windows Updates Then Reboot If Necessary https://www.urtech.ca/2017/07/solved-simple-powershell-script-download-install-windows-updates-reboot-necessary/ Technology Doesn't Stop & Neither Does URTech.ca Mon, 25 Jul 2022 04:59:31 +0000 hourly 1 By: Christina Law https://www.urtech.ca/2017/07/solved-simple-powershell-script-download-install-windows-updates-reboot-necessary/comment-page-1/#comment-238928 Mon, 25 Jul 2022 04:59:31 +0000 http://www.urtech.ca/?p=8323#comment-238928 Wonderful explaination from you, man. You’re making it enjoyable. I cant wait to learn far more from you. That is actually a great website.

]]>
By: Twitter https://www.urtech.ca/2017/07/solved-simple-powershell-script-download-install-windows-updates-reboot-necessary/comment-page-1/#comment-238899 Mon, 18 Jul 2022 16:18:22 +0000 http://www.urtech.ca/?p=8323#comment-238899 The clearness for your post is just cool and i can suppose you are a professional in this subject. Thank you

]]>
By: Chris https://www.urtech.ca/2017/07/solved-simple-powershell-script-download-install-windows-updates-reboot-necessary/comment-page-1/#comment-232896 Wed, 07 Nov 2018 17:06:14 +0000 http://www.urtech.ca/?p=8323#comment-232896 When trying to run the Add WUServiceManager -ServiceID command as above in your example I get the following error:

Add-WUServiceManager : SATS: Unknown failure. Try debug.
At line:1 char:1
+ Add-WUServiceManager -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d …
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Add-WUServiceManager], Exception
+ FullyQualifiedErrorId : AddService2,PSWindowsUpdate.AddWUServiceManager

]]>
By: sebus https://www.urtech.ca/2017/07/solved-simple-powershell-script-download-install-windows-updates-reboot-necessary/comment-page-1/#comment-220445 Thu, 19 Apr 2018 19:10:58 +0000 http://www.urtech.ca/?p=8323#comment-220445 You ought to use
Install-WindowsUpdate –AcceptAll –AutoReboot

]]>