PowerShell Logo Small

Get-ClusterResourceDependency



This is the built-in help made by Microsoft for the command 'Get-ClusterResourceDependency', 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 the dependencies that have been configured between clustered resources in a failover cluster.

SYNTAX


Get-ClusterResourceDependency [[-Resource] <StringCollection>] [-Cluster <String>] [-Guid] [-InputObject <PSObject>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-ClusterResourceDependency cmdlet gets information about the dependencies that have been configured between clustered resources in a failover cluster. Resource
dependencies control the order in which resources are brought online or taken offline in the cluster.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkId=321038
Add-ClusterResourceDependency
Get-ClusterGroup
Get-ClusterResource
Remove-ClusterResourceDependency
Set-ClusterResourceDependency

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Get-ClusterResourceDependency –Resource cluster1FS12
Resource DependencyExpression
-------- --------------------
cluster1FS12 [IP Address 172.24.11.0] or [IP Add ...



This example displays the dependencies for the resource called cluster1FS12.




EXAMPLE 2

PS C:\>Get-ClusterGroup –Name cluster1FS12 | Get-ClusterResource | Get-ClusterResourceDependency
Resource DependencyExpression
-------- --------------------
cluster1FS12 [IP Address 172.24.11.0] or [IP Add ...

Cluster Disk 6
IP Address 157.56.48.0
IP Address 2001:4898:9:2::
IP Address 2002:9d38:31ca:8::



This example displays the dependencies for each resource in the clustered file server ─resource group─ called cluster1FS12. Some resources do not have dependencies.