Set-CMBaselineSummarizationSchedule

Set-CMBaselineSummarizationSchedule

Configures the summarization schedule for configuration baseline data.

Syntax

Parameter Set: Set
Set-CMBaselineSummarizationSchedule -Interval <Int32> [-Unit <SummarizationScheduleUnit> {Days | Hours | Minutes} ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

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

Parameters

-Interval<Int32>

Specifies the interval between updates of the configuration baseline data. You can use the Unit parameter to specify the unit type of the interval.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Unit<SummarizationScheduleUnit>

Specifies the interval unit type for the Interval parameter. Valid values are: Hours, Minutes, Days.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-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: Set the configuration baseline update schedule

This command schedules Configuration Manager to automatically update the configuration baseline data every six hours.

PS C:\> Set-CMBaselineSummarizationSchedule -Interval 6 -Unit "Hours"

Get-CMBaselineSummarizationSchedule

Invoke-CMBaselineSummarization