Published on 21 Jun 2015
Last week I talked about #Azure #RemoteApp at #VCNRW, the Virtualization Community NRW in Cologne, Germany. I’d like to share my slide deck and the code for one of my demos.
Published on 15 Jun 2015
I had the chance to talk about PowerShell Desired State Configuration or short #PSDSC at #E2EVC Berlin. I’d like to share my slide deck, the code for my demos and the videos I recorded for two of my demos.
Published on 09 Jun 2015
Today I have come across one of those weird issues that take a lot of time to analyze and resolve. One single file was not replicated using DFS-R. But if the content was copied to a new file, replication worked as expected. Let me show you what caused this behaviour.
Published on 09 May 2015
After finally feeling familiar with PowerShell Desired State Configuration (PSDSC), I decided to begin expanding the capabilities provided by the resource kits published by Microsoft. What better area to focus on than Remote Desktop Services?! Therefore, I have created a new DSC resource for Deploying Remote Desktop Services using PowerShell Desired State Configuration: cRemoteDesktopServices.
Published on 24 Mar 2015
Lately, I have been working with a vendor to implement an LOB application in different customer environments. In the course of those troubleshooting actions, I learnt a lot about the internal mechanisms of Windows Server to help applications behave in environments utilizing Remote Desktop Services (with and without XenApp). In this post, I’d like to share my findings about INI File Mapping, a mechanism to prevent applications from using INI files.
Published on 18 Mar 2015
Two months ago, I urged you to participate in the yearly survey of Project Virtual Reality Check called “State of the VDI and SBC union”. I am really happy to share some of the results with you.
Published on 06 Mar 2015
I have recently been working on node configuration for PowerShell Desired State Configuration (DSC) involving the requirement for creating an external virtual switch without a virtual network adapter in the management OS. Unfortunately, the DSC resource called xHyperV contains a bug preventing to create a Hyper-v virtual switch without a vNIC:
Published on 12 Feb 2015
In one of my posts about PowerShell Desired State Configuration, I presented several methods for assigning and managing GUIDs to pull nodes. The PowerShell team replied in their blog explaining the security issues with pull servers. But finally a solution is available to secure access to #PSDSC node configuration.
Published on 28 Jan 2015
If you are using Machine Creation Services (MCS) extensively, you strongly depend on the hosting infrastructure. But sometimes it becomes necessary to reorganize the structure inside the hosting infrastructure. In my case, a customer needed to rename clusters, datastores and virtual networks inside VMware vCenter. Unfortunately, machine catalogs cannot be reconfigured to accomodate for those changes. The only way to repair machine catalogs is to recreate them. That’s why I have created the following PowerShell cmdlets.
Published on 20 Jan 2015
After describing how to inject a Desired State Configuration into virtual machines or virtual hard disks, I started wondering what I need to do to a newly created VM to configure it to use a pull server. Not only will I outline the steps necessary to achieve this, I will also publish the code for this.