Get-CauPlugin

Get-CauPlugin

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

Syntaxe

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

Description détaillée

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.

Paramètres

-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

none

Obligatoire ?

false

Position ?

1

Valeur par défaut

none

Accepter l’entrée de pipeline ?

false

Accepter les caractères génériques ?

false

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

  • None

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

  • Microsoft.ClusterAwareUpdating.CauPlugin

Exemples

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 *

Rubriques connexes

Register-CauPlugin

Unregister-CauPlugin

Format-List