Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am zachtuttle on github.
  • I am zachtuttle (https://keybase.io/zachtuttle) on keybase.
  • I have a public key ASB56Y74M3cTxFLMk-CPKvekOPQ5onaLGwxlEUhnOHTpqwo

To claim this, I am signing this object:

@zachtuttle
zachtuttle / winrm packer
Last active July 19, 2023 14:55
configure winrm for packer
"user_data_file":"packer/packer-win-userdata.txt",
"communicator": "winrm",
"winrm_username":"Administrator",
"winrm_port": 5985,
"winrm_timeout": "10m"
###############################
<powershell>
# turn off PowerShell execution policy restrictions
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine