Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Unregister-CauPlugin

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

Syntax

Default (Default)

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.

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

-Name

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-WhatIf

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

Parameter properties

Type:SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

Microsoft.ClusterAwareUpdating.CauPlugin

Related Links


Feedback

Was this page helpful?