Related Articles
SCOM – New “Friday Rules” Series…Let’s Rule!
Today I would like to announce “Friday Rules”. Yes, of course Friday rules, but in my context I am going to publish short videos about the monitoring rules in SCOM always on a Friday. My goal is to show a short example (10-15 minutes) how you can create rules and what those can do for […]
SCOM 2012 – Export Grey Agents using Powershell
There was a request in the TechNet forum to get all grey agents in SCOM 2012 using Powershell and export the Displayname and HealthState into a file. Because I haven’t seen a solution I thought I will share these few lines of code maybe you can use them also. #Import the OperationsManager module Import-Module OperationsManager […]
Azure DevOps – Commit URL On Azure Resource Tag (Part 2)
In my previous part I built a solution where I used https://rebrandly.com service to shorten the commit URL and add to a tag on a storage account. The problem might be, that you don’t want to us a public link shortening service like https://rebrandly.com or any other like https://bit.ly etc. you might be afraid of […]