Enable reboot messages for configration baseline remediations
Some configuration items require a reboot (such as disabling a windows optional feature) before they fully take affect. Currently, there is no way to prompt the end user to reboot their computer or notify them that a reboot is necessary. Furthermore, there is no way to manage the reboot in any way through Endpoint Manager Configuration Console.
The only way to ensure a reboot happens as a configuration remediation script runs is to include a "restart-computer" powershell cmdlet or a "shudown.exe /r /t" command.
There should be a way to leverage Configuration Manager's built in reboot handling and messaging. I would like the same functionality with configuration baseline deployment as I get with application deployments - I can set a return code for pending reboots, or force a reboot, and the user gets prompted and eventually a reboot is forced.
