Related Articles
SMA – Invoke Runbook Error “Cannot find the ‘’command.”
This is just a quick post about SMA. I bumped many times in this error while writing PowerShell workflows in SMA … …and I figured out that there are many reasons for this error. If you are nesting runbooks like this… Several reasons could lead to this problem: The child workflow does not exist in […]
Veeam – Monitoring VMWare and Private Clouds Webinar
Some time ago I wrote a two posts (part 1 and part 2) about the Veeam management pack. Now there will be an online webinar provided by Veeam and Pete Zerger MVP about: Monitor with the “Virtualization Stack” in mind Use the Veeam Management Pack to gain visibility into the cloud Get new reports for […]
Azure Automation – Twitter + IFTTT + Webhook = Start Runbook
I assume you know Twitter and you probably also know what a webhook is, right? No? Ok, a webhook is just a HTTP POST. In Azure Automation we are able to create a webhook for a runbook. This runbook will “consume” the webhook request (URL) + post data and start the runbook. The cool thing […]