Related Articles
itnetx – Winner of the “Microsoft Partner of the Year Award 2012”
Awesome! Today itnetx received from Microsoft Switzerland the “Partner of the Year 2012 –Datacenter” award – the second time in a row . This Microsoft Partner award recognizes a partner that has developed and delivered exceptional Microsoft-based solutions during the past year in the category “Datacenter”. This award shows also the passion and dedication of […]
SCOM – Check Size of Databases (SQL Standard Reports)
If you want to know how much space your OperationsManger database is using you could run a SQL Report. Because it is a feature from SQL Server 2008 R2 it’s easily overseen I just want to show an example.
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 […]