Related Articles
SCOM 2012 Linux Monitoring (Lab) – Part 3.5 Agent Deployment
While publishing part 3 I run into a problem which I would like to share. Two command which you might need… To get the LINUX agents version type: rpm -q scx To uninstall a LINUX agent type (logon as root): rpm -e scx So while I tried to deploy a LINUX agent I received the […]
SCOM 2012 SP1 – Publish Visio Dashboard in SharePoint 2010 Walkthrough
There are many posts including TechNet article about publishing Visio dashboards in SharePoint 2010 using the Microsoft Visio 2010 and SharePoint 2010 Extensions for System Center 2012 . I found most of these article have a lack of information either the posts are for SCOM 2007 R2 or they do not cover the SharePoint side […]
Azure Functions – Azure Functions Using Hybrid Connections
I had an idea to access an on-premise source like a database or something else via Azure Functions. There other approaches where you could use Logic Apps and the corresponding gateway to access on-premises system data. But using Logic Apps we relay on connectors and actions and are not as free as using Azure Functions […]