Related Articles
SCOM 2012 – PowerShell Grid Widget & Web Console Pitfall
In the past posts I have blogged about the new dashboard widgets primarily about PowerShell Grid & Web Widget. As in every technology there are cases were you stumble on some errors. This happens to me while playing with the PowerShell Grid Widget. The following code should list all processes which have a CPU value […]
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 – Setting Tags on Subscriptions Using C#
It has been a couple of month ago, Microsoft announced that it is possible to set tags on subscriptions. This makes totally sense and was a long awaited feature. Good practice is to use Azure Policy to set tags on resources, but there are cases where it is not possible to use Azure Policy. Well, […]