PowerShell Logo Small

Get-ClusterOwnerNode



This is the built-in help made by Microsoft for the command 'Get-ClusterOwnerNode', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets information about which nodes can own a resource in a failover cluster or information about the order of preference among owner nodes for a clustered role.

SYNTAX


Get-ClusterOwnerNode [-Cluster <String>] [-Group <String>] [-InputObject <PSObject>] [-Resource <String>] [-ResourceType <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ClusterOwnerNode cmdlet gets information about which nodes can own a resource in a failover cluster or information about the order of preference among owner nodes
for a clustered role.


Settings that control the possible or preferred owners affect the way the cluster responds to the failure of a resource or a clustered role.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321034
Set-ClusterOwnerNode

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-ClusterResource –Cluster "Cluster Disk 1" | Get-ClusterOwnerNode
ClusterObject OwnerNodes
------------- ----------
Cluster Disk 1 {node1, node2}



This example lists the possible owners for the cluster named Cluster Disk 1 in the local cluster.




EXAMPLE 2

PS C:\>Get-ClusterGroup –Group cluster1FS12 | Get-ClusterOwnerNode
ClusterObject OwnerNodes
------------- ----------
cluster1FS12 {}



This example lists the preferred owners for the clustered file server, or resource group, called cluster1FS12 on the local cluster.