Related Articles
SCOM 2012 SharePoint Dashboard – Part 1
For my setup I used the Share Point Foundation 2010 on my System Center Service Manager 2012 management server where I also installed the self-service portal. The following pre-requisites are needed: The Operations Manager Web Console must be installed on a management server. The SharePoint farm must be running SharePoint Server 2010 Standard, SharePoint Server […]
SCOM 2012 – Event ID 20070 Agent Across Slow WAN Links
Since a few weeks I am having a problem with SCOM agents in child domains. I am currently implementing SCOM for an international company which has branch offices in China, US, Germany, Switzerland and other countries. The Active Directory topology has a root domain and for each country a separate child domain. In some of […]
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 […]