Related Articles
SCOM 2012 – SNMP Traps, How The Heck Do I Get It Working?
In this post I would like to share some know-how and my personal experience, because I have seen it so many times in the forums and other blogs which had trouble getting SNMP Traps working in SCOM 2012. The difference between SCOM 2007 R2 and SCOM 2012 (R2) in terms of network monitoring is, that […]
OMS – Where Can I Find the Sealed OMS MPs / Intelligence Packs?
Sometimes you need to have the sealed version of management packs / intelligence packs which get’s downloaded from OMS. You might need them as reference in your custom management pack solutions or maybe just to explore it. You can find the management packs in your C:\Windows\Temp folder on your SCOM server. As you can see […]
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 […]