Skip to content

Instantly share code, notes, and snippets.

@MattHodge
Created October 25, 2016 19:40
Show Gist options
  • Save MattHodge/98e402742eb8eb739ce8d624092405a3 to your computer and use it in GitHub Desktop.
Save MattHodge/98e402742eb8eb739ce8d624092405a3 to your computer and use it in GitHub Desktop.
$sourcePath = 'C:\packer\output-window2012r2-basewin2012r2-base.ovf'
Start-Process -FilePath 'packer.exe' -ArgumentList "build -var `"source_path=$($sourcePath)`" .\02-win_updates-wmf5.json" -Wait -NoNewWindow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment