Skip to content

Commit

Permalink
Enable winrm when packing the boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxg33k committed Aug 8, 2020
1 parent 3e6153f commit b9b95bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packer/windows_10.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
"iso_checksum_type": "sha256",
"iso_url": "https://software-download.microsoft.com/download/pr/18363.418.191007-0143.19h2_release_svc_refresh_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso"
}
}
}
3 changes: 2 additions & 1 deletion Packer/windows_2016.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
"execute_command": "{{ .Vars }} cmd /c \"{{ .Path }}\"",
"scripts": [
"./scripts/vm-guest-tools.bat",
"./scripts/enable-rdp.bat"
"./scripts/enable-rdp.bat",
"./scripts/enable-winrm.bat"
],
"type": "windows-shell"
},
Expand Down

0 comments on commit b9b95bb

Please sign in to comment.