Information
Allows users to connect interactively to a remote computer. Remote Desktop and Remote Desktop Session Host Server depend on this service.
The recommended state for this setting is: Disabled
In a high security environment, Remote Desktop access is an increased security risk. For these environments, only local console access should be permitted.
Solution
Remediation of this service is currently not possible through Settings Catalog or a custom profile OMA-URI. Instead, it can be scripted and deployed through the Intune Scripts or Remediations blade or by other means.
To establish the recommended configuration via PowerShell, run the following cmdlet:
Set-Service -Name TermService -StartupType Disabled
Impact:
Remote Desktop Services will not be available on the computer.