dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

CMSystemDiscovery parameter handling #73

Closed NEllis280 closed 3 years ago

NEllis280 commented 4 years ago

CMSystemDiscovery parameter handling

Details of the scenario you tried and the problem that is occurring

The TimeSinceLastLogonDays Parameter: underlying commandlet only accepts 14-720. Suggest a validaterange. The TimeSinceLastPasswordUpdateDays: the underlying commandlet only accepts 30-720. Suggest a validaterange.

The schedule count needs warnings and handling when the maximum allowed interval is exceeded by input, similar to how we are handling the Heartbeat discovery.