Related Articles
SMA – Invoke Runbook Error “Cannot find the ‘’command.”
This is just a quick post about SMA. I bumped many times in this error while writing PowerShell workflows in SMA … …and I figured out that there are many reasons for this error. If you are nesting runbooks like this… Several reasons could lead to this problem: The child workflow does not exist in […]
MPViewer, OverrideExplorer, Proxy Settings – Tools Ready for SCOM 2012
Mostly I try to post my own content, but sometimes we have to blog about great things… Boris Yanushpolsky has re-compiled his tools for SCOM 2012. Great! Here the blog post from Daniele Muscetta. Tool: MPViewer 1.9The previous version 1.7 (that works with OpsMgr 2007 and 2007 R2) was released here. Version 1.9 has been […]
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 […]