Get-CauPlugin

Get-CauPlugin

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

Sintaxis

Parameter Set: Default
Get-CauPlugin [[-Name] <String> ] [ <CommonParameters>]

Descripción detallada

The Get-Cauplugin cmdlet retrieves information about one or more software updating plug-ins that are registered on the local computer. A plug-in can be specified or information can be retrieved about all registered plug-ins.
CAU always uses a plug-in when performing updates. The default is the Microsoft.WindowsUpdatePlugin plug-in. This plug-in communicates with the Windows Update agent, the same software that is used when updates are downloaded from Windows Update or Microsoft Update, or from a Windows Server Update Services (WSUS) server. For more information about how plug-ins work in CAU, see the content about Cluster-Aware Updating plug-ins.

Parámetros

-Name<String>

Specifies the name of the plug-in whose information should be retrieved. If not specified, then information for all of the registered plug-ins is returned.

Alias

ninguno

¿Requerido?

false

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

false

¿Aceptar caracteres comodín?

false

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

  • None

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.ClusterAwareUpdating.CauPlugin

Ejemplos

EXAMPLE 1

This example gets information about the software updating plug-ins that are registered in the local CAU tool.

PS C:\> Get-CauPlugin | Format-List –Property *

Temas relacionados

Register-CauPlugin

Unregister-CauPlugin

Format-List