Related Articles
SCOM – Populate Attributes Through PowerShell
This time I would like to show a cool idea about modifying class instance properties. In SCOM we usually use registry or WMI discoveries to populate attributes. These attributes are used for dynamic groups or maybe just to append some more information to the class instance. Imagine you are using a registry discovery for populating […]
SCOM 2012 – OpsLogix Oracle Intelligent Management Pack Custom Templates
As you might know I am Swiss guy and we are famous for our hand-crafted, precise watches and exact work we do. I am always trying to find other great things which also match these qualities. In terms of SCOM I like management packs which work precise like Swiss watches and are as useful as […]
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 […]