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 – MAS Tool V 1.0
I had a requirement to have some sort of tool to easily enable and disable subscriptions and also close alerts in one shot. Of course my first thought was to use PowerShell, but soon I figured out that there is a lack of functionality. If you try to disable and enable a subscription you will […]
SCOMfaq – Sponsored by NiCE
Today I am happy to announce my new blog sponsor NiCE. NiCE is a leading company for network, system and application management and monitoring. This company develops management packs for SCOM and are specialized in cross-platform monitoring. If you need management packs for DB2, Oracle, SAP, BlackBerry or Domino make sure you check their products! […]