Related Articles
SCSM – Set Work Item State / Activity State via PowerShell
I do currently a lot of automation and today I had a need to change state of a service request. The service request itself was “Closed” and as you might know, you cannot change anything if the work item is set to “Closed”. Because I needed to trigger the runbook activities behind the service request […]
Azure Stack – Deploy Azure Stack on Azure VM
At Ignite 2018 a couple of weeks ago, I got the feeling that Microsoft is getting really serious about their hybrid cloud strategy. It may sound strange or weird, because Microsoft always used the terms hybrid cloud and announced tailored products. But in the past years, I wasn’t really sure that Microsoft will hear the […]
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 […]