Related Articles
Experts Live Café – Microsoft IT Pro Switzerland User Group
In one of my previous posts I announced the birth of the Experts Live Café Microsoft IT Pro Switzerland User Group which took place for the first time on April 7th in Bern. We (MVP Stefan Johner and I) didn’t know how many people would join us and if the event will run smoothly. Honestly, […]
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 […]
SQL Server Management Pack – Populate Run As Account With Agent Objects In One Shot (PowerShell)
I have so many ideas from other products which I would like to blog about, but somehow I get stuck with SCOM all the time, like an addict. Well, today I implemented the SQL Server management pack for a large customer and as you might know you need to configure a Run as account and […]