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 – 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 – Custom AEM Reports
If you followed the community lately, you see some are writing blog posts about reporting in System Center. It is funny as I also have been playing around with Report Builder 3.0 lately and it seems that I am following this trend. Building custom reports is not that difficult if you have some sort of […]