image_pdfimage_print

The SDK 1.7.4.0 release adds support for connecting to Pure Storage FlashArray using IPv6. The only change in the connectivity process using New-PfaArray is using an IPv6 address for the EndPoint PowerShell parameter. See the example below:

Install or download the new PowerShell SDK through all the normal channels:

PowerShell Gallery

https://www.powershellgallery.com/packages/PureStoragePowerShellSDK/1.19.37.0

Check for the PureStoragePowerShellSDK:

Install the new PureStoragePowerShellSDK 1.7.4.0:

You will notice that there are now two versions of the SDK installed on your system. Even if you use Update-Module this will be the case. This is an issue I am looking into because 1.6.6.0 should be updated to 1.7.4.0 using Update-Module. In the meantime use the Uninstall-Module cmdlet from PowerShell. Get to remove the older version:

GitHub
https://github.com/purestorage-connect/PowerShellSDK

The GitHub repo provides an installation package for those customers that cannot use the Gallery.