Sync-CMSoftwareUpdate

Sync-CMSoftwareUpdate

Retrieves metadata for software updates.

構文

Parameter Set: Default
Sync-CMSoftwareUpdate -FullSync <Boolean> [ <CommonParameters>]

詳細説明

The Sync-CMSoftwareUpdate cmdlet retrieves metadata for software updates. You can use this cmdlet to retrieve metadata for all software updates or only recent changes to software updates. Software update synchronization in Microsoft System Center 2012 Configuration Manager is the process of retrieving the software updates metadata that meets the criteria that you configure.

パラメーター

-FullSync<Boolean>

Indicates whether to perform a complete synchronization of all updates or a delta synchronization.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

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

True (ByPropertyName)

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

false

<CommonParameters>

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

入力

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

出力

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

Example 1: Perform a full synchronization of software updates

This command retrieves metadata for all software updates.

PS C:\> Sync-CMSoftwareUpdate -FullSync $True

関連トピック

Get-CMSoftwareUpdate

Save-CMSoftwareUpdate

Set-CMSoftwareUpdate