Get-CauPlugin

Get-CauPlugin

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

構文

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

詳細説明

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.

パラメーター

-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.

エイリアス

なし

必須?

false

位置は?

1

既定値

なし

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.ClusterAwareUpdating.CauPlugin

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