PowerShell Logo Small

Get-CauRun



This is the built-in help made by Microsoft for the command 'Get-CauRun', 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

Retrieves status information about an Updating Run currently in progress.

SYNTAX


Get-CauRun [[-ClusterName] <String>] [-Credential <PSCredential>] [<CommonParameters>]
Get-CauRun [[-ClusterName] <String>] [-Credential <PSCredential>] [-ShowClusterNodeState] [<CommonParameters>]
Get-CauRun [[-ClusterName] <String>] [-Credential <PSCredential>] [-WaitForCompletion] [<CommonParameters>]
Get-CauRun [[-ClusterName] <String>] [-Credential <PSCredential>] [-WaitForStart] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-CauRun cmdlet retrieves status information about an Updating Run currently in progress. Use this cmdlet to monitor current Updating Runs.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287667
Invoke-CauRun
Stop-CauRun

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Get-CauRun -ClusterName CONTOSO-FC1
RunId : 834dd11e-584b-41f2-8d22-4c9c0471dbad
RunStartTime : 10/13/2011 1:35:39 PM
CurrentOrchestrator : NODE1
NodeStatusNotifications : {
Node : NODE1
Status : Waiting
Timestamp : 10/13/2011 1:35:49 PM
}
NodeResults : {
Node : NODE2
Status : Succeeded
ErrorRecordData :
NumberOfSucceededUpdates : 0
NumberOfFailedUpdates : 0
InstallResults : Microsoft.ClusterAwareUpdating.UpdateInstallResult[]
}



This example gets status information about the Updating Run currently in progress on the cluster called CONTOSO-FC1.