Unregister-CauPlugin

Unregister-CauPlugin

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

Syntaxe

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

Description détaillée

The Unregister-CauPlugin cmdlet removes a software updating plug-in from the list of plug-ins that are used by Cluster-Aware Updating (CAU). The plug-in can be removed, but afterwards, it cannot be used for Updating Runs. The Microsoft.WindowsUpdatePlugin and Microsoft.HotfixPlugin plug-ins, which are installed with CAU, cannot be unregistered.

Paramètres

-Name<String>

Specifies the name of the plug-in to unregister.

Alias

none

Obligatoire ?

true

Position ?

1

Valeur par défaut

none

Accepter l’entrée de pipeline ?

true (ByPropertyName)

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 removes the plug-in named Plugin01 from the list of plug-ins that are used by Cluster-Aware Updating (CAU).

PS C:\> Unregister-CauPlugin -Name Plugin01

Rubriques connexes

Get-CauPlugin

Register-CauPlugin