Related Articles
OMS – Where Can I Find the Sealed OMS MPs / Intelligence Packs?
Sometimes you need to have the sealed version of management packs / intelligence packs which get’s downloaded from OMS. You might need them as reference in your custom management pack solutions or maybe just to explore it. You can find the management packs in your C:\Windows\Temp folder on your SCOM server. As you can see […]
ARM Template – Deployment Error “[Subscription().SubscriptionId]” The request is invalid…
Recently I authored some ARM stuff in Visual Studio and I had a need for getting the current subscription ID the template is being deployed to. So there is a helper function you can call like this… “subscriptionId”: “[subscription().subscriptionId]” I used it in the template like this… …but as soon I tried to deploy the […]
SCOM 2012 SP1 – “Unable to Proceed” Troubleshooting Upgrade Error
As I already have learned in many ways – Don’t assume anything, proof it! Another rule is – What you see is not always what you get. With those two quotes in mind we have to start troubleshooting in IT. Today I spent quite some time troubleshooting an SCOM SP1 upgrade installation. I wanted to […]