Related Articles
SCOM 2012 – Discovery Wizard running forever again
In this post here on possible cause why the discovery wizard could run forever. Last week I faced a situation where the discovery wizard for deploying Linux agents and for deploying windows agents didn’t work. The setup topology was 2 management servers SCOM 2012 and one dedicated SQL Server 2008 R2 SP1 for the SCOM databases.
SCOM 2012 – Encryption Key To Backup Or Not To Backup
Once in a time there comes the question about the encryption key in SCOM 2012 (SP1). Older SCOM administrators were used to backup their SCOM encryption key using the SecureStorageBackup.exe utility in SCOM 2007 R2. This encryption key is essential for restoring a SCOM 2007 R2 RMS server. http://technet.microsoft.com/en-us/library/cc540390.aspx The root management server encryption key […]
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. […]