You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,22 @@
1
1
# Pure Storage FlashArray PowerShell SDK version 2 <imgsrc="/images/pure_powershell_sdk.png">
2
2
3
-

3
+

4
4
5
5
The Pure Storage PowerShell SDK provides integration with the Purity Operating Environment and FlashArray. It provides functionalities of Purity's REST API as PowerShell cmdlets. Read more about it here in our [Microsoft Platform Guide](https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell).
6
6
<br>
7
7
<br>
8
8
| Information on previous versions and the PowerShell Toolkit |
9
9
| ----------- |
10
10
| The [Pure Storage PowerShell SDK 1.19](https://www.github.com/PureStorage-Connect/PowerShellSDK) is still available. There will be no future development on the 1.x versions of the SDK. All development is focused on supporting Purity REST API 2.x and greater.|
11
-
| We also have an open-source project, the [Pure Storage PowerShell Toolkit](https://github.com/PureStorage-OpenConnect/powershell-toolkit) that provides additional cmdlets to perform operations like testing Windows Server best practices, creating reports, remove pending deletes and more. We are always looking for contributions and feature requests.
11
+
| We also have an open-source project, the [Pure Storage PowerShell Toolkit](https://github.com/PureStorage-OpenConnect/powershell-toolkit) that provides additional cmdlets to perform operations like testing Windows Server best practices, creating reports, remove pending deletes and more. We are always looking for contributions and feature requests.
12
12
<br>
13
13
14
14
<!-- wp:separator -->
15
15
<hrclass="wp-block-separator"/>
16
16
<!-- /wp:separator -->
17
17
18
18
## :new: WHAT'S NEW
19
+
19
20
Learn about all of the new capabilities that have been added to this latest release in the [Release Notes](https://github.com/PureStorage-Connect/PowerShellSDK2/blob/main/release_notes.md).
20
21
21
22
<br>
@@ -24,36 +25,41 @@ Learn about all of the new capabilities that have been added to this latest rele
24
25
<!-- /wp:separator -->
25
26
26
27
## :cloud: INSTALLATION
28
+
27
29
#### Note: This MSI installer has been deprecated.
28
30
29
31
```powershell
30
32
Install-Module -Name PureStoragePowerShellSDK2
31
33
```
34
+
32
35
<br>
33
36
<!-- wp:separator -->
34
37
<hrclass="wp-block-separator"/>
35
38
<!-- /wp:separator -->
36
39
37
40
### :arrow_down: RESOURCES
41
+
38
42
:radio_button:[Pure Storage Support -- Programming Interfaces > PowerShell](https://support.purestorage.com/Solutions/Microsoft_Platform_Guide/a_Windows_PowerShell)<br>
:radio_button:[SDK version 1.x Github Repository](https://www.github.com/PureStorage-Connect/PowerShellSDK)
41
45
<br>
46
+
42
47
<!-- wp:separator -->
43
48
<hrclass="wp-block-separator"/>
44
49
<!-- /wp:separator -->
45
50
46
51
### ISSUES, QUESTION
52
+
47
53
<!-- wp:paragraph -->
48
54
<p> :beetle: <ahref="https://github.com/PureStorage-Connect/PowerShellSDK2/issues">Click here to report any issues.</a></p>
49
55
<!-- /wp:paragraph -->
50
56
51
57
<!-- wp:paragraph -->
52
-
<p> :question: For questions or comments, <ahref="https://codeinvite.purestorage.com/">join our Pure Storage Code Slack</a> team! Check out the #pfa-powershell channel.</p>
58
+
<p> :question: For questions or comments, <ahref="https://purecommunity.purestorage.com/group/code">join our Pure Storage Code discussions</a> on our Community site.</p>
53
59
<!-- /wp:paragraph -->
54
60
55
61
<!-- wp:paragraph -->
56
-
<p>Visit <ahref="https://code.purestorage.com/"> code.purestorage.com</a> for all our links to APIs, SDK, sample scripts, and more!</p>
62
+
<p>Visit <ahref="https://code.purestorage.com/"> code.purestorage.com</a> for all our links to APIs, SDKs, documentation, and more!</p>
0 commit comments