en-US/about_HPOneView.500.help.txt

TOPIC
 
    about_HPOneView.500
 
COPYRIGHT
 
    (C) Copyright 2013-2020 Hewlett Packard Enterprise Development LP
 
LICENSE
 
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:
 
    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Software.
 
    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.
 
SHORT DESCRIPTION
 
    PowerShell library for HP OneView 5.00
 
WHAT'S NEW
 
    Release 5.00.2295.3359
 
     -- [#428] Fixed incorrect uplink set type being set with ConvertTo-HPOVPowerShellScript.
     -- [#428] Fixed logical interconnect group script code not exported when set to export to a file.
     -- [#431] Fixed CSR API request object with the correct DTO type.
     -- [#425] Updated Update-HPOVServer logic to handle hostname when parameter is not provided.
     -- Added Secondary Contact support to New-HPOVRemoteSupportContact and Set-HPOVRemoteSupportSecondaryContact.
     -- [#435] Fixed Add-HPOVServer exception that reports the server is already managed or monitored
        by the appliance was incorrectly handled.
     -- [#442] Fixed New-HPOVNetwork to allow TypicalBandwidth and MaximumBandwidth to be up to 50000 (50Gbps).
     -- [#442] Fixed Set-HPOVNetwork to allow TypicalBandwidth and MaximumBandwidth to be up to 50000 (50Gbps).
     -- [#442] Fixed New-HPOVNetworkSet to allow TypicalBandwidth and MaximumBandwidth to be up to 50000 (50Gbps).
     -- Fixed incorrect output of New-HPOVNetworkSet when using ConvertTo-HPOVPowerShellScript.
     -- Fixed SNMP handling output of Logical Interconnect Groups when using ConvertTo-HPOVPowerShellScript.
 
    Release 5.00.2226.2609
 
     -- Fixed Remove-HPOVLogicalSwitchGroup where incorrect string handle caused runtime exception.
     -- Fixed ConvertTo-HPOVPowerShellScript where server profile code was not being generated correctly
        for minimal server profile configuration.
     -- [#414] Added support to detect what .NetFramework is installed on the Windows system when using
        PowerShell 5.1.
     -- [#415] Enhanced Get-AllIndexResources internal helper function to trap [HPOneview.ResourceNotFoundException]
        exceptions when attempting to get full resource.
     -- [#421] Fixed New-HPOVRestore due to OneView API changes.
     -- Fixed Semantic version detection to support additional HPE SPP baseline component firmware versions.
     -- Added support for New-HPOVRestore to accept appliance encryption key (AEK) file if restoring backup to an
        appliance that has been rebuilt and contains a new encryption key.
     -- Added LACP Algorithm support to New-HPOVUplinkSet.
     -- Added Data at Rest Encryption Cmdlets: Save-HPOVApplianceDataAtRestEncryptionKey, Enable-HPOVApplianceDataAtRestEncryption,
        Disable-HPOVApplianceDataAtRestEncryption, and New-HPOVApplianceDataAtRestEncryptionKey.
     -- Added HPE Synergy Logical JBOD Cmdlets: Get-HPOVLogicalJBOD, New-HPOVLogicalJBOD, Set-HPOVLogicalJBOD,
        Remove-HPOVLogialJBOD, and Get-HPOVDriveEnclosureInventory.
     -- Increased the timeout for SCMB certificate management tasks, like Remove-HPOVScmbCertificate.
 
    Release 5.00.2150.3666
 
     -- Initial 5.00 release.
     -- Transitioned library to .NetStandard 2.0 codebase, in order to support PowerShell 5.x,
        PowerShell 6, and PowerShellCore with DotNet 4.8 Framework and DotNetCore for Linux and
        Mac.
     -- Deprecated EXE installer. Library is a published PowerShell Catelog resource. In order to
        install the library on another system without Internet access, use Save-Module from another
        PC, and then manually copy the module contents to the isolated system.
     -- All -Username and -Password parameters are now obsolete and deprecated. Plase update your
        scripts to use the -Credential parameter instead.
     -- Added Brocade FOS support to Add-HPOVSanManager
     -- Added Consistency Checking parameters to New-HPOVLogicalInterconnectGroup and New-HPOVUplinkSet.
     -- Added Network Set support to New-HPOVUplinkSet to either track network set resources,
        or to copy networks from the provided Network Set(s) with the -CopyNetworksFromNetworkSet
        parameter.
     -- Added unmanaged fibre channel connection to New-HPOVServerProfile and
        New-HPOVServerProfileConnection for supported servers.
     -- Added Get-HPOVServerOneTimeBoot and Set-HPOVServerOneTimeBoot to support server One
        Time Boot settings.
     -- Added IPv6 address pool support to New-HPOVAddressPoolSubnet and New-HPOVAddressPoolRange.
     -- Added Gen10 ComSig firmware hotfix file support to Add-HPOVBaseline.
     -- Added ID assignment override to New-HPOVServerProfile when specifying a server profile template.
 
LONG DESCRIPTION
 
    This library provides HP OneView management capabilities for Windows PowerShell.
    The library can be used as either a CLI or using the core cmdlets to call from
    wrapper scripts. The core cmdlets are:
 
      -- Connect-HPOVmgmt
      -- Send-HPOVRequest
      -- New-HPOVResource
      -- Set-HPOVResource
      -- Remove-HPOVResource
 
    A set of sample scripts are also provided, that show how to fully configure an
    HP OneView appliance from the ground up.
 
    For information regarding this project, to request features or report
    issues, please see: https://github.com/HewlettPackard/POSH-HPOneView/issues
 
 
SEE ALSO
 
    https://github.com/HewlettPackard/POSH-HPOneView
    http://hpe.com/info/oneviewcommunity
    Update-Help HPOneView.500
    Get-Help about_Appliance_Connections
    Get-Help about_Appliance_Connection_Permissions
    Get-Help about_Two_Factor_Authentication
    Get-Help Connect-HPOVmgmt
    Get-Help Send-HPOVRequest
    [install_dir]\Samples