Related Articles
SCOM 2012 Veeam MP for VMware 5.7 – Part 2 Overview
In part 1 I wrote about setting up and configuring the Veeam management pack. Now in this post I would like to give you some additional information how it is going to look like in the monitoring pane in SCOM and also some ideas what is being monitored. 1) Views I know it is maybe […]
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 […]
Azure Functions – Programmatically List All Subscriptions in Your Tenant Using Resource Graph & C#
Recently I have been working quite a bit with Azure Functions and C#. Therefore it is time to post some interesting code – at least in my opinion. One problem I wanted to solve was to list all subscriptions within your tenant having tag information and if possible the solution should be easy to extend. […]