You create collections that have incremental updates enabled, and the schedule token is created by using PowerShell cmdlet New-CMSchedule together with the -DurationInterval and -DurationCount parameters.
For example, you use the following PowerShell commands to create the collection:
$Schedule = New-CMSchedule -DayOfMonth 1 -DurationInterval Days -DurationCount 31
New-CMDeviceCollection -Name "TEST-2" -LimitingCollectionName "All Systems" -RefreshSchedule $Schedule -RefreshType Continuous
The collection has the following flags and schedule token:
Flags = 4, Schedule = 2C996A0007D00008
When you update to Configuration Manager current branch version 1810, you receive an error message that resembles the following:
*** [22018][245][Microsoft][SQL Server Native Client 11.0][SQL Server]Conversion failed when converting the nvarchar value 'D' to data type int.
Note This issue doesn’t occur if you set the update schedule in the Configuration Manager console.