Thanks for the suggestion FreKac. I ran the original script again, after patch Tuesday. This time things ran perfectly and installed the cumulative update 2019-02, completing the updates.
On Wednesday, 13 February 2019 15:40:52 UTC, FreKac wrote: > > Also had trouble with that Cumulative update, didn't use the script that > you linked to. > The windows update provisioner just ran in a loop with that update as well. > > https://github.com/rgl/packer-provisioner-windows-update > > The new windows update powershell commands do work however, as far as I've > seen. > Start-WUScan > Install-WUUpdates > Get-WUIsPendingReboot. > > So you could always create a script for it using those commands. > While testing I only made a quick n' dirty test by running: > Install-WUUpdates -Updates (Start-WUScan) > In an inline powershell "script". > > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/a3da988f-a0a7-42df-9e05-e0ea3868acff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
