Related Articles
SCOM 2012 – Performance View “Rotate Chart” Selected, How To Get Back
If you are in the SCOM console and you choose a performance view, you are able to select “Rotate Chart”…. …this will give you a kind of 3D view of your chart. Well, yes it does something, and you can do something with it, but in my opinion it is useless. Because you can move […]
Power BI – Introduction Part 1
I had already written in the past, that I like to combine new technologies to build new solutions. There are new technologies coming which might get not that attention yet they would deserve. My recent attention got caught by Power BI. I had some sort of idea what Power BI would be but not in […]
PowerShell – Create “Clean” Custom Objects From DataTable Object
I recently had a need to create “clean” PowerShell custom objects out of a DataTable object. What does that mean? Well, let me explain. When you try to get data out of SQL Server using PowerShell there are many ways to do it. Either you use Invoke-SQLCmd, SQL Server PowerShell (SQLPS), SQL Server Management Objects […]