Related Articles
VEEAM Hyper-V MP – Virtualization Extension Unattended Installation
Veeam is well known for their high quality management packs for VMWare and Hyper-V monitoring. There is also very detailed documentation around how to install and configure the management packs. One thing I am missing is the unattended installation of the Veeam Virtualization Extensions Service and Veeam Virtualization Extensions Web UI for Hyper-V management pack […]
SCOM 2012 SP1 – The .NET Framework 3.5.1 Story…
Today I ran in an unexpected problem at a customer. My mission was to install a SCOM 2012 SP1 Proof-of-Concept to show the customer what is possible and what information he can get out of SCOM. My last couple of installation were of course on Windows Server 2012. This customer was using Windows Server 2008 […]
ARM Template – Deployment Error “[Subscription().SubscriptionId]” The request is invalid…
Recently I authored some ARM stuff in Visual Studio and I had a need for getting the current subscription ID the template is being deployed to. So there is a helper function you can call like this… “subscriptionId”: “[subscription().subscriptionId]” I used it in the template like this… …but as soon I tried to deploy the […]