Azure Automation – Hybrid Worker Setup

It is May 4th which marks the start of Microsoft Ignite 2015 and of course new Azure features start to appear. So first Azure Automation is now available in the preview portal: Continue reading “Azure Automation – Hybrid Worker Setup”

Azure Automation is Faster Than Me

The original title of this post was suppose to be “Strategy on Running Runbooks in Azure Automation” and wanted to write it for more than a month. Why the title changed during this period? Simple – there was some limitation on running runbooks in Azure Automation and that limitation was significantly  increased which pushed me to change the title. Let me explain in detail what was the limitation, what has happened and what is that strategy I had that you might still need and it is always good to implement. Continue reading “Azure Automation is Faster Than Me”

Fix Non-Compliant Virtual Network Adapters in VMM with SMA Runbook

Many do not know but besides keeping the compliance of vSwitches on Hyper-V hosts VMM also keeps compliance of the Virtual Network Adapters on VMs. Continue reading “Fix Non-Compliant Virtual Network Adapters in VMM with SMA Runbook”

Error on Starting SMA Runbook from Third Party System

We’ve trying to use the SMA Web Service to start SMA runbooks from another system. There is good sample of code for this and we’ve managed to get it working. Unfortunately when we’ve started to start more runbooks some of them were failing with the following error: Continue reading “Error on Starting SMA Runbook from Third Party System”

Creating Azure-like Windows Server Images with System Center

Update

——————————————————————————

A small update on this topic. If you do not want your customers to face error 0x800F0906 when they try to install .NET Fraemwork 3.5 on Windows Server 2012 or 2012 R2 I would suggest you to install and disable .net FRamework 3.5 feature with DISM prior syspreping your images. The following commands should do the work: Continue reading “Creating Azure-like Windows Server Images with System Center”