Related Articles
stefanroth.net – New Blog Design
It has been 6 years ago when I started to blog about Microsoft technologies, mainly SCOM. You might know the “old” URL was blog.scomfaq.ch / scomfaq.wordpress.com. I started with the famous Twenty Eleven theme… Between 2014 and 2015 I changed the name of the blog to stefanroth.net and I decided to try another theme and […]
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 […]
PowerShell – JSON-RPC 2.0 Interaction Connecting SCOM
SCOM is the best monitoring system on this planet but there are also other systems around. You might find yourself in a situation where you need to get some information from the other monitoring system into SCOM. Because there is probably not a supported connector for SCOM available we have to find a way to […]