Server Management - Remote Server Management
1752453 Members
6241 Online
108788 Solutions
New Discussion юеВ

HPEiLoCmdlets - Install issue

 
SOLVED
Go to solution
MikeAR
Occasional Advisor

HPEiLoCmdlets - Install issue

Hello All,

I've downloaded the latest version of the HPiLoCmdlets from the link below:

https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_2eda1acc832d48ad944f694f12

After verifying the requirements are in place and installing per the document, attempting to list the available commands per the manual  - 

Help for usage of the HPiLOCmdlets is included as with other modules installed on your system. If you want to see a complete list of the HPiLOCmdlets after installation, in PowerShell type:
help *hpilo*


I get nothing from the help command.

PS C:\HPiLOCmdlets> help *hpilo*
PS C:\HPiLOCmdlets>

I've tried this on a W2K16 system with the same results. Thanks.

 

 

 

 

 

2 REPLIES 2
rgb99
Trusted Contributor
Solution

Re: HPiLoCmdlets - Install issue

Download the latest Cmdlets here: https://www.powershellgallery.com/packages/HPEiLOCmdlets/2.2.0.0 or https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_78b5f16f96f0464782b32bc8e5#tab-history

And then use this command to see available cmdlets:

 

Get-Command -Module HPEiLOCmdlets

 

 

Good luck! 

MikeAR
Occasional Advisor

Re: HPiLoCmdlets - Install issue

That worked great. Thank you.