Related Articles
SCOM – Check Size of Databases (SQL Standard Reports)
If you want to know how much space your OperationsManger database is using you could run a SQL Report. Because it is a feature from SQL Server 2008 R2 it’s easily overseen I just want to show an example.
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 […]
DPM 2012 R2 – Console “No connection could be made because the target machine actively refused it”
Doing same things again and again, does not mean they end up always the same way. At one point you want to monitor DPM 2012 R2 and you probably want to use the Central Console to manage your DPM servers. If you want to achieve this, you need to install the Central Console on the […]