Related Articles
System Center Universe Europe 2014 – Looking Back…
For the second time in a row, the community conference System Center Universe 2014 Europe was held on September 17-19 2014 in Basel-Switzerland. 370 people from 20 different countries attended the conference to learn, present, discuss, meet and have fun. Depending on the person the priority of these activities may changed during the 3 days […]
DSC – xRDSessionDeployment Server Keeps Rebooting
Some time ago I had been doing some interesting deployments using SMA and DSC in a push scenario. What does that mean? SMA is an engine that executes PowerShell (Workflows) at a scalable level and it is THE automation engine for on-premise scenarios, its counterpart in Azure is Azure Automation. DSC is Microsoft’s future way […]
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 […]