Get-ClusterResourceDependency
Gets information about the dependencies that have been configured between clustered resources in a failover cluster.
Syntax
Default (Default)
Get-ClusterResourceDependency
[[-Resource] <StringCollection>]
[-Guid]
[-InputObject <PSObject>]
[-Cluster <String>]
[<CommonParameters>]
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.
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.
Parameters
-Cluster
Specifies the name of the cluster on which to run this cmdlet.
If the input for this parameter is . or it is omitted, then the cmdlet runs on the local cluster.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Guid
Causes the generated dependency expression to have the resource GUIDs instead of the resource names.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-InputObject
Specifies the cluster resource for which to get the dependency expression.
Parameter properties
| Type: | PSObject |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-Resource
Specifies the name of the cluster resource for which to get the dependency expression.
Parameter properties
| Type: | StringCollection |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.