How to automate Windows updates with Powershell script

preview_player
Показать описание
link to script:

I wanted to do a video on how to automate Windows updates with Powershell and schedule task. This is a very simple form of automation, if you have a few servers or just a small setup. Or no software to manage Windows updates with.
Рекомендации по теме
Комментарии
Автор

Really helpful, good video. Appreciate putting your code on git!

lorenzplasabas
Автор

I can’t get the script to work on my task scheduler. Any ideas?

ipodhelper
Автор

would it hurt to comment out the PSgallery? optional? Thank you for this btw, really saves alot of time and good intro example for me on Powershell uses.

stevencoto
Автор

Hi buddy,
I get an error on line 67 saying a" parameter cannot be found that matches the parameter first "
How ever I tried to run it on a 2008 R2 server, is this the reason that I get this error .
Btw good n handy script ❤️

lokeshpatil
Автор

HI,
Thanks for nice video
I want to asssign custom size for each drive in recycle bin, WIll you plz help me?

mandarjoshi
Автор

Hey how I can edit this script to run for 200 VMs ? It’s easy to import list of VMs to the scripts and schedule as tasks but what change need to be done to others places if script to get it works ?

aymanaljbouri
Автор

Thanks for the script.
Does it also handle Windows Feature updates?

MicroGamingHD
Автор

When it has made the output document I do not get the Status or KB in it . Is this something you can explain? :D

mortenvestergaard
Автор

Nice Tutorial,
I want to understand how we can use this script to execute this task from a jump node for more that 1 Node. can you update the code the same :)

amitchettri_ac