Related Articles
OMS – Intelligence Packs Cheat Sheet
Operations Management Suite (OMS) is one of the (probably) hottest technologies Microsoft is currently working on. If you want to bet on a horse, which will win the crazy technology race now and in the future, OMS will be a save choice. Because of that I highly recommend start using and learning OMS today. There […]
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 R2 – System Center Advisor Error: 3000 Unable to register…
Today I had been playing around with System Center Advisor and I bumped into an issue where I could not connect to the System Center Advisor service. The error was… Error 3000: Unable to register to Advisor Service. Please contact the system administrator.