Related Articles
System Center Universe Europe – Session Recordings on Channel 9
The long-awaited session recordings from System Center Universe Europe are NOW available on Channel 9! Matt Hester has provided a list linked to each session, check it out on his blog. For your convenience I copied the links to this post. All credits to Matt! Here are all 60 of sessions from System Center Universe […]
SCOM 2012 SP1 – Part 2: Audit Collection Services (ACS) Cross Platform Setup
In part 1 we installed the ACS collector, ACS reporting and enabled one Windows server to forward the events to the collector server ACS01. In this part we will install the cross platform part of ACS to collect the events from Linux systems.
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 […]