Unregister-CauPlugin

Unregister-CauPlugin

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

Sintaxis

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

Descripción detallada

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.

Parámetros

-Name<String>

Specifies the name of the plug-in to unregister.

Alias

ninguno

¿Requerido?

true

¿Posición?

1

Valor predeterminado

ninguno

¿Aceptar canalización?

true (ByPropertyName)

¿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 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

Temas relacionados

Get-CauPlugin

Register-CauPlugin