Related Articles
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.
SCOM 2012 – Comparing Deployed Agents vs. Active Directory Computer Objects (PowerShell)
It has been a moment since my last post, but I assume you know how everything goes crazy before Christmas. This time I would like to share a script which is very useful while implementing SCOM. When you deploy agents you will be guided by the SCOM wizard and at the server selection appear only […]
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 […]