Related Articles
Orchestrator – Getting Data from SCSM via SCORCH to SNMP to SCSM
In this post I would like to show how to interact with Service Manager objects to get information from SNMP devices and put data back into Service Manager. A customer needed a solution to get serial numbers from different network devices into his Service Manager form to have the most valuable data available for those […]
SCOM 2012 R2 – System Center Advisor Error: 3000 Unable to register…
Today I had been playing around with System Center Advisor and I bumped into an issue where I could not connect to the System Center Advisor service. The error was… Error 3000: Unable to register to Advisor Service. Please contact the system administrator.
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 […]