Windows 11 SKU’s for Automation

Need to upgrade your Windows 11 Sku’s in your automation like Packer, Azure Image Builder or manual Bicep/ARM Templates? Use these tables below in order to find the correct information for your scripts. I will list the Windows 11 SKU’s for these versions: Windows 11 PRO ZH-CN – Gen2 Windows 11 PRO N – Gen2 … Read more

Windows 10 Image Series – Part 6 – YAML/Bicep SessionHost Deployment

In this series I am going to show you how build a Windows 10 Image via Azure Pipelines and DevOps without 3rd party tooling, welcome to part 6! We built the image, but I would like to show you another sessionhost deployment type. The type where YAML and Bicep are used to create the sessionhost. … Read more

Windows 10 Image Series – Part 5 – YAML Image Build Pipeline

In this series I am going to show you how build a Windows 10 Image via Azure Pipelines and DevOps without 3rd party tooling, welcome to part 5! We built the image, deployed a sessionhost in the previous parts. Next up is converting the Image Pipeline to YAML Pipelines. In addition, YAML pipelines hold all … Read more

Windows 10 Image Series – Part 4 – Deploy SessionHost Powershell

In this series I am going to show you how build a Windows 10 Image via Azure Pipelines and DevOps without 3rd party tooling, welcome to part 4! We built the image in the past parts. It’s now time to actually built hostpools from our image. So, part 4 is about building hostpools! Prerequisites Part … Read more