Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d4ea8b8

Browse files
committed
Update README.md
1 parent dbe68f7 commit d4ea8b8

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,39 @@
11
# Pure Storage PowerShell Toolkit
22

3-
![GitHub all releases](https://img.shields.io/github/downloads/PureStorage-Connect/PowerShellSDK/total?color=orange&label=GitHub%20downloads&logo=powershell&style=plastic) ![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PureStoragePowerShellSDK?color=orange&label=PSGallery%20downloads&logo=powershell&style=plastic)
3+
![GitHub all releases](https://img.shields.io/github/downloads/PureStorage-Connect/PowerShellSDK/total?color=orange&label=GitHub%20downloads&logo=powershell&style=plastic) ![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PureStoragePowerShellSDK?color=orange&label=PSGallery%20downloads&logo=powershell&style=plastic)
44
[![PSScriptAnalyzer](https://github.com/PureStorage-OpenConnect/powershell-toolkit/actions/workflows/psanalyzer-codecheck.yml/badge.svg?branch=dev)](https://github.com/PureStorage-OpenConnect/powershell-toolkit/actions/workflows/psanalyzer-codecheck.yml)
55

66
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.
77

8-
## Version: 2.0.0.0+
9-
108
### Pure Storage PowerShell Toolkit Release Notes
119

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.
1311

1412
### Release History
1513

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
2121

2222
### Release Compatibility
2323

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.
2929

3030
### Install and Uninstall
3131

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).
3433

3534
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.
3635

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)
3937

4038
To install the Pure Storage PowerShell Toolkit, open up an elevated Windows PowerShell session and type:
4139

0 commit comments

Comments
 (0)