Related Articles
Azure Portal – Create Refreshing Big Screen Dashboard
One thing that was bugging me for quite some time, how can we make our Azure portal dashboard usable on a big screen? As you might know I have a strong monitoring background and one thing that always comes up is, how to represent the monitoring data on a big screen. The Azure portal provides […]
SCOMfaq 2012 – WordPress Stats
Well I think it is worth publishing the stats I got from WordPress for the year 2012. And I would like to thank all my blog sponsors, blog readers, followers on Twitter and my company itnetx gmbh in Switzerland for supporting me. I wish everyone a Happy New Year and even better 2013! Here’s an excerpt: 19,000 people fit […]
PowerShell – Create a Credential Object with NULL Password
In one of my automation tasks I had the need to create a credential object with a $null password – an empty / NULL password. One easy way to do is, create just instantiate a new secure string object using the new() constructor from the .Net class like this: or using New-Object cmdlet like this […]