|
1 | 1 | # Pure Storage PowerShell Toolkit |
2 | 2 |
|
3 | | -  |
| 3 | +  |
4 | 4 | [](https://github.com/PureStorage-OpenConnect/powershell-toolkit/actions/workflows/psanalyzer-codecheck.yml) |
5 | 5 |
|
6 | 6 | The Pure Storage PowerShell Toolkit is an open source project that provides cmdlets for Pure Storage FlashArray and Windows Server. The intention of the PowerShell Toolkit is to provide useful cmdlets for customers and the Pure Storage Field Support to use in troubleshooting, monitoring, reporting, best practices, and configuration. The PowerShell Toolkit leverages the Pure Storage PowerShell SDK for some of the cmdlets. |
7 | 7 |
|
8 | | -## Version: 2.0.0.0+ |
9 | | - |
10 | 8 | ### Pure Storage PowerShell Toolkit Release Notes |
11 | 9 |
|
12 | | -Version 2 of the Pure Storage PowerShell Toolkit adds several cmdlets for FlashArrays, Windows Server, SQL server, and enhances some legacy functions. For a complete read of changes, please refer to the CHANGELOG.md file. |
| 10 | +For a complete read of changes, please refer to the CHANGELOG.md file. |
13 | 11 |
|
14 | 12 | ### Release History |
15 | 13 |
|
16 | | -* v2.0.2.0 |
17 | | -* v2.0.1.0 |
18 | | -* v2.0.0.0 |
19 | | -* v1911.0 |
20 | | -* v1903.7 |
| 14 | +- v2.0.3.3 |
| 15 | +- v2.0.3.1 |
| 16 | +- v2.0.2.0 |
| 17 | +- v2.0.1.0 |
| 18 | +- v2.0.0.0 |
| 19 | +- v1911.0 |
| 20 | +- v1903.7 |
21 | 21 |
|
22 | 22 | ### Release Compatibility |
23 | 23 |
|
24 | | -* This release requires PowerShell 5.0 or higher. |
25 | | -* This release requires .NET 4.5 minimum. |
26 | | -* This release is compatible with the PowerShell SDK 1.7.4.0 and greater. |
27 | | -* This release is not yet compatible with the PowerShell SDK version 2. |
28 | | -* This release requires a 64-bit operating system. |
| 24 | +- This release requires PowerShell 5.1 or higher. |
| 25 | +- This release requires .NET 4.5 minimum. |
| 26 | +- This release is compatible with the PowerShell SDK 1.7.4.0 and greater. |
| 27 | +- This release is not yet compatible with the PowerShell SDK version 2. |
| 28 | +- This release requires a 64-bit operating system. |
29 | 29 |
|
30 | 30 | ### Install and Uninstall |
31 | 31 |
|
32 | | - |
33 | | -The very latest versions of the Toolkit are always available in this repository. There may be multiple branches that may contain alpha or beta code. The default "dev" branch contains "stable" code. The Pure Storage PowerShell Toolkit is also distrbuted through the [PowerShell Gallery](https://www.powershellgallery.com/packages/PureStoragePowerShellToolkit). |
| 32 | +The very latest versions of the Toolkit are always available in this repository and in the PowerShell Gallery. There may be multiple branches that may contain alpha or beta code. The default "dev" branch contains "stable" code. The Pure Storage PowerShell Toolkit is also distrbuted through the [PowerShell Gallery](https://www.powershellgallery.com/packages/PureStoragePowerShellToolkit). |
34 | 33 |
|
35 | 34 | The tookit requires the PureStoragePowerShellSDK module by default for any functions that connect to a FlashArray. Other modules are also used for further functionaility with SQL, Excel output, etc. A built-in global function will attempt to download and install them if they are not present when the cmdlet is launched. |
36 | 35 |
|
37 | | -* [Pure Storage PowerShell SDK](https://www.powershellgallery.com/packages/PureStoragePowerShellSDK/) (Required) |
38 | | - |
| 36 | +- [Pure Storage PowerShell SDK](https://www.powershellgallery.com/packages/PureStoragePowerShellSDK/) (Required) |
39 | 37 |
|
40 | 38 | To install the Pure Storage PowerShell Toolkit, open up an elevated Windows PowerShell session and type: |
41 | 39 |
|
|
0 commit comments