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 SP1 Configuration Manager is updated with the latest information from the site database.

Parameters

-Interval<Int32>

Specifies an amount of time, as an integer. This value works with the unit type you specify in the Unit parameter. Valid values for this parameter depend on the unit that you select:

-- Minutes: 10 through 59.
-- Hours: 1 through 23.
-- Days: 1 through 31.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Unit<SummarizationScheduleUnit>

Specifies a unit to use to define an interval for the summarization schedule. Valid values are:

-- Days
-- Hours
-- Minutes

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