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 […]
SCOM 2012 – Console Error Microsoft.EnterpriseManagement.Monitoring.Console.exe
There are different ways to install the SCOM console. One way is to install it calling the regular SCOM 2012 setup wizard and choosing the SCOM console option. The other way is executing directly the OMCONSOLE.msi package. The difference is, if you call the regular SCOM setup wizard it will check for pre-requisites. If you […]
SCOM – Certificate Missing Enhanced Key Usage EventID 20050
If you want to monitor a server which does not belong to a domain you need to use a certificate, which has special requirements. You will find many posts how to handle SCOM certificates using a Microsoft PKI on the internet. An example is the detailed post from Tyson Paul. One of the essential requirements […]