Skip to content

Commit

Permalink
Merge pull request #83 from dsccommunity/CMAssetIntelligenceSyncSchedule
Browse files Browse the repository at this point in the history
CMAssetIntelligencePoint-Sync Schedule
  • Loading branch information
NEllis280 authored May 10, 2021
2 parents b629d6a + c54a910 commit 78af320
Show file tree
Hide file tree
Showing 7 changed files with 502 additions and 571 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added additional schedule types for CMCollections schedules.
- Updated CMSystemDiscovery to warn when exceeding max allowed hours or days or minutes
and when specifying under the minimum allowed minutes.
- Updated CMAssetIntelligencePoint to use the helper function for scheduling.

### Removed

Expand Down
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ you are using apply and auto correct.

- **[String] IsSingleInstance** _(Key)_: Specifies the resource is a single
instance, the value must be 'Yes'.
{ Yes }.
- Values include: { Yes }.
- **[String] SiteCode** _(Key)_: Specifies the Site Code for the Configuration
Manager site.
- **[String] SiteServerName** _(Required)_: Specifies the Site Server to install
Expand All @@ -593,8 +593,23 @@ you are using apply and auto correct.
Online authentication certificate (.pfx) file. If used, this must be in UNC
format. Local paths are not allowed. Mutually exclusive with the
RemoveCertificate parameter.
- **[EmbeddedInstance] Schedule** _(Write)_: Specifies when the asset
intelligence catalog is synchronized. (RecurInterval, RecurCount)
- **[String] Start** _(Write)_: Specifies the start date and start time for the
synchronization schedule Month/Day/Year, example 1/1/2020 02:00.
- **[String] ScheduleType** _(Write)_: Specifies the schedule type for the synchronization
schedule.
- Values include: { MonthlyByDay | MonthlyByWeek | Weekly | Days | None }
- **[UInt32] RecurInterval** _(Write)_: Specifies how often the ScheduleType is run.
- Values Range: 0 - 31
- **[String] MonthlyWeekOrder** _(Write)_: Specifies week order for MonthlyByWeek
schedule type.
- Values include: { First | Second | Third | Fourth | Last }
- **[String] DayOfWeek** _(Write)_: Specifies the day of week name for MonthlyByWeek
and Weekly schedules.
- Values include: { Sunday | Monday | Tuesday | Wednesday | Thursday | Friday |
Saturday }
- **[UInt32] DayOfMonth** _(Write)_: Specifies the day number for MonthlyByDay schedules.
Note specifying 0 sets the schedule to run the last day of the month.
- Values Range: 0 - 31
- **[Boolean] Enable** _(Write)_: Specifies whether the installed asset
intelligence role is enabled or disabled.
- **[Boolean] EnableSynchronization** _(Write)_: Specifies whether to
Expand Down
Loading

0 comments on commit 78af320

Please sign in to comment.