Skip to content

Commit 5fb4a18

Browse files
committed
2 parents ebe72f0 + 0febbea commit 5fb4a18

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

README.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,35 @@
1-
<!-- wp:heading -->
2-
<h2>Pure Storage VMware PowerShell Module Help Info</h2>
3-
<!-- /wp:heading -->
4-
<p><!--StartFragment--></p>
5-
61
<p><!--StartFragment--></p>
72

83
<!-- wp:paragraph -->
94
<p>To help our customers I have written a module that includes a lot of the common operations people might need to “connect” PowerCLI to our PowerShell SDK.</p>
105
<!-- /wp:paragraph -->
116

127
<!-- wp:paragraph -->
13-
<p><strong>Latest version 2.0.0.0 (August 26th, 2020)</strong></p>
8+
<p>The module is called <a href="https://www.powershellgallery.com/packages/PureStorage.FlashArray.VMware/">PureStorage.FlashArray.VMware</a>.</p>
149
<!-- /wp:paragraph -->
1510

1611
<!-- wp:paragraph -->
17-
<p>The module is called <a href="https://www.powershellgallery.com/packages/PureStorage.FlashArray.VMware/">PureStorage.FlashArray.VMware</a>.</p>
12+
<p><strong>Latest version 2.1.0.1 (October 8th, 2020)</strong></p>
13+
<!-- /wp:paragraph -->
14+
15+
<!-- wp:paragraph -->
16+
<p><strong>New Features:</strong></p>
17+
<!-- /wp:paragraph -->
18+
19+
<!-- wp:list {"ordered":true} -->
20+
<ol><li>New CMDLETS:<ol><li>Get-PfaVcfVasaProvider--get all registered VASA providers in VCF SDD Manager</li><li>New-PfaVcfVasaProvider--register a new VASA provider in VCF SDD Manager</li></ol></li><li>Initialize-PfaVcfWorkloadDomain enhancements:<ol><li> Configures requirements for ESXi (enables SSH)</li><li>Configures iSCSI requirements for iSCSI deployments with vVols</li><li>vVol configuration support</li><li>VASA provider registration</li><li>Validates and commissions hosts in SDDC Manager.</li></ol></li></ol>
21+
<!-- /wp:list -->
22+
23+
<!-- wp:paragraph -->
24+
<p><strong>Fixed Issues:</strong></p>
25+
<!-- /wp:paragraph -->
26+
27+
<!-- wp:list {"ordered":true} -->
28+
<ol><li>Support for PowerShell Core for VCF cmdlets</li><li>Fixes issue with name collision for New-PfaHostFromVmHost</li></ol>
29+
<!-- /wp:list -->
30+
31+
<!-- wp:paragraph -->
32+
<p><strong>Previous version 2.0.0.0 (August 26th, 2020)</strong></p>
1833
<!-- /wp:paragraph -->
1934

2035
<!-- wp:paragraph -->
@@ -54,7 +69,7 @@
5469
<!-- /wp:list -->
5570

5671
<!-- wp:paragraph -->
57-
<p>There are two places you can install this. The best option is the <a href="https://www.powershellgallery.com/packages/Cody.PureStorage.FlashArray.VMwar">PowerShell gallery</a>! This allows you to use <a href="https://docs.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershell-6">install-module</a> to automatically install the module. </p>
72+
<p>There are two places you can install this. The best option is the <a href="https://www.powershellgallery.com/packages/Cody.PureStorage.FlashArray.VMware">PowerShell gallery</a>! This allows you to use <a href="https://docs.microsoft.com/en-us/powershell/module/powershellget/install-module?view=powershell-6">install-module</a> to automatically install the module. </p>
5873
<!-- /wp:paragraph -->
5974

6075
<!-- wp:paragraph -->
@@ -77,8 +92,8 @@
7792
<p>The module will help you connect PowerCLI commands (like get-datastore or get-vmhost) to operations you might want to do on the FlashArray. The cmdlets support pipeline input for most variables (datastores, FlashArray connections, ESXi hosts, etc.).</p>
7893
<!-- /wp:paragraph -->
7994

80-
<!-- wp:image {"id":6861,"sizeSlug":"large"} -->
81-
<figure class="wp-block-image size-large"><img src="https://www.codyhosterman.com/wp-content/uploads/2020/08/image-5-1024x281.png" alt="" class="wp-image-6861"/></figure>
95+
<!-- wp:image {"id":7023,"sizeSlug":"large"} -->
96+
<figure class="wp-block-image size-large"><img src="https://www.codyhosterman.com/wp-content/uploads/2020/10/image-9-1024x256.png" alt="" class="wp-image-7023"/></figure>
8297
<!-- /wp:image -->
8398

8499
<!-- wp:paragraph -->
@@ -109,16 +124,16 @@
109124
<p>For all available commands, use<em> get-command</em>:</p>
110125
<!-- /wp:paragraph -->
111126

112-
<!-- wp:image {"id":6859,"sizeSlug":"large"} -->
113-
<figure class="wp-block-image size-large"><img src="https://www.codyhosterman.com/wp-content/uploads/2020/08/image-4-1024x980.png" alt="" class="wp-image-6859"/></figure>
127+
<!-- wp:image {"id":7024,"sizeSlug":"large"} -->
128+
<figure class="wp-block-image size-large"><img src="https://www.codyhosterman.com/wp-content/uploads/2020/10/image-10-1024x1001.png" alt="" class="wp-image-7024"/></figure>
114129
<!-- /wp:image -->
115130

116131
<!-- wp:paragraph -->
117132
<p>For specifics, use <em>get-help</em> plus the function you want.</p>
118133
<!-- /wp:paragraph -->
119134

120-
<!-- wp:image {"id":6281,"sizeSlug":"large"} -->
121-
<figure class="wp-block-image size-large"><img src="https://www.codyhosterman.com/wp-content/uploads/2020/01/image-4-955x1024.png" alt="" class="wp-image-6281"/></figure>
135+
<!-- wp:image {"id":7025,"sizeSlug":"large"} -->
136+
<figure class="wp-block-image size-large"><img src="https://www.codyhosterman.com/wp-content/uploads/2020/10/image-11-1024x820.png" alt="" class="wp-image-7025"/></figure>
122137
<!-- /wp:image -->
123138

124139
<!-- wp:paragraph -->

0 commit comments

Comments
 (0)