diff --git a/README.md b/README.md index 3f0ab7a..8981ba9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...' properties = { # "deployment.type" = "domainmember" - "guestinfo.hostname" = "TF-SRV01" + "guestinfo.hostname" = "SRV01" # "guestinfo.administratorpw" = var.vm_adminpassword # "guestinfo.ntpserver" = "0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org" "guestinfo.ipaddress" = "10.0.0.42" @@ -68,7 +68,7 @@ When **provisioning** the appliance through the vCenter 'Deploy OVF template...' "guestinfo.gateway" = "10.0.0.1" "addsconfig.domainname" = "contoso.com" - "addsconfig.username" = "CONTOSO\\Administrator" + "addsconfig.username" = "CONTOSO\\domainjoin" "addsconfig.password" = var.adds_password } } diff --git a/packer/windowsserver2019.json b/packer/windowsserver2019.json index 5b03a64..eb3e9e2 100644 --- a/packer/windowsserver2019.json +++ b/packer/windowsserver2019.json @@ -83,6 +83,7 @@ "type": "powershell", "inline": [ "choco config set --name=limit-output --value=LimitOutput", + "choco install -y dotnetfx", "choco install -y 7zip.install", "choco install -y sysinternals" ], @@ -90,10 +91,6 @@ }, { "type": "windows-update" - }, - { - "type": "windows-restart", - "restart_check_command":"powershell -command \"& {Write-Output 'Probing restart status'}\"" } ], "post-processors": [[