Related Articles
SCOM – Linux Agent Deployment “Signed certificate verification operation was not successful”
Today I ran into a problem which is not new to SCOM cross-platform monitoring but since this problem will hit you sooner or later it makes sense to write about it. This issue applies to all SCOM versions. It could well be that when you are deploying SCOM agents to your UNIX/Linux server you will […]
SCOM 2012 R2 – Integrate SC Advisor Website
If you talk to people for example at System Center Universe DACH you get ideas and also solutions right from the experts. Well this time, I was having dinner with Cameron Fuller (THE SCOM guru) from Catapult Systems , just a simple idea came up. As you know System Center Advisor will be available as […]
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 […]