Sync-CMSoftwareUpdate

Sync-CMSoftwareUpdate

Retrieves metadata for software updates.

Syntax

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

Detailed Description

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 SP1 Configuration Manager is the process of retrieving the software updates metadata that meets the criteria that you configure.

Parameters

-FullSync<Boolean>

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

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

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.

Outputs

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

Examples

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