Related Articles
SCOM – Agentless Exception Monitoring (AEM) Configure HTTPS Listener (SSL)
I used to believe the source code of the Windows operating system would be the best kept secret in the world, but I was taught there is another best kept secret on this planet. Yes, the secret was/is – “How do you configure https for Agentless Exception Monitoring (AEM)?”. There is very poor documentation from […]
Basel PowerShell User Group – “End-To-End Automation using Service Manager and SMA”
I would like to spread the words about an upcoming user group session event in Basel, Switzerland. My buddy PowerShell MVP Stéphane van Gulick will host this event and we both will have a session. I will present what you can do with System Center Service Manager and Service Management automation in a session called […]
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 […]