Creating An iControl PowerShell Monitoring Dashboard With Google Charts
PowerShell is a very extensible scripting language and the fact that it integrates so nicely with iControl means you can do all sorts of fun things with it. In this tech tip, I'll illustrate how to ...
Published Nov 06, 2008
Version 1.0Mar 09, 2009
Good point on the Get-Credentials option. I included options for PSCredentials with the -PSCredential parameter as well as System.Net.NetworkCredentials with the -Credential argument.
The only problem with Get-Credentials is that it pops up a dialog box and that isn't very usable in an automated setup. That's the reason that I included the -Username and -Password options to allow direct passing of the credentials through the pipeline.