Cluster-Aware Updating Cmdlets in Windows PowerShell

Windows PowerShell® ist eine aufgabenbasierte Befehlszeilenshell- und Skriptsprache, die speziell für die Systemverwaltung entwickelt wurde. Dieses Referenzthema für IT-Profis bietet Unterstützung beim Einsatz von Windows PowerShell-Cmdlets, um Skripts für Aufgaben zu erstellen und sie zu automatisieren.

Cluster-Aware Updating

This reference provides cmdlet descriptions and syntax for all Cluster-Aware Updating-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

cmdlet Description

Add-CauClusterRole

Adds the Cluster-Aware Updating (CAU) clustered role that provides the self-updating functionality to the specified cluster.

Disable-CauClusterRole

Suspends the self-updating functionality on the specified cluster.

Enable-CauClusterRole

Re-enables the self-updating functionality on the specified cluster.

Export-CauReport

Exports one or more Updating Run reports into an HTML or CSV-formatted document.

Get-CauClusterRole

Retrieves configuration properties of the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

Get-CauPlugin

Retrieves information about one or more software updating plug-ins that are registered on the local computer.

Get-CauReport

Retrieves the Updating Run reports for all known Updating Runs, or all Updating Runs that match the specified dates or other specified parameters.

Get-CauRun

Retrieves status information about an Updating Run currently in progress.

Invoke-CauRun

Performs a scan of cluster nodes for applicable updates and installs those updates via an Updating Run on the specified cluster.

Invoke-CauScan

Performs a scan of cluster nodes for applicable updates and returns a list of the initial set of updates that would be applied to each node in the specified cluster.

Register-CauPlugin

Registers a Cluster-Aware Updating (CAU) software updating plug-in on the local computer.

Remove-CauClusterRole

Removes the Cluster-Aware Updating (CAU) clustered role from the specified cluster.

Save-CauDebugTrace

Saves Cluster-Aware Updating (CAU) debug tracing information to a local zip file.

Set-CauClusterRole

Sets configuration properties for the Cluster-Aware Updating (CAU) clustered role on the specified cluster.

Stop-CauRun

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

Test-CauSetup

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

Unregister-CauPlugin

Removes a software updating plug-in from the list of plug-ins that are used by Cluster-Aware Updating (CAU).

Hinweis

To list all the cmdlets that are available, use the Get-Command –Module ClusterAwareUpdating cmdlet.

Um weitere Informationen zur Syntax beliebiger Cmdlets zu erhalten, verwenden Sie das Get-Help <Cmdlet-Name>-Cmdlet, wobei <Cmdlet-Name> der Name des Cmdlets ist, zu dem Sie Informationen wünschen. Um ausführlichere Informationen zu erhalten, können Sie die folgenden Cmdlets ausführen:

Get-Help <Cmdlet-Name> -Detailed
Get-Help <Cmdlet-Name> -Examples
Get-Help <Cmdlet-Name> -Full

More Information

For more information about the cmdlets and Cluster-Aware Updating, see Cluster-Aware Updating in the Windows Server Library.