PowerShell Logo Small

Stop-CauRun



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

Stops an Updating Run that is in progress on a cluster.

SYNTAX


Stop-CauRun [[-ClusterName] <String>] [-Credential <PSCredential>] [-Force] [-Wait] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Stop-CauRun cmdlet stops an Updating Run that is in progress on a failover cluster.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Stop-CauRun -ClusterName CONTOSO-FC1 -Wait -Force



This example stops the Updating Run that is being performed by the CAU Update Coordinator that is configured on the cluster named CONTOSO-FC1. The cmdlet waits to return
until the canceled Updating Run has completely finished. The cmdlet runs without displaying confirmation prompts.