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 – Discovery Wizard running forever again
In this post here on possible cause why the discovery wizard could run forever. Last week I faced a situation where the discovery wizard for deploying Linux agents and for deploying windows agents didn’t work. The setup topology was 2 management servers SCOM 2012 and one dedicated SQL Server 2008 R2 SP1 for the SCOM databases.
SCOM 2012 R2 TP3 – Monitoring Apache Web Server
Few month ago, Microsoft released management packs for monitoring open source software like Apache HTTP Server or MySQL databases. In this post I would like to have an overview of monitoring Apache web server. So far there have not been many free options to actually monitor this web server, although it is a very common […]