Set-CMEndpointProtectionSummarizationSchedule
Updated: March 1, 2013
Applies To: System Center 2012 Configuration Manager SP1
Set-CMEndpointProtectionSummarizationSchedule
Syntax
Parameter Set: Set Set-CMEndpointProtectionSummarizationSchedule -Interval <Int32> [-Unit <SummarizationScheduleUnit> ] [-Confirm] [-WhatIf] [ <CommonParameters>]
Detailed Description
The Set-CMEndpointProtectionSummarizationSchedule cmdlet modifies the settings of an Endpoint Protection summarization schedule. For more information about Endpoint Protection summarization schedules, see the How to Monitor Endpoint Protection in Configuration Manager topic in the TechNet library at http://go.microsoft.com/fwlink/?LinkId=268428.
Parameters
-Interval<Int32>
Specifies the interval between summarization report runs. This value can be between 1 and 24 if the unit is Hours, between 1 and 31 if the unit is Days, or between 10 and 59 if the unit is Minutes.
Aliases | none |
Required? | true |
Position? | named |
Default Value | none |
Accept Pipeline Input? | True (ByPropertyName) |
Accept Wildcard Characters? | false |
-Unit<SummarizationScheduleUnit>
Specifies a unit type. This value can be Minutes, Hours, or 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 executing the command.
Required? | false |
Position? | named |
Default Value | false |
Accept Pipeline Input? | false |
Accept Wildcard Characters? | false |
-WhatIf
Describes what would happen if you executed the command without actually executing the command.
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.
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: Modify an Endpoint Protection Summarization Schedule
This command modifies the interval and unit values to specify that 10 days pass before the Endpoint Protection Summarization Schedule runs again.
PS C:\> Set-CMEndpointProtectionSummarizationSchedule –Interval 10 –UnitType "Days"
