Skip to content

Commit c7b337d

Browse files
update required versions
1 parent 93d6043 commit c7b337d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,20 @@ The new release includes:
1616
### Release Compatibility
1717
- This release requires PowerShell 5.1 or higher.
1818
- This release requires .NET 4.5 minimum.
19-
- This release is compatible with the PowerShell SDK 2.16.12.0.
20-
- Database Tools module is compatible with dbatools 1.0.173.
19+
- This release is compatible with the PowerShell SDK 2.16.12.0 and later. You can install the latest using
20+
```powershell
21+
Install-Module PureStoragePowerShellSDK2 -force
22+
```
23+
- Database Tools module is compatible with dbatools 1.0.173 and later.
2124
- This release requires a 64-bit operating system.
2225

2326
### Install and Uninstall
2427
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 "main" branch contains "stable" code. The Pure Storage PowerShell Toolkit is also distrbuted through the [PowerShell Gallery](https://www.powershellgallery.com/packages/PureStoragePowerShellToolkit).
2528

2629
The tookit requires the PureStoragePowerShellSDK2 module by default for any functions that connect to a FlashArray. Other modules are also used for further functionaility with SQL Server, 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.
2730

28-
- [Pure Storage PowerShell SDK 2.16](https://www.powershellgallery.com/packages/PureStoragePowerShellSDK2/) (Required)
29-
- [dbatools 1.0.173](https://www.powershellgallery.com/packages/dbatools/1.0.173) (Required to use Database Tools module. Module will be automatically installed.)
31+
- [Pure Storage PowerShell SDK 2](https://www.powershellgallery.com/packages/PureStoragePowerShellSDK2/) (Required)
32+
- [dbatools](https://www.powershellgallery.com/packages/dbatools/) (Required to use Database Tools module. Module will be automatically installed.)
3033

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

0 commit comments

Comments
 (0)