The Pure Storage FlashArray PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets.
This is version 1 of the SDK. This version support FlashArray Purity API versions 1.7 to 1.19. Version 2 of the SDK which supports FlashArray Purity API version 2.0 and later can be found in this repository SDK v2 Repository
There are two ways to install the SDK:
- Recommended - Using Install-Module to pull the module from the PowerShell Gallery (PSGallery).
- A standalone MSI installation package. The recommended method for installation is to use the Install-Module cmdlet in PowerShell which will pull the latest release from the PowerShell Gallery.
Install-Module -Name PureStoragePowerShellSDK
This repository contains the standalone MSI installer in the Releases section.
🔸 Version 1 MSI Installation Package
🔸 Pure Storage Support -- Programming Interfaces > PowerShell
🔸 Quick Start Guide Script and Supplemental PowerShell SDK Examples
- v1.19.37.0
- v1.17.16.0
- v1.17.11.0
- v1.16.0
- v1.13.0
- v1.7.4
- v1.6.6
- v1.5.5
- v1.5.4
Check the Pure Storage YouTube channel for SDK v1 videos
To report issues or request new features, please file an Issue.
❓ For questions, join our Pure Storage Code Slack team! Check out the #pfa-powershell channel
Be sure to check, code.purestorage.com for all our APIs, SDK, and more!