Closed scaleoutsean closed 6 years ago
NetApp SolidFire PowerShell Tools User Guide for v1.5 (p4) mentions "In the command line interface, type Get-Command –Module SolidFire."
On Linux, Get-Command –Module SolidFire.Linux is required.
Get-Command –Module SolidFire.Linux
As of v1.5.1.1, on Linux Get-Command -Module SolidFire.Core is documented and verified to work.
Get-Command -Module SolidFire.Core
NetApp SolidFire PowerShell Tools User Guide for v1.5 (p4) mentions "In the command line interface, type Get-Command –Module SolidFire."
On Linux,
Get-Command –Module SolidFire.Linux
is required.