This blog has been up and running for a couple of years now. I mainly blog about System Center and OMS. During my daily work, I am using PowerShell a lot and sometimes I am able to figure out some cool stuff or would like to share some challenges I faced. In my opinion is this blog, http://stefanroth.net, the wrong place for sharing PowerShell-only information and therefore I created another blog http://HellShell.com . As I mentioned I will write about PowerShell only, nothing else. If you are interested please follow my new blog and also on Twitter @hellshell_com. Currently there are only few posts published, but it will grow in the near future. I hope to provide you some additional help with my posts. If you have a some suggestions or comments please comment on this or the new blog.
Related Articles
SCOM 2012 – NiCE Log File Library MP Monitoring Robocopy Log File
If you are reading my blog frequently, you know I like excellent ideas, solutions and superb management packs. This time, a company called NiCE is going to provide such a management pack to the community – for free! YES! But first who is NiCE? NiCE is a German company, which has been on the market […]
WAP – Get Windows Azure Pack Websites via PowerShell
Windows Azure Pack was Microsoft’s first attempt to bring Azure into your on-premise datacenter. The things you can do with it are limited to IaaS VM, PaaS databases and PaaS websites. In addition there is Service Bus and some networking part which is necessary for the IaaS / PaaS services. Of course there are other […]
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 […]