Skip to content

Latest commit

 

History

History
100 lines (72 loc) · 2.38 KB

File metadata and controls

100 lines (72 loc) · 2.38 KB
external help file Module Name ms.date online version schema title
ClusterAwareUpdating.dll-Help.xml
ClusterAwareUpdating
10/30/2017
2.0.0
Unregister-CauPlugin

Unregister-CauPlugin

SYNOPSIS

Removes a software updating plug-in from the list of plug-ins that are used by Cluster-Aware Updating (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

PS C:\> Unregister-CauPlugin -Name Plugin01

This example removes the plug-in named Plugin01 from the list of plug-ins that are used by Cluster-Aware Updating (CAU).

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

Specifies the name of the plug-in to unregister.

Type: String
Parameter Sets: (All)
Aliases: 

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

-WhatIf

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

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

None

OUTPUTS

Microsoft.ClusterAwareUpdating.CauPlugin

NOTES

RELATED LINKS

Get-CauPlugin

Register-CauPlugin