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.
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.