Related Articles
Quick Post – Import-SCOMManagementPack : The requested management pack is not valid. See inner exception for details.
I have seen in the forum there are some difficulties using the Import-SCOMManagementPack cmdlet for SCOM 2012. Some time ago I wrote a post about how to import multiple MPs using Import-SCOMManagementPack. If you try to import just one MP you might get a meaningless error in PowerShell like this…
Quick Post – Visio 2013 Stencils Bluish Single-Colored
Today I had some conceptual work to do and as this always involves some fancy Visio diagrams, I ran into a problem which might also could happen to you. Microsoft has released great Windows Server 2012 / Office 365 stencils for Visio 2013. You can find them here. As soon you start Visio and import […]
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 […]