Get-ClusterCredential
Retrieves the credentials for a specified node in a failover cluster.
Syntax
Default (Default)
Get-ClusterCredential
[[-NodeName] <String>]
[<CommonParameters>]
Description
The Get-ClusterCredential cmdlet retrieves the credentials for a specified node in a failover
cluster.
Examples
Example 1
Get-ClusterCredential -NodeName "Node01"
This example retrieves the credentials for a node named Node01 in the failover cluster.
Parameters
-NodeName
Specifies the name of the node for which to retrieve the credentials.
Parameter properties
| Type: | String |
| 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.