Related Articles
SMA – Invoke Runbook Error “Cannot find the ‘’command.”
This is just a quick post about SMA. I bumped many times in this error while writing PowerShell workflows in SMA … …and I figured out that there are many reasons for this error. If you are nesting runbooks like this… Several reasons could lead to this problem: The child workflow does not exist in […]
SCOM 2016 – System.Data.SqlClient. SqlException, Exception Error Code: 0x80131904 Login failed for user
Sometimes there are things you won’t understand. I tried to install a new SCOM 2016 management server in a virgin Azure VM (Windows Server 2016). The necessary SQL Server 2016 was placed on another Azure VM (Windows Server 2016). Well this is nothing special and I have installed SCOM a gazillion times, BUT now I […]
Advanced Threat Analytics – Silent Installation “Adventure”
Well I love to automate things a lot using PowerShell – really I do! The success of automation depends on two major things. First there are the detailed requirements and secondly technical documentation of your stuff you want to automate. In reality, most projects do not cover both parameters in a satisfying way at all. […]