Related Articles
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 […]
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 […]
PowerShell – Hash Table Get That Value
When writing scripts I like to use PowerShell ISE or VSCode a lot. It simplifies a lot of your daily scripting tasks like IntelliSense or Snippets. But sometimes these little helper don’t tell always the truth. Why? Well, I show you an example which is quite common. On problem there is if you are working […]