Information
This service manages persistent subscriptions to events from remote sources that support WS-Management protocol. This includes Windows Vista event logs, hardware and IPMI-enabled event sources. The service stores forwarded events in a local Event Log.
The recommended state for this setting is: Disabled
In a high security environment, remote connections to secure workstations should be minimized, and management functions should be done locally.
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 Wecsvc -StartupType Disabled
Impact:
If this service is stopped or disabled event subscriptions cannot be created and forwarded events cannot be accepted.
Note: Many remote management tools and third-party security audit tools depend on this service.