I had to get some data out of a large Azure environment yesterday. What I needed was a quick way to get all machines of a certain size. Typically, I would have used Azure Powershell or Azure CLI to get this done. Create a loop over all resource groups, get all the resources in the […]
Category: Windows
Setting up Windows Virtual Desktop in Availability Zones
If you followed along with my writing, you might have noticed I’ve working with Windows Virtual Desktop (WVD) a little. You can read more about setting up WVD, setting up the management tool or how to setup FSLogix. By default, the WVD template deploys the session hosts in an availability set. This will spread the […]
Setting up WSL2, Windows Terminal and oh-my-zsh
I recently re-imaged my laptop to a clean Windows 10. I haven’t yet taken the time to re-setup my Linux setup on top of Windows 10. In this post, I’ll walk you through how to setup WSL2, in combination with the (new) Windows Terminal and oh-my-zsh. WSL stands for the Windows Subsystem for Linux. WSL […]
Setting up the WVD management tool
If you’ve followed along with my experiences, you might have noticed I have been dealing with Windows Virtual Desktop (WVD) for a while. My previous posts describe how to set it up, and how to integrate FSlogix. In this post, I want to explore another item, which is the WVD management tool. Currently, the management […]
Setting up FSLogix with WVD
A while ago, I blogged about setting up WVD. This post is a follow-up, in which I’ll walk you through the setup and configuration of FSLogix with WVD. FSLogix is an interesting piece of technology Microsoft acquired in 2018. FSlogix allows you to store both user profiles and applications on a centralized file share. This […]