http://stefanr5.myhostpoint.ch/wordpress/wp-content/uploads/2014/11/stefanroth-logo.png
Related Articles
Quick Post – SCOM 2012 Where Does Widget Data Come From?
As you know SCOM 2012 provides new dashboard types (column or grid layout) which can contain widgets. Widgets are small “add-on” which are able to display different kind of SCOM data. For example state data (similar to state views) or performance data (similar to performance views). Here an example… Over on Operations Manager Team blog […]
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 […]
PowerShell – Remote Desktop Cmdlets “A Remote Desktop Services deployment does not exist…”
Recently while automating some cool stuff I needed to create a PowerShell workflow for deploying VDI clients using Windows Server 2012 R2 Remote Desktop Services. One of the first things I always do is checking the existing PowerShell support and I figured out there is a large number of cmdlets available for managing RDS services. […]