Computer out of Active Directory
If you have only one or two
Use Invoke-Command -ComputerName Server01, Server02 -ScriptBlock {wusa.exe \WSUS-SRV\Emergengy_Updates\windows10.0-kb3186568-x64_086bd10d344a5bb614725135a1589cd784d1e768.msu /quiet /norestart}
If you have several
Use the script Multi_DMZ.ps1 to make the command above with a computers list in a csv file.
Last updated