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 – SCOM Task Collection MP V 1.0
Update 07.03.2013: There is an updated version of this management pack and post. Please check the post found here. As the new year just started every one has many New Year’s resolutions, one of mine New Year’s resolution and also driven by customers was to create a SCOM task management pack which should contain as […]
SCOM 2012 – Server Boot Check and Availability HTML Report (PowerShell Script)
As there are many good ideas out there and so many bright minds, you just have to pull all this energy together mix it with your own ideas and you will create wonderful things. A practical example would be the following story. A customer who likes simple things came up with an idea. Imagine you […]