Skip to content

Instantly share code, notes, and snippets.

@dfranciscus
Last active May 10, 2017 16:12
Show Gist options
  • Save dfranciscus/3ff5ceac13cb8ab5df6fe2fc14d33808 to your computer and use it in GitHub Desktop.
Save dfranciscus/3ff5ceac13cb8ab5df6fe2fc14d33808 to your computer and use it in GitHub Desktop.
Invoke-WUInstall -ComputerName (Get-ADComputer -Filter 'Operatingsystem -like "*Windows Server*"' | Select-Object -ExpandProperty Name) -Script {ipmo PSWindowsUpdate; Get-WUInstall -AcceptAll -AutoReboot | Out-File C:\PSWindowsUpdate.log } -Confirm:$false -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment