Skip to content

Latest commit

 

History

History
86 lines (62 loc) · 2.69 KB

File metadata and controls

86 lines (62 loc) · 2.69 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
ClusterAwareUpdating.dll-Help.xml
ClusterAwareUpdating
12/20/2016
2.0.0
Test-CauSetup

Test-CauSetup

SYNOPSIS

Tests whether a cluster is properly set up to apply software updates using CAU.

SYNTAX

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

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.

You must run the Test-CauSetup cmdlet with local administrative credentials.

EXAMPLES

Example 1: Test whether the specified failover cluster is set up for CAU

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 the failover cluster named CONTOSO-FC1 is properly set up for CAU.

PARAMETERS

-ClusterName

Specifies the name of the cluster on which to test for proper setup. This parameter is only required when this cmdlet is not run on a failover cluster node, or this cmdlet is used to reference a failover cluster different from where the cmdlet is run.

Type: String
Parameter Sets: (All)
Aliases: 

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

-Credential

Specifies the administrative credentials for the target cluster.

Type: PSCredential
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Microsoft.ClusterAwareUpdating.CauBpaProgress

NOTES

RELATED LINKS