PowerShell Logo Small

Test-CauSetup



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

Tests whether a cluster is properly set up to apply software updates using Cluster-Aware Updating (CAU).

SYNTAX


Test-CauSetup [[-ClusterName] <String>] [[-Credential] <PSCredential>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Test-CauSetup cmdlet tests whether a failover cluster is properly set up to apply software updates using Cluster-Aware Updating (CAU). The cmdlet performs a Best
Practices Analyzer (BPA) scan of the failover cluster and network environment by invoking the ClusterAwareUpdating BPA model that is installed with CAU. To view the results
of a BPA scan that is performed by Test-CauSetup, including possible problems and resolution steps, run the Get-BpaResult cmdlet.


Note: You must run Test-CauSetup with local administrative credentials.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287675
Invoke-BpaModel
Get-BpaResult

REMARKS

<

Examples


EXAMPLE 1

PS C:\>Test-CauSetup -ClusterName CONTOSO-FC1
Test-CauSetup completed successfully. To view the results, run the "Get-BpaResult Microsoft/Windows/ClusterAwareUpdating" Windows PowerShell cmdlet.



This example tests whether failover cluster CONTOSO-FC1 is properly set up for CAU.