ps script for windows patching

Hi all,

 

i have list of server in csv file and list of patch in share folder so i want to collect the patch and install into respective server using powershell script,can u help on this i even dont know how to do.

kindly help me on this.

 

Thanks,

Vignesh.

Here’s somewhere to start. Read the Help for these commandlets:

Import-CSV

Copy-Item

Invoke-Command

Start-Process

Did you search the PowershellGallery?

You could search for WSUS or Windows Update. I’m pretty sure there’s something you can use.