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 […]
Advanced Threat Analytics – Silent Installation “Adventure”
Well I love to automate things a lot using PowerShell – really I do! The success of automation depends on two major things. First there are the detailed requirements and secondly technical documentation of your stuff you want to automate. In reality, most projects do not cover both parameters in a satisfying way at all. […]
SCOM 2012 SP1 – Publish Visio Dashboard in SharePoint 2010 Walkthrough
There are many posts including TechNet article about publishing Visio dashboards in SharePoint 2010 using the Microsoft Visio 2010 and SharePoint 2010 Extensions for System Center 2012 . I found most of these article have a lack of information either the posts are for SCOM 2007 R2 or they do not cover the SharePoint side […]