Posts

Showing posts from June, 2022

Azure Virtual Desktop with pure Azure AD and Intune built with Terraform

First post in a long time... Too much management and not enough geeking, so on with the joys of building Azure Virtual Desktop in a completely Azure AD setup. First thing to be said is that the Microsoft documentation on all of this sucks. Badly.This post comes from pulling together bits from there, about a dozen different blog posts and bug reports in github. Yes, that painful for what is actually very simple code. I won't bother with a fully working piece of Terraform as if you're reading this you probably already know Terraform and AzureRM enough to not need an example of creating a VNet. On with the show... The Workspace resource "azurerm_virtual_desktop_workspace" "workspace" {   name                 = var . workspace   resource_group_name = azurerm_resource_group . resourcegroup . name   location             = azurerm_resource_group . resourcegroup . location   friendly_name       = " ${ var . prefix } Workspace"   description  

Popular posts from this blog

Avoid Microsoft Intune if you use G-Suite and Android

DFS "Waiting for Initial Replication"

Setting Wallpaper for a Remote Desktop Session