Cluster-Aware Updating Cmdlets in Windows PowerShell

Windows PowerShell® es un lenguaje de scripting y shell de línea de comandos basado en tareas diseñado especialmente para la administración del sistema. En este tema de referencia para los profesionales de tecnologías de la información (TI) ofrece ayuda en el uso de los cmdlets de Windows PowerShell para crear scripts y automatizar las tareas.

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).

Nota

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

Para conocer más información o la sintaxis de cualquiera de los cmdlets, use el cmdlet Get-Help <nombre de cmdlet>, donde <nombre de cmdlet> es el nombre del cmdlet del que quiere información. Para obtener información más detallada, puede ejecutar cualquiera de los siguientes cmdlets:

Get-Help <nombre de cmdlet> -Detailed
Get-Help <nombre de cmdlet> -Examples
Get-Help <nombre de cmdlet> -Full

More Information

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