Related Articles
Orchestrator – Another Useful Runbook for SCOM 2012 SP 1
There are certain situations respectively alerts where you can not decide to override or not to override. You would like to see the alert for a certain time but then it should disappear after a short time. I think you know what I mean. I am talking about the informational alerts. Those alerts are somehow […]
Azure Log Analytics – Portal Refresh
It has been not long ago when Microsoft introduced the new Azure Log Analytics query language and also the new portal experience at http://portal.loganalytics.io . Just as we got used to the portal, I noticed some refreshes and clean up. The portal looks now like this… …the menu to run the query, set the interval, […]
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 […]