Related Articles
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 […]
SCOM 2012 – Performance View “Rotate Chart” Selected, How To Get Back
If you are in the SCOM console and you choose a performance view, you are able to select “Rotate Chart”…. …this will give you a kind of 3D view of your chart. Well, yes it does something, and you can do something with it, but in my opinion it is useless. Because you can move […]
SCOM 2012 – Fixing SLA Dashboard Weird ID Naming Problem
Some time ago, while doing some distributed applications and SLA dashboards I encountered a problem in the SLA dashboard. Instead of displaying the full readable name of the objects there were partially some ID’s from the management pack displayed. I usually install an English Windows Server operating system and also the English version of the […]