Related Articles
Azure Monitor – Purge Azure Log Analytics Data Using PowerShell
Usually I am going to blog about solutions and ideas we will use in a constructive way. In this blog post I am going to talk about a destructive solution, which will be hopefully rarely used. As we all know Azure Log Analytics is a great log and analytics platform, where we can insert data […]
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 […]
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 […]