This page has instructions for installing the SolidFire PowerShell tools module on a Windows client.
| Component | Version |
|---|---|
| PowerShell | 6.1 or later |
| SolidFire Element OS | 11.0 through 12.3 |
-
Once inside the PowerShell shell, install SolidFire PowerShell Tools by downloading it from the PowerShell Gallery with the following command:
PS> Install-Module -Name SolidFire.Core -
Then, import the SolidFire module with the following command:
PS> Import-Module SolidFire.Core -
To see a list of available commands, use:
PS> Get-Command -Module SolidFire.Core
The following versions of Microsoft operating systems are supported, and have had the module tested on them.
| Version |
|---|
| Windows Server 2016 |
| Mac 10.13 |
| CentOS 7.3 |
| Ubuntu 16.04 |
PowerShell 7.1 supports many more platforms, but extensive module testing has not been done. More than likely they work fine, but no guarantees are given.
You can find that list here at PowerShell Core 7.1.

