HPRESTCmdlets

1.2.0.0

HPE REST PowerShell cmdlets create an interface to HPE REST devices such as iLO and Moonshot iLO CM.
These cmdlets can be used to get and set HPE REST data and to invoke actions on these devices and the systems they manage.
There are also advanced functions that can create an index or directory of HPE REST data sources. A file with examples called HPRESTExamples.ps
HPE REST PowerShell cmdlets create an interface to HPE REST devices such as iLO and Moonshot iLO CM.
These cmdlets can be used to get and set HPE REST data and to invoke actions on these devices and the systems they manage.
There are also advanced functions that can create an index or directory of HPE REST data sources. A file with examples called HPRESTExamples.ps1 is included in this release.
Show more

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name HPRESTCmdlets

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name HPRESTCmdlets

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Copyright 2015-2017 Hewlett Packard Enterprise Development LP

Package Details

Author(s)

  • Hewlett Packard Enterprise

Tags

Hewlett Packard Enterprise HPE REST RESTful iLO Moonshot

Functions

Connect-HPREST Disconnect-HPREST Edit-HPRESTData Find-HPREST Format-HPRESTDir Get-HPRESTData Get-HPRESTDataRaw Get-HPRESTDir Get-HPRESTMessage Get-HPRESTHttpData Get-HPRESTModuleVersion Get-HPRESTIndex Get-HPRESTSchema Get-HPRESTSchemaExtref Get-HPRESTUriFromHref Invoke-HPRESTAction Remove-HPRESTData Set-HPRESTData

Dependencies

This module has no dependencies.

Release Notes

HPRESTCmdlets - Version 1.2.0.0
October 26, 2017

Enhancements and fixes:
 - Allow the user to enter the IP address in Connect-HPREST and not get iLO certificate authentication error when a valid certificate is installed on the iLO.
 - Removed Enable-HPRESTCertificateAuthentication, Disable-HPRESTCertificateAuthentication and Test-HPRESTCertficateAuthentication cmdlets and added DisableCertificateAuthentication parameter to Connect-HPREST cmdlet.
 - Added Timeout parameter to Connect-HPREST.
 - Fixed Edit-HPRESTData issue where the cmdlet was sending invalid JSON to iLO for updating the settings.
 - For all the cmdlets that have the Session parameter, it is made the first parameter in the cmdlets and support for ValueFromPipeline is removed for all parameters in such cmdlets.
 - Updated Disconnect-HPREST to use Location header values stored in session and then clear the session object on successful disconnect.
 - Find-HPREST supports Hostname input to Range parameter.
 - Improved efficiency of Find-HPREST by removing the initial ping to the targets specified by the Range parameter.
 - Added a feature to use the Settings href to execute a PUT using Edit-HPRESTData. This href change occurs in the code if the current href resource does not allow HTTP PUT method and if the Settings href is available.
 - Updated Get-HPRESTModuleVersion to include PSVersion, OSVersion and DotNetVersion properties.
 - Added Language parameter to Get-HPRESTData.

Known Issues:
 - Schema for HpMessageExt.1.0.0 does not exist in the iLO REST interface and retrieval of this schema fails.
 - When using HPRESTCmdlets with Powershell version 3.0, usage of the special characters &, ', ", /, < and > in payload or username/password will fail.

HPE PowerShell Information:
https://www.hpe.com/servers/powershell

FileList

Version History

Version Downloads Last updated
1.2.0.0 (current version) 4,601 10/26/2017
1.1.0.1 560 3/6/2017
1.1.0.0 231 11/29/2016
1.0.0.4 618 12/10/2015
1.0.0.3 102 10/14/2015