posher icon indicating copy to clipboard operation
posher copied to clipboard

Windows image build system via POwerSHell + packER

Results 1 posher issues
Sort by recently updated
recently updated
newest added

Currently posher uses `Get-WUInstall` 3thd party script to handle updates. This is not optimal as to fully install updates you need multiple restarts. Packer Windows implements this cycle via [win_updates.ps1](https://github.com/joefitzgerald/packer-windows/blob/master/scripts/win-updates.ps1)...