The new version of the Pure Storage PowerShell Toolkit leverages a number of different cmdlets ranging from core Windows Server, WMI, WSMAN, VMware PowerCLI, SQL Server and .NET assemblies.
The Pure Storage PowerShell Toolkit is an open source project that provides additional cmdlets that leverage core Windows Server, System Center, WMI, WSMAN, SQL Server, Storage and .NET Assemblies. The intention of the PowerShell Toolkit is to provide useful cmdlets for customers and the Pure Storage field to use in troubleshooting, monitoring, reporting, best practices and configuration. The PowerShell Toolkit leverages the Pure Storage PowerShell SDK from some of the cmdlets.
- New-FlashArrayCapacityReport -- Fixed issue with data reduction output.
- Get-WindowsServerLogs -- Log collector for troubleshooting. Outputs all logs needed for Pure Storage Support to analyze.
- This release requires PowerShell 3.0 or higher.
- This release requires .NET 4.5 minimum.
- This release is compatible with the Pure Storage PowerShell SDK 1.7.4.0 and greater.
- This release requires a 64-bit operating system.
The Pure Storage PowerShell Toolkit is distrbuted through the PowerShell Gallery (https://www.powershellgallery.com).
To install the Pure Storage PowerShell Toolkit open up an elevated Windows PowerShell session and type:
Install-Module -Name PureStoragePowerShellToolkit
To verify the installation:
Get-Module -Name PureStoragePowerShellToolkit
To see the available cmdlets:
Get-Command -Module PureStoragePowerShellToolkit