Clear-RunHistory
Synopsis
Syntax
Clear-RunHistory [[-BeforeDate] <Nullable`1[DateTime]>] [<CommonParameters>]
Clear-RunHistory [[-DaysToKeep] <Nullable`1[Int32]>] [<CommonParameters>]Description
Parameters
-DaysToKeep <Nullable`1[Int32]>
-BeforeDate <Nullable`1[DateTime]>
<CommonParameters>
Examples
Clear the entire run history
Clear runs older than specified number of days
Clears run history older than the specified date
Last updated