Related Articles
SCOM 2012 – NetApp MP 3.1 Error 1923 (VIM_Service)
If you are going to setup the NetApp OnCommand Plug-in 3.1 as I posted here there is a chance that you run into an “Error 1923Service OnCommand Virtual Infrastructure Management Service (VIM_Service) could not be installed. Verify that you have sufficient privileges to install system services.”
SCOM 2012 – Monitoring Oracle Database OLE DB Management Pack Template
As you know there are different ways to achieve certain things. It always depends on your requirements. In my latest blog post I would like to show how relatively easy it is to monitor an OLE DB connection to an Oracle database and also get some performance data. My well-respected fellow SCSM Guru and MVP […]
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 […]