Related Articles
SCOM 2012 – Using Alert Custom Fields
In today’s world of monitoring it is not always easy for people from the service desk or even for administrators to identify from which system is this alert being sent, who is responsible for the system and maybe in a multitenant environment to which company belongs this system/alert. In my case a company which is hosting […]
PowerShell – Create “Clean” Custom Objects From DataTable Object
I recently had a need to create “clean” PowerShell custom objects out of a DataTable object. What does that mean? Well, let me explain. When you try to get data out of SQL Server using PowerShell there are many ways to do it. Either you use Invoke-SQLCmd, SQL Server PowerShell (SQLPS), SQL Server Management Objects […]
Azure Monitor – Combine Azure Monitor and Azure Log Analytics Data in Grafana
Probably one of the biggest pain in monitoring is to provide a dashboard displaying all information needed. There are many third party solutions available but also Microsoft offers plenty of ways to display monitoring information. One feature I like very much is to have Azure Log Analytic queries exported and displayed in PowerBI. In this […]