Citrix Imagingwizard.exe and Packer
| |

Citrix Imagingwizard.exe and Packer

Lately I’ve been using Hashicorp Packer to automate my golden master #Citrix images. A few years back, I was mostly using the normal BIOS setting for the virtual machine configuration. Fast forward to now, it is best practice to configure the firmware as EFI. In essence, UEFI is the preferred choice for modern computers because…

Azure, Packer, PowerShell: Creating Citrix Golden Images – Part #2

Azure, Packer, PowerShell: Creating Citrix Golden Images – Part #2

Part 1 – https://verticalagetechnologies.com/index.php/2023/06/14/azure-packer-powershell-creating-citrix-golden-images-part-1 Part 2 – This post. Part 3 – https://verticalagetechnologies.com/index.php/2023/06/28/azure-packer-powershell-creating-citrix-golden-images-part-3 Welcome back to the second blog post on creating golden Citrix images with Packer, PowerShell, and Azure. In Part 1 we talked about the staging grounds for getting started and kicking everything off. Now that we have the main variables and access…

Azure, Packer, PowerShell: Creating Citrix Golden Images – Part #3

Azure, Packer, PowerShell: Creating Citrix Golden Images – Part #3

Part 1 – https://verticalagetechnologies.com/index.php/2023/06/14/azure-packer-powershell-creating-citrix-golden-images-part-1 Part 2 – https://verticalagetechnologies.com/index.php/2023/06/28/azure-packer-powershell-creating-citrix-golden-images-part-2 (json/HCL) Part 3 – This post Hopefully by now you have a decent idea on how to structure your azure packer deployment. For me this was pretty challenging to start. Seemed I had to visit 20 different sites to find examples of code that isn’t documented well…

Azure, Packer, PowerShell: Creating Citrix Golden Images – Part #1

Azure, Packer, PowerShell: Creating Citrix Golden Images – Part #1

Yes, another boring post around creating Golden Images in Azure via Hashicorp Packer and PowerShell. There are quite a few blog posts, GitHub repos, and examples of the quick and easy ways to automate this process. So why create another blog? The majority of examples I found out there were pretty simple, in the fact…