Related Articles
PowerShell – Create a Credential Object with NULL Password
Posted on Author stefanroth
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 R2 – New PowerShell Cmdlets
Posted on Author stefanroth
I like to play around with PowerShell and I am always looking for new cmdlets Microsoft creates for us. Isn’t it like getting Christmas gifts all the time :)? Today I wanted to find out if there are any new gifts in SCOM 2012 R2 (Preview). For a reference I will compare a SCOM 2012 […]
SCOM 2012 Monitoring Cisco UCS – Part 3 Overview UCS MP
Posted on Author stefanroth
In part 1 and part 2 we installed the emulator and the UCS management pack. At this moment we are able to explore the huge amount of information we get out of UCS.