ProLiant Servers (ML,DL,SL)
1748180 Members
4195 Online
108759 Solutions
New Discussion

Re: Powershell Connect-HPEBIOS Error

 
bigwheels
New Member

Powershell Connect-HPEBIOS Error

Hello,

I am having some trouble using the Scripting Tools for Windows PowerShell version 3.0.0.0. When I use the Connect-HPEBIOS Cmdlet, I get an error stating "Index was outside the bounds of the array." I am connecting to a HPE Proliant e-series server blade with System ROM version H08 v1.62 and iLo 5 version 2.16. Also I am running on a remote Windows 10 PC.  Any help will be greatly appriciated!

1 REPLY 1
jmb_aep
Occasional Contributor

Re: Powershell Connect-HPEBIOS Error

When I connect to any server to run hpe commands i always use the import module command first, and the module depends on what i'm doing.  Example:  Import-Module -Name HPEBIOSCmdlets

Then connect to your machine, then run your commands/script.  

###########/////Connection to machine/////###########
$connection = Connect-HPEBIOS -IP xx.xx.xx.xx -Username Administrator -Password XXX -DisableCertificateAuthentication

Hope this helps!