Link to home
Start Free TrialLog in
Avatar of Ted Penner
Ted PennerFlag for United States of America

asked on

Command syntax to install updates via powershell

What is the command syntax to install single kb article patches on multiple machines, silently, via Powershell
ASKER CERTIFIED SOLUTION
Avatar of Guy Lidbetter
Guy Lidbetter
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ted Penner

ASKER

Let's take the following 2 updates KB3037581, KB3054834.  Let's say that it is intended for hostname abx3792.  How would I write a silent install for those in powershell?
Below are the file names and switches for the updates.

NDP45-KB3023224-x64.exe" /q /norestart
NDP45-KB3035490-x64.exe" /q /norestart

How do I install one of those remotely?