Related Articles
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 […]
Logic Apps – Build Your Own Azure Cleanup Workflow
One common problem we all share when it comes to working with Azure is cost and “garbage”. Those two relate in proportion to each other, meaning the more “garbage” you own in Azure, the more you have to pay. Simple? Yes indeed. What do I mean in terms of “garbage”? Ok, I will ask you […]
SCOM – Save a Connection String for Use in a PowerShell Script
Sometimes it is necessary to store certain information in a (secure) way, like a connection string, which you might want to use in your PowerShell scripts. The scripts could be then used e.g for the Command Notification Channel. Let’s assume you need to connect to a foreign system and this system provides you with a […]