solidfire / PowerShell

Collection of scripts, functions, and examples using the SolidFire Tools for PowerShell
MIT License
27 stars 20 forks source link

User Guide: Trivial change required to obtain command listing on Linux #50

Closed scaleoutsean closed 6 years ago

scaleoutsean commented 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.

scaleoutsean commented 6 years ago

As of v1.5.1.1, on Linux Get-Command -Module SolidFire.Core is documented and verified to work.