Windows 365 boot error 65000

I recently had the privilege of implementing Windows 365 boot but encountered error 65000. This had to do with the Windows 365 Boot Device Configuration Policy Boot profile: The picture above clearly states the “Boot to Cloud PC Enhanced” setting return the error 65000. So, where does this error come from? I met the prerequisites: … Read more

Reprovision/Restore Windows 365 Devices

This blog is about showing another example of our Powershell module called PSCloudPC. The example is about Reprovision/Restore Windows 365 devices. My other post is about deploying Windows 365 via Powershell. Firstly, download and install the module. You can do so using the following command: After that, import the module: We are now ready to … Read more

Deploy Windows 365 via Powershell

Stefan Dingemanse and I built a Powershell Module to deploy Windows 365 more easily. We wanted a new challenge. Stefan looked at the Powershell Gallery and there wasn’t a Windows 365 module. So, we decided to build one. The module is available at the Powershell Gallery Full documentation is available on Github. The Github page … Read more

Register Windows 365 Images in Azure

I am currently deploying Windows 365 and want to use a custom image. Firstly, I used the Azure Marketplace Windows 11 22h2 enterprise image. The performance was terrible. I checked again, but I couldn’t find it. I got a hint that you must register the Windows 365 Cloud PC images in your Azure environment. This … Read more

Packer YAML Windows 365 Image

This blog is about using Packer and YAML to create a Windows 365 Image. This is an add-on to the first blog in the series on Packer. Prerequisites Make sure you have completed the first blog in this series: Packer YAML Azure DevOps Pipeline Pt. 1 – Create the Packer YAML Pipeline After that, you … 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 3 – Shared Image Gallery

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 3! Part 3 is about the Shared Image Gallery. This is a service within Microsoft Azure to publish images and we are publishing our managed image in the … Read more