Invoke-CMSoftwareUpdateSummarization

Invoke-CMSoftwareUpdateSummarization

Runs the Configuration Manager software update summarization.

Syntax

Invoke-CMSoftwareUpdateSummarization [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Invoke-CMSoftwareUpdateSummarization cmdlet runs the software update summarization in Microsoft System Center 2012 SP1 Configuration Manager immediately. System Center 2012 Configuration Manager summarizes software update status on a regular schedule. This cmdlet does not reset the time for the next automatic summarization.

You can use the Get-CMSoftwareUpdateSummarizationSchedule cmdlet to view the current schedule and the Set-CMSoftwareUpdateSummarizationSchedule cmdlet to change the schedule.

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

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.

Outputs

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

Examples

Example 1: Run software update summarization

This command runs the software update summarization immediately, instead of waiting for the next scheduled time.

PS C:\> Invoke-CMSoftwareUpdateSummarization

Get-CMSoftwareUpdateSummarizationSchedule

Set-CMSoftwareUpdateSummarizationSchedule