Bulk Install Windows Update MSU Files with PowerShell

preview_player
Показать описание


There may come a time when you need to manually install several Microsoft update *.msu files. If you have a laptop that cannot be connected to the internet or a WSUS server and have several update files to install it can take an entire day to install all of them.

A quick and easy way to avoid the pain and repetition of this is to script the installations and that is what you will learn in this tutorial.
Рекомендации по теме
Комментарии
Автор

Just had to install 50+ updates manually across 20 servers. This will help a bunch, thanks.

AwesomenesL
Автор

Thank you so much on this. This really solved my issue patching my servers . KUDOS!

ajnava
Автор

Great Tutorial, very helpful and the way you explain it makes sense to a PS NOOB like me :D Thanks you very much!

steve
Автор

Please kindly upload videos related to Windows Server Migration and Windows Server Security and File Management and Backup via Powershell Automation techniques

supriyochatterjee
Автор

can I do this using a DVD? I have a bunch of servers at a Federal Site that are not on the Internet and need to still patch them. I would like to be able to create this same process to auto run from a DVD. great video by the way thanks for the tips!

RomeroProductions
Автор

how to install on remote servers, Could you please let me know.

krishnakvvs
Автор

what is when i want to uninstall an update later? i think it make more sense to using not a bulk installation and the normal way tu use WSUS!? i'm wrong or tell me in which cases i have to use this way?

marwinst.
Автор

You cane use the below command if you have folder with spaces so that you can consolidate all msu file under one directory Copy-Item $updatefilepath -Destination "c:\windows\Patches"

daretodoforu
Автор

Very informative, this will save some time for sure.

howiekalbz
Автор

i tried to this script to install the msu and i have a failed of installing msu as you showed in the video. Do you have any troubleshoot for that failures?

hlo
Автор

I tried to install msu file by using session with invoke command it's not working but the simple command is working fine. Means ps remoting is working but when trying to install msu file it not installing please help me on this

rohitvishwakarma
Автор

Can you please share How can we use this script for installing msu on multiple remote computers

humaurtum
Автор

I wanted to like this vid, but the likes are on 69 so I don't wanna be the guy who'll break the cycle

yukihao