Unregister-Cau Plugin

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

PS C:\> Unregister-CauPlugin -Name "Plugin01"

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

Required Parameters

-Name

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

Type: String
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

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

Shows what would happen if the cmdlet runs. The cmdlet is not run.

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

Inputs

None

Outputs

Microsoft.ClusterAwareUpdating.CauPlugin