Related Articles
SCOM 2012 – Maintenance Mode Console Tool V 1.0
In my last post I published a GUI based tool to put Windows and UNIX/Linux computer into maintenance mode. After great success, there were requests to have some sort of scheduling mechanism for setting maintenance mode on a regular time schedule. Well, as I have mentioned in my previous post, there are many ways to […]
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 […]
OMS – Monitor Windows Services / Processes
One thing I am missing in OMS is, to monitor windows services and processes easily. Well, there are many ways to monitor such components with OMS like: Run some sort of PowerShell script on the server to check the windows service or processes status and then use the HTTP Data Collector API to ingest the […]