Related Articles
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 […]
SCOMfaq@System Center SP1 TAP Airlift in Redmond
Good news, from September 17th to 19th I will be in Redmond on the Microsoft Campus for the System Center 2012 SP1 TAP Airlift. Together with MVP Marcel Zehner (http://blog.scsmfaq.ch) and Thomas Maurer (http://www.thomasmaurer.ch) we hopefully will see great news and improvements in System Center 2012 SP1. It is my second Airlift and from my […]
SCOM 2012 – Import Multiple Management Packs (Import-SCOMManagementPack)
There are maybe certain situation where you need to import multiple management packs using the “Import-SCOMManagementPack” command. How do you accomplish that? It is easy! Because the command is taking care of the dependencies we just have to provide ALL of the needed management packs in an array. In my example I want to import […]