Related Articles
PowerShell – Remote Desktop Cmdlets “A Remote Desktop Services deployment does not exist…”
Recently while automating some cool stuff I needed to create a PowerShell workflow for deploying VDI clients using Windows Server 2012 R2 Remote Desktop Services. One of the first things I always do is checking the existing PowerShell support and I figured out there is a large number of cmdlets available for managing RDS services. […]
Quick Post – Get Cmdlet Related DLL
In some situation you are running a cmdlet, but you have no idea where it is stored. I mean you don’t know to which “*.dll” it belongs to or maybe you want to know some more details about the command. A very easy way to figure this out for the Get-AzureRmResource cmdlet… (Get-Command Get-AzureRmResource).DLL …as […]
Experts Live Café – Microsoft IT Pro Switzerland User Group
In one of my previous posts I announced the birth of the Experts Live Café Microsoft IT Pro Switzerland User Group which took place for the first time on April 7th in Bern. We (MVP Stefan Johner and I) didn’t know how many people would join us and if the event will run smoothly. Honestly, […]