Get-CauPlugin

Get-CauPlugin

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

Syntax

Parameter Set: Default
Get-CauPlugin [[-Name] <String> ] [ <CommonParameters>]

Detailed Description

The Get-Cauplugin cmdlet retrieves 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 the content about Cluster-Aware Updating plug-ins.

Parameters

-Name<String>

Specifies the name of the plug-in whose information should be retrieved. If not specified, then information for all of the registered plug-ins is returned.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

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

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.ClusterAwareUpdating.CauPlugin

Examples

EXAMPLE 1

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

PS C:\> Get-CauPlugin | Format-List –Property *

Register-CauPlugin

Unregister-CauPlugin

Format-List