Unregister-CauPlugin

Removes a software updating plug-in from the list of plug-ins that are used by CAU.

Syntax

Unregister-CauPlugin
          [-Name] <String>
          [-WhatIf]
          [-Confirm]
          [<CommonParameters>]

Description

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.

Examples

Example 1: Unregister a plug-in that is used by CAU

Unregister-CauPlugin -Name "Plugin01"

This command removes the plug-in named Plugin01 from the list of plug-ins that are used by CAU.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies the name of the plug-in that this cmdlet unregisters.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet isn't run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.ClusterAwareUpdating.CauPlugin