Edit

Share via


Get-CauPlugin

Gets information about one or more software updating plug-ins that are registered on the local computer.

Syntax

Default (Default)

Get-CauPlugin
    [[-Name] <String>]
    [<CommonParameters>]

Description

The Get-CauPlugin cmdlet gets information about one or more software updating plug-ins that are registered on the local computer. A plug-in can be specified or information can be retrieved about all registered plug-ins.

CAU always uses a plug-in when performing updates. The default is the Microsoft.WindowsUpdatePlugin plug-in. This plug-in communicates with the Windows Update agent, the same software that is used when updates are downloaded from Windows Update or Microsoft Update, or from a Windows Server Update Services (WSUS) server. For more information about how plug-ins work in CAU, see How CAU Plug-ins Work.

Examples

Example 1: Get information about software update plug-ins

Get-CauPlugin | Format-List -Property "*"

This command gets information about the software updating plug-ins that are registered in the local CAU tool.

Parameters

-Name

Specifies the name of the plug-in whose information this cmdlet gets. If not specified, then information for all the registered plug-ins is returned.

Parameter properties

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

Parameter sets

(All)
Position:0
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

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