Get-CMBaselineSummarizationSchedule

Get-CMBaselineSummarizationSchedule

Gets the summarization schedule for configuration baseline data.

Syntax

Get-CMBaselineSummarizationSchedule [ <CommonParameters>]

Detailed Description

The Get-CMBaselineSummarizationSchedule cmdlet gets the schedule by which the configuration baseline data in the Microsoft System Center 2012 SP1 Configuration Manager is updated with the latest information from the site database.

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: Get the update schedule for configuration baseline data

This command gets the update schedule for configuration baseline data.

PS C:\> Get-CMBaselineSummarizationSchedule

Set-CMBaselineSummarizationSchedule

Invoke-CMBaselineSummarization