solidfire / PowerShell

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

Connect-SFCluster online help (Example 3) for Node connection #65

Closed scaleoutsean closed 2 years ago

scaleoutsean commented 6 years ago
   -------------------------- EXAMPLE 3 --------------------------

    PS C:\>Connect-SFCluster 172.27.1.5 -Node

Maybe we should move the IP to after -Node to make it according to documented parameters, in which FQDN or IP comes after. The example seems confusing to some users.

Salmanius commented 6 years ago

Fair point. I'll add a story for us to address this in another example with explanation that both ways are valid.

@scaleoutsean are you suggesting the example be something like:

PS C:\>Connect-SFCluster -Node 172.27.1.5
arjun960 commented 2 years ago

@scaleoutsean Help of Connect-SFCluster is updated and the change is available in the Powershell SDK 12.3 release. So closing the issue.