Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Can't access cluster info remotely

$
0
0

Can anyone tell me what happened.  I was able to access cluster information on remote servers and now I cannot.  

This used to work:  Get-ClusterNode $NodeEntered | Get-ClusterGroup

Now I get an error:

Get-ClusterNode : Failed to retrieve the node 'remoteNode' from the cluster 'currentNode'.
    An error occurred opening node 'remoteNode'.
    The cluster node was not found.

I have set my execution policy to remoteSigned.


Viewing all articles
Browse latest Browse all 6937

Trending Articles