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 […]
Orchestrator – Use Powershell (only) to Trigger Runbooks
Today I needed a solution which I could trigger a runbook using Powershell only. I found a very flexible and extendable solution on Codeplex.
SCOM – Global Service Monitor Using Visual Studio Web Test
Global Service Monitor has been around for quite some time now. If you never heard of Global Service Monitor then I would like to give you a short description by Microsoft. System Center Global Service Monitor is a cloud service that addresses this problem by extending the application monitoring capabilities in System Center 2012 beyond […]