Bearbeiten

Freigeben über


Get-ClusterCredential

Retrieves the credentials for a specified node in a failover cluster.

Syntax

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.

Type:String
Position:0
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

PSCredential