PowerStore

Release notes for Powershell for PowerStore

Release Notes

New Features/Changes

Cmdlets introduced in v1.1

  • Get-Bond
  • Get-EthPort
  • Get-FcPort
  • Get-Hardware
  • Get-IpPoolAddress
  • Get-IpPort
  • Get-IscsiTarget
  • Get-Metrics
  • Get-Network
  • Get-Node
  • Get-SasPort
  • Get-VethPort

Fixed Issues

There are no fixed issues in this release.

Known Issues

PowerStore Set-Host Cmdlet cannot be used to remove NVMe initiators, if the initiator IDs contain upper case letters. The workaround for the time being is to use the PowerStore management UI.

PowerShell module v1.1 uses RestSharp 106.10.1 for communicating to the PowerStore arrays via REST. A security vulnerability is reported in this version of RestSharp. RestSharp uses a regular expression which is vulnerable to Regular Expression Denial of Service (ReDOS) when converting strings into DateTimes. If a server responds with a malicious string, the client using RestSharp will be stuck processing it for an exceedingly long time. Thus the remote server can trigger DoS. PowerShell module for PowerStore v1.1 does NOT convert strings to DateTimes and hence should be protected against this kind of DoS attack.