Get-CMSoftwareUpdateSummarizationSchedule

Get-CMSoftwareUpdateSummarizationSchedule

Displays the Configuration Manager schedule for software update summarization.

Syntax

Get-CMSoftwareUpdateSummarizationSchedule [ <CommonParameters>]

Detailed Description

The Get-CMSoftwareUpdateSummarizationSchedule cmdlet displays the current schedule for software update summarization for Microsoft System Center 2012 SP1 Configuration Manager. You can use the Set-CMSoftwareUpdateSummarizationSchedule cmdlet to change the schedule. You can use the Invoke-CMSoftwareUpdateSummarization cmdlet to run the summarization immediately.

Parameters

<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: Display the summarization schedule

This command displays the summarization schedule for software updates. In this case, the schedule is every 12 hours.

PS C:\> Get-CMSoftwareUpdateSummarizationSchedule

Set-CMSoftwareUpdateSummarizationSchedule

Invoke-CMSoftwareUpdateSummarization