Development Management Pack PowerShell Troubleshooting

PowerShell – Comparing Management Pack Version

I bumped into an interesting problem while writing a custom PowerShell module. The module should compare the management packs from a SCOM management group and some local repository. If the local repository has a higher version number than the currently installed management pack, the script should import the management pack into SCOM. This post should […]

ARM Azure Configuration Development OMS Troubleshooting

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 […]