Related Articles
SCOM 2012 R2 Technical Preview – A Box of Chocolates?
I was asked few times during my engagements what has changed in the System Center Operations Manager Technical Preview. Microsoft released few weeks ago a first technical preview of Windows 10, Windows Server and System Center. You can download Windows 10 here , for Windows Server and System Center you need to have a MSDN […]
Azure Dashboard – Execute Azure Log Analytics Queries
Building good, meaningful dashboards for monitored components is one of the hardest disciplines in a monitoring guys life – at least in my opinion. One little known hero in the Azure dashboard world is the “Markdown” tile… It has the power of running HTML fragments inside as you can see in the sample text provided… […]
PowerShell – PowerShellGet Module “Publish-PSArtifactUtility : Cannot process argument transformation on parameter ‘ElementValue’”
In PowerShell 5.0, Microsoft introduced the PowerShellGet module. This module contains cmdlets for different tasks. E.g. it lets you easily install / upload PowerShell modules / scripts from and to an online gallery such as PowerShellGallery.com. It even lets you find scripts, modules and DSC resources in such repositories. This is a fantastic way to […]