Get-ClusterlessCauRun
Retrieves information about a Cluster-Aware Updating (CAU) run not associated with a cluster.
Syntax
DefaultParamSet (Default)
Get-ClusterlessCauRun
[-Credential <PSCredential>]
[<CommonParameters>]
ShowClusterNodeState
Get-ClusterlessCauRun
[-Credential <PSCredential>]
[-ShowClusterNodeState]
[<CommonParameters>]
Description
The Get-ClusterlessCauRun cmdlet retrieves information about a Cluster-Aware Updating (CAU) run
that is not associated with a cluster.
Examples
Example 1
Get-ClusterlessCauRun
This example displays information about the current CAU run, including the status of each node that is being updated.
Parameters
-Credential
Specifies the administrative credentials for the target cluster.
Parameter properties
| Type: | PSCredential |
| 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 |
-ShowClusterNodeState
Displays detailed information about the state of each node in the CAU run.
Parameter properties
| Type: | SwitchParameter |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
ShowClusterNodeState
| Position: | Named |
| 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.