Information
Remote Desktop Configuration service (RDCS) is responsible for all Remote Desktop related configuration and session maintenance activities that require SYSTEM context. These include per-session temporary folders, RD themes, and RD certificates.
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 SessionEnv -StartupType Disabled
Impact:
Users will be unable to use Remote Assistance.