I am trying to find out which clusters are available on a 10 servers by using
import-module failoverclusters $Server = get-content Server.txt Get-cluster -computername $server
But i am getting the following error:-
Get-Cluster : A parameter cannot be found that matches parameter name 'computername'.
At line:1 char:26
+ get-Cluster -computername <<<< $Server
+ CategoryInfo : InvalidArgument: (:) [Get-Cluster], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.FailoverClusters.PowerShell.GetClusterCommand