Related Articles
SCOM 2016 – What’s New UNIX/Linux Series: Agent Task Running Script e.g. Perl
I assume you are familiar with creating SCOM tasks and you know there are tasks that are executed on the SCOM console side (console task) and such that are executed on the agent (agent task). In the past you had only few options, like running commands on Windows and UNIX/Linux or scripts only on Windows […]
SCOM 2012 R2 Java APM – Install Ubuntu / Tomcat (Part 1)
Few weeks ago Microsoft released a new management pack for Java Application Performance Monitoring (Java APM). You might are familiar with the .NET Application Performance Monitoring (.NET APM) and now a similar solution is available for Java applications. What is Java APM? SCOM Java Application Performance Monitoring (Java APM) allows you to get performance and […]
PowerShell – Hash Table Get That Value
When writing scripts I like to use PowerShell ISE or VSCode a lot. It simplifies a lot of your daily scripting tasks like IntelliSense or Snippets. But sometimes these little helper don’t tell always the truth. Why? Well, I show you an example which is quite common. On problem there is if you are working […]