Related Articles
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 […]
SCOMfaq@MMS2013
In a few days the MMS 2013 will open it’s door in Las Vegas. There is no better way of explaining what MMS is or means by taking the words from the MMS 2013 website. About MMS The Microsoft Management Summit (MMS) brings together the brightest IT professionals from around the world to increase their […]
Quick Post – Get Cmdlet Related DLL
In some situation you are running a cmdlet, but you have no idea where it is stored. I mean you don’t know to which “*.dll” it belongs to or maybe you want to know some more details about the command. A very easy way to figure this out for the Get-AzureRmResource cmdlet… (Get-Command Get-AzureRmResource).DLL …as […]