Skip to content

Commit

Permalink
- [#443] Fixed New-HPOVLogicalInterconnectGroup where Scope parameter…
Browse files Browse the repository at this point in the history
… was not processed.

- Fixed Get-HPOVServerProfileConnectionList to output a valid PowerShell object.
- Fixed issue where index resources were stale, resulting in object not found exception.
- Fixed Install-HPOVUpdate Cmdlet where it would not track
- [#507] Fixed Get-HPOVAlert where Start, End and Timespan values where not being handled correctly returning no results from the appliance API.
- Fixed New-HPOVServerProfileTemplate where invalid BIOS Boot Mode was being set for unsupported server hardware.
- Fixed issue with Get-HPOVScmbCertificate when attempting to export a PFX due to cignificant X509Certificate2 changes in DotNetCore API.
- Fixed Set-HPOVUplinkSet handling of both Logical Interconnect Group and Logical Interconnect resources.
- Fixed New-HPOVServerProfile mishandle of address assignment parameters and internal logic.
- Fixed New-HPOVServerProfileTemplate and New-HPOVServerProfileAttachVolume validation logic of mapping attachable volumes.

Signed-off-by: Chris Lynch <chris.lynch@hpe.com>
ChrisLynchHPE committed Oct 14, 2020
1 parent 358ab7e commit 968c82e
Showing 9 changed files with 104,113 additions and 103,507 deletions.
164 changes: 85 additions & 79 deletions HPOneView.420.psd1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##############################################################################9
## (C) Copyright 2013-2020 Hewlett Packard Enterprise Development LP
## (C) Copyright 2013-2020 Hewlett Packard Enterprise Development LP
##############################################################################
<#
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -22,117 +22,123 @@ THE SOFTWARE.
#>

@{

# Script module or binary module file associated with this manifest
RootModule = 'HPOneView.420.psm1'

# Version number of this module.
ModuleVersion = '4.20.2290.1501'
ModuleVersion = '4.20.2570.1391'

# ID used to uniquely identify this module
GUID = '7af7a89b-043c-42c3-bdbd-6eb0154fc5ab'

# Author of this module
Author = 'Hewlett-Packard Enterprise'

# Company or vendor of this module
CompanyName = 'Hewlett-Packard Enterprise'

# Copyright statement for this module
Copyright = '(C) Copyright 2013-2020 Hewlett-Packard Development Company, L.P.'

# Description of the functionality provided by this module
Description = 'HPE OneView PowerShell Library'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '4.0'

# Minimum version of the .NET Framework required by this module
DotNetFrameworkVersion = '4.6'

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0.30319.42000'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @(@{ModuleName = 'FormatPX'; ModuleVersion = '1.1.3.15'},
@{ModuleName = 'SnippetPX'; ModuleVersion = '1.0.5.18'})
@{ModuleName = 'SnippetPX'; ModuleVersion = '1.0.5.18'})

# Assemblies that must be loaded prior to importing this module
RequiredAssemblies = @(
'lib\HPOneView_Classes.420.dll',
'lib\SysadminsLV.Asn1Parser.dll'
)
'lib\HPOneView_Classes.420.dll',
'lib\SysadminsLV.Asn1Parser.dll'
)

# Format files (.ps1xml) to be loaded when importing this module
FormatsToProcess = @(
'Appliance.format.ps1xml',
'Cluster.format.ps1xml',
'Networking.format.ps1xml',
'Server.format.ps1xml',
'Storage.format.ps1xml'
)

'Appliance.format.ps1xml',
'Cluster.format.ps1xml',
'Networking.format.ps1xml',
'Server.format.ps1xml',
'Storage.format.ps1xml'
)


# List of all modules packaged with this module
# ModuleList = @('HPOneView.420.psm1')

# List of all files packaged with this module
FileList = @(
'HPOneView.420.psd1',
'HPOneView.420.psm1',
'Appliance.format.ps1xml',
'Cluster.format.ps1xml',
'Networking.format.ps1xml',
'Server.format.ps1xml',
'Storage.format.ps1xml',
'HPOneView.420_7af7a89b-043c-42c3-bdbd-6eb0154fc5ab_HelpInfo.xml',
'HPOneView.420_7af7a89b-043c-42c3-bdbd-6eb0154fc5ab_ModuleInfo.xml',
'en-US\about_Appliance_Connections.help.txt',
'en-US\about_Appliance_Connection_Permissions.help.txt',
'en-US\about_Two_Factor_Authentication.help.txt',
'en-US\about_HPOneView.420.help.txt',
'en-US\HPOneView.420.psm1-help.xml',
'lib\HPOneView_Classes.420.dll',
'lib\SysadminsLV.Asn1Parser.dll',
'Samples\AddServers_Monitored_Sample.ps1',
'Samples\AddStorageSystem_Sample.ps1',
'Samples\Alerts_Sample.ps1',
'Samples\ApplianceConfig_Sample.ps1',
'Samples\Appliance_Backup_Sample.ps1',
'Samples\CreateEnclosureGroup_Sample.ps1',
'Samples\Configure_IIS_WebDav_ExternalRepo_Sample.ps1',
'Samples\ConfigureRemoteSupport_Sample.ps1',
'Samples\DefineLogicalInterconnectGroup_AA_VC_Sample.ps1',
'Samples\DefineLogicalInterconnectGroup_Sample.ps1',
'Samples\DefineNetworks_AA_VC_Sample.ps1',
'Samples\DefineNetworks_Sample.ps1',
'Samples\ImportEnclosure_Sample.ps1',
'Samples\Server_Multiconnection_AA_VC_Sample.ps1',
'Samples\Server_Multiconnection_Sample.ps1',
'Samples\Server_Multiconnection_SAN_Storage_Sample.ps1',
'Samples\Server_Profile_Template_Multiconnection_Sample.ps1',
'Samples\Wipe_Appliance.ps1'
)
'HPOneView.420.psd1',
'HPOneView.420.psm1',
'Appliance.format.ps1xml',
'Cluster.format.ps1xml',
'Networking.format.ps1xml',
'Server.format.ps1xml',
'Storage.format.ps1xml',
'HPOneView.420_7af7a89b-043c-42c3-bdbd-6eb0154fc5ab_HelpInfo.xml',
'HPOneView.420_7af7a89b-043c-42c3-bdbd-6eb0154fc5ab_ModuleInfo.xml',
'en-US\about_Appliance_Connections.help.txt',
'en-US\about_Appliance_Connection_Permissions.help.txt',
'en-US\about_Two_Factor_Authentication.help.txt',
'en-US\about_HPOneView.420.help.txt',
'en-US\HPOneView.420.psm1-help.xml',
'lib\HPOneView_Classes.420.dll',
'lib\SysadminsLV.Asn1Parser.dll',
'Samples\AddServers_Monitored_Sample.ps1',
'Samples\AddStorageSystem_Sample.ps1',
'Samples\Alerts_Sample.ps1',
'Samples\ApplianceConfig_Sample.ps1',
'Samples\Appliance_Backup_Sample.ps1',
'Samples\CreateEnclosureGroup_Sample.ps1',
'Samples\Configure_IIS_WebDav_ExternalRepo_Sample.ps1',
'Samples\ConfigureRemoteSupport_Sample.ps1',
'Samples\DefineLogicalInterconnectGroup_AA_VC_Sample.ps1',
'Samples\DefineLogicalInterconnectGroup_Sample.ps1',
'Samples\DefineNetworks_AA_VC_Sample.ps1',
'Samples\DefineNetworks_Sample.ps1',
'Samples\ImportEnclosure_Sample.ps1',
'Samples\Server_Multiconnection_AA_VC_Sample.ps1',
'Samples\Server_Multiconnection_Sample.ps1',
'Samples\Server_Multiconnection_SAN_Storage_Sample.ps1',
'Samples\Server_Profile_Template_Multiconnection_Sample.ps1',
'Samples\Wipe_Appliance.ps1'
)

# HelpInfo URI of this module
HelpInfoURI = 'http://hewlettpackard.github.io/POSH-HPOneView/UpdateHelp'

PrivateData = @{
PSData = @{
Tags = 'Hewlett', 'Packard', 'Enterprise', 'HPE', 'HPOneView', 'HPEOneView', 'HPESynergy';
LicenseUri = 'https://github.com/HewlettPackard/POSH-HPOneView/blob/master/LICENSE';
ProjectUri = 'http://hewlettpackard.github.io/POSH-HPOneView';
IconUri = '';
ReleaseNotes = 'Release 4.20.2290.1501
* [#425] Updated Update-HPOVServer logic to handle hostname when parameter is not provided.
* [#435] Fixed Add-HPOVServer exception that reports the server is already managed or monitored by the appliance was incorrectly handled.
* Fixed incorrect output of New-HPOVNetworkSet when using ConvertTo-HPOVPowerShellScript.
* Fixed SNMP handling output of Logical Interconnect Groups when using ConvertTo-HPOVPowerShellScript.'

}

}

PrivateData = @{
PSData = @{
Tags = 'Hewlett', 'Packard', 'Enterprise', 'HPE', 'HPOneView', 'HPEOneView', 'HPESynergy';
LicenseUri = 'https://github.com/HewlettPackard/POSH-HPOneView/blob/master/LICENSE';
ProjectUri = 'http://hewlettpackard.github.io/POSH-HPOneView';
IconUri = '';
ReleaseNotes = '4.20.2570.1391
- [#443] Fixed New-HPOVLogicalInterconnectGroup where Scope parameter was not processed.
- Fixed Get-HPOVServerProfileConnectionList to output a valid PowerShell object.
- Fixed issue where index resources were stale, resulting in object not found exception.
- Fixed Install-HPOVUpdate Cmdlet where it would not track
- [#507] Fixed Get-HPOVAlert where Start, End and Timespan values where not being handled correctly returning no results from the appliance API.
- Fixed New-HPOVServerProfileTemplate where invalid BIOS Boot Mode was being set for unsupported server hardware.
- Fixed issue with Get-HPOVScmbCertificate when attempting to export a PFX due to cignificant X509Certificate2 changes in DotNetCore API.
- Fixed Set-HPOVUplinkSet handling of both Logical Interconnect Group and Logical Interconnect resources.
- Fixed New-HPOVServerProfile mishandle of address assignment parameters and internal logic.
- Fixed New-HPOVServerProfileTemplate and New-HPOVServerProfileAttachVolume validation logic of mapping attachable volumes.'

}

}

}

30,386 changes: 15,381 additions & 15,005 deletions HPOneView.420.psm1

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>4.20.2290.1502</UICultureVersion>
<UICultureVersion>4.20.2570.1391</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ModuleInfo>
<ModuleContentURI>http://hewlettpackard.github.io/POSH-HPOneView/UpdateHelp</ModuleContentURI>
<Version>4.20.2290.1501</Version>
<Version>4.20.2570.1391</Version>
</ModuleInfo>
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
POSH-HPOneView
==============

HPE OneView makes it simple to deploy and manage today’s complex hybrid cloud infrastructure. HPE OneView can help you transform your data center to software-defined, and it supports HPE’s broad portfolio of servers, storage, and networking solutions, ensuring the simple and automated management of your hybrid infrastructure. Software-defined intelligence enables a template-driven approach for deploying, provisioning, updating, and integrating compute, storage, and networking infrastructure.
HPE OneView makes it simple to deploy and manage today’s complex hybrid cloud infrastructure. HPE OneView can help you transform your data center to software-defined, and it supports HPE’s broad portfolio of servers, storage, and networking solutions, ensuring the simple and automated management of your hybrid infrastructure. Software-defined intelligence enables a template-driven approach for deploying, provisioning, updating, and integrating compute, storage, and networking infrastructure.

This library enables PowerShell developers, IT automation engineers, or devops personel the ability to utilize HPE OneView's open REST API to automate infrastructure policies and operations. Starting with the HPE OneView 5.00 PowerShell library, PowerShell Core is now supported.

@@ -10,7 +10,7 @@ The major changes are:
* Changing `HPOneView_Classes` class module from targeting DotNet Framework 4.6 to DotNet Standard 2.0. This will require DotNet Framework 4.7.1 for Windows at a minimum, which means Windows 10 1709 or newer will be required. It also means that Windows Management Framework 4.0 is no longer supported.
* Support Windows PowerShell 5.1 and 6.0 for Windows, and PowerShellCore 6.x for Mac and Linux.
* Unified library for the supported PowerShell and PowerShellCore versions.
* With the deprecation of PowerShell 4.0, the EXE installer is also deprecated. Microsoft provides built-in PowerShellGet support to save published modules from PowerShell Gallery, by using the [`Save-Module`](https://go.microsoft.com/fwlink/?LinkId=531351) Cmdlet.
* Withe the deprecation of PowerShell 4.0, the EXE installer is also deprecated. Microsoft provides built-in PowerShellGet support to save published modules from PowerShell Gallery, by using the [`Save-Module`](https://go.microsoft.com/fwlink/?LinkId=531351) Cmdlet.

## Build status
AppVeyor 5.00 Branch | AppVeyor 4.20 Branch | AppVeyor 4.10 Branch
@@ -55,12 +55,10 @@ For Linux distributions and appliances with a CA signed/issued certificate, you
## Known limitations
The library normally uses [FormatPX](https://github.com/KirkMunro/FormatPx) to fix formatting issues with the Microsoft provided core cmdlets Format-List and Format-Table. However, FormatPX is not currently supported in PowerShellCore yet. So, when attempting to use the default parameter set of `Get-HPOVNetwork`, which can return multiple network resource types, only the first network type will properly display. The rest (like Fibre Channel or Fibre Channel over Ethernet) will display their full object properties.

The `Get-HPOVCommandTrace` Cmdlet will generate the required output. But due to a limitation in the DotNet Standard API, a prior used API is no longer available, resulting in Verbose and Debug messages from the HPE OneView C# Class Library to not be captured. When reporting errors, and using the Cmdlet, or if you invoke `[HPOneView.Config]::EnableVerbose = $true` and/or `[HPOneView.Config]::EnableDebug = $true`, the generated output should be recaptured by Select All, copy and then paste into the created log file.
The Get-HPOVCommandTrace Cmdlet will generate the required output. But due to a limitation in the DotNet Standard API, a prior used API is no longer available, resulting in Verbose and Debug messages from the HPE OneView C# Class Library to not be captured. When reporting errors, and using the Cmdlet, or if you invoke `[HPOneView.Config]::EnableVerbose = $true` and/or `[HPOneView.Config]::EnableDebug = $true`, the generated output should be recaptured by Select All, copy and then paste into the created log file.

## Getting help
Are you running into a road block? Have an issue with unexpected behavior? Feel free to open a [new issue](https://github.com/HewlettPackard/POSH-HPOneView/issues/new/choose) on the tracker.
Are you running into a road block? Have an issue with unexpected bahriov? Feel free to open a [new issue](https://github.com/HewlettPackard/POSH-HPOneView/issues/new/choose) on the tracker.

You have a general question about the library? For general questions, or need to discuss a topic that doesn't need to be tracked in the issue tracker, please join the Gitter.im chat room: [![Join the chat](https://img.shields.io/static/v1.svg?label=chat&message=on%20gitter&color=informational&logo=gitter)](https://gitter.im/POSH-HPOneView/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

## User Documentation
The project Wiki is going through a major change, and will be migrated to a new location. If you want to preview this new documentation, please go [here](https://hpe-docs.gitbook.io/posh-hponeview/). The new GitHub repository for user documentation source will be located [here](https://github.com/HewlettPackard/POSH-HPOneView-docs).

200 changes: 197 additions & 3 deletions Server.format.ps1xml
Original file line number Diff line number Diff line change
@@ -709,7 +709,7 @@
<View>
<Name>connections</Name>
<ViewSelectedBy>
<TypeName>HPOneView.Profile.Connection</TypeName>
<TypeName>HPOneView.ServerProfile.Connection</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
@@ -819,6 +819,131 @@
</TableRowEntries>
</TableControl>
</View>
<!--Server_ServerProfile_ConnectionList FT-->
<View>
<Name>ConnectionList</Name>
<ViewSelectedBy>
<TypeName>HPOneView.ServerProfile.ConnectionList</TypeName>
</ViewSelectedBy>
<TableControl>
<AutoSize/>
<TableHeaders>
<TableColumnHeader>
<Label>ServerProfile</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>ID</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>PortID</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>Type</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>Network</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>MAC</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>WWPN</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>Boot</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>ArrayTarget</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>LUN</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<!-- serverProfile, cid, portId, functionType, Network, mac, wwpn, boot, arrayTarget, lun, Appliance -->
<TableColumnItem>
<PropertyName>serverProfile</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>cid</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>portId</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>functionType</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Network</PropertyName>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>

if ($_.macType -eq "Virtual" -and $_.mac) { "{0} (V)" -f $_.mac }
elseif ($_.macType -eq "Physical" -and $_.mac) { "{0} (P)" -f $_.mac }

</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>
if ($_.wwpnType -eq "Virtual" -and $_.wwpn) { "{0} (V)" -f $_.wwpn }
elseif ($_.wwpnType -eq "Physical" -and $_.wwpn) { "{0} (P)" -f $_.wwpn }
</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<PropertyName>boot</PropertyName>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>

if (-not ([String]::IsNullOrEmpty($_.arrayTarget)))
{

if ($_.functionType -eq 'FibreChannel')
{

[regex]::Replace($_.arrayTarget, '(..)', '$1:').Trim(":")

}

else
{

$_.arrayTarget

}

}

elseif ($_.boot -ne "NotBootable" -and [String]::IsNullOrEmpty($_.arrayTarget))
{

"UseAdapterBIOS"

}

</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<PropertyName>lun</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
<!--ENCLOSURE FT-->
<View>
<Name>Enclosure</Name>
@@ -1612,6 +1737,75 @@
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</View>


<!-- HPOneView.Servers.LogicalJBOD FT-->
<View>
<Name>LogicalJBOD</Name>
<ViewSelectedBy>
<TypeName>HPOneView.Servers.LogicalJBOD</TypeName>
</ViewSelectedBy>
<TableControl>
<AutoSize/>
<TableHeaders>
<TableColumnHeader>
<Label>Name</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>State</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>DriveTechnology</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>MinSize</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>MaxSize</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>Drives</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>UsedBy</Label>
<Alignment>Left</Alignment>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>State</PropertyName>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>"{0} {1}" -f $_.Interface, $_.Media</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>[HPOneView.Utilities.Library]::IntToStorageString(([int]$_.MinSize * 1GB))</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<ScriptBlock>[HPOneView.Utilities.Library]::IntToStorageString(([int]$_.MaxSize * 1GB))</ScriptBlock>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Drives</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>UsedBy</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>
176,826 changes: 88,420 additions & 88,406 deletions en-US/HPOneView.420.psm1-help.xml

Large diffs are not rendered by default.

28 changes: 23 additions & 5 deletions en-US/about_HPOneView.420.help.txt
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

COPYRIGHT

(C) Copyright 2013-2020 Hewlett Packard Enterprise Development LP
(C) Copyright 2013-2020 Hewlett Packard Enterprise Development LP

LICENSE

@@ -29,11 +29,29 @@ LICENSE
SHORT DESCRIPTION

PowerShell library for HP OneView 4.20

WHAT'S NEW

Release 4.20.2570.1391

-- [#443] Fixed New-HPOVLogicalInterconnectGroup where Scope parameter was not processed.
-- Fixed Get-HPOVServerProfileConnectionList to output a valid PowerShell object.
-- Fixed issue where index resources were stale, resulting in object not found exception.
-- Fixed Install-HPOVUpdate Cmdlet where it would not track
-- [#507] Fixed Get-HPOVAlert where Start, End and Timespan values where not being handled
correctly returning no results from the appliance API.
-- Fixed New-HPOVServerProfileTemplate where invalid BIOS Boot Mode was being set for
unsupported server hardware.
-- Fixed issue with Get-HPOVScmbCertificate when attempting to export a PFX due to cignificant
X509Certificate2 changes in DotNetCore API.
-- Fixed Set-HPOVUplinkSet handling of both Logical Interconnect Group and Logical Interconnect
resources.
-- Fixed New-HPOVServerProfile mishandle of address assignment parameters and internal logic.
-- Fixed New-HPOVServerProfileTemplate and New-HPOVServerProfileAttachVolume validation logic
of mapping attachable volumes.

Release 4.20.2290.1501

-- [#425] Updated Update-HPOVServer logic to handle hostname when parameter is not provided.
-- [#435] Fixed Add-HPOVServer exception that reports the server is already managed or monitored
by the appliance was incorrectly handled.
@@ -98,8 +116,8 @@ LONG DESCRIPTION

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

For information regarding this project, to request features or report
issues, please see: https://github.com/HewlettPackard/POSH-HPOneView/issues


Binary file modified lib/HPOneView_Classes.420.dll
Binary file not shown.

0 comments on commit 968c82e

Please sign in to comment.