Share via


Windows Update from PS with Get-WUInstall

Question

Tuesday, January 24, 2017 10:12 AM

Hi!

Windows Update from PS with Get-WUInstall

Get-WUInstall is well PowerShell Module, for OS and Office windows updating. 

But how push driver upate?

I see

X Status     KB          Size Title                                                                    

  •     --                                                                              
    2 Accepted               3 MB Intel - Other hardware - Intel(R) Watchdog Timer Driver (Intel(R) WDT)   
    2 Accepted              29 MB KYOCERA Document Solutions Inc. driver update for Kyocera FS-1370DN KX   
    2 Accepted               8 MB Dell, Inc. driver update for System Firmware 1.7.6                       
    2 Accepted              59 KB Intel - Other hardware - Intel(R) 100 Series/C230 Series Chipset Famil...
    2 Accepted              59 KB Intel - Other hardware - Intel(R) Xeon(R) E3 - 1200/1500 v5/6th Gen In...
    2 Accepted              59 KB Intel - Other hardware - Intel(R) 100 Series/C230 Series Chipset Famil...
    2 Accepted              59 KB Intel - Other hardware - Intel(R) 100 Series/C230 Series Chipset Famil...
    2 Accepted              59 KB Intel - Other hardware - Intel(R) 100 Series/C230 Series Chipset Famil...
    2 Accepted              59 KB Intel - Other hardware - Intel(R) 100 Series/C230 Series Chipset Famil...
    2 Accepted               3 MB Realtek Semiconductor Corp. - MTD - 1/3/2017 12:00:00 AM - 10.0.14393....

But i can not find command so that begin  install them.  For remote Windows 10 PC.

Help find!

cenubit

All replies (2)

Wednesday, January 25, 2017 3:19 AM âś…Answered

Hi GirtsR,

So you are using the script downloading from the following link, right?
Windows Update PowerShell Module
https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc#content

"But i can not find command so that begin  install them.  For remote Windows 10 PC."
According to the description of that script, it will search for updates, choose updates, download updates and install the updates(drivers are included, too) by default if you haven`t chosen any parameter. There is no need to input other command. We just need to wait for them to be downloaded and installed.

For more information about that script, we could try to ask for help from our Script forum.
The Official Scripting Guys Forum!
https://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG

Best regards

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Wednesday, January 25, 2017 7:40 AM

So you are using the script downloading from the following link, right?

Yes!

Thanks!

cenubit