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 […]
Cloud and Datacenter Management User Group Switzerland
Finally we are proud to officially launch the Cloud and Datacenter Management User Group. The user group is focused on Microsoft Cloud and Datacenter technologies based on Windows Server, System Center, Hyper-V and Windows Azure. Our goal is to get people together with the same interests and learn from each other. In today’s world it […]
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 […]