Merged PR 2336: Add dmwappushsvc to MDM FAQ

This commit is contained in:
Maricia Alforque 2017-07-21 18:42:42 +00:00
parent be0476216c
commit 3bec6592ec

View File

@ -2569,10 +2569,16 @@ No. Only one MDM is allowed.
5. Set quota to unlimited. 5. Set quota to unlimited.
![aad maximum joined devices](images/faq-max-devices.png) ![aad maximum joined devices](images/faq-max-devices.png)
   
  <a href="" id="dwmapppushsvc "></a>**What is dmwappushsvc?**
Entry | Description
--------------- | --------------------
What is dmwappushsvc? | It is a Windows service that ships in Windows 10 operating system as a part of the windows management platform. It is used internally by the operating system as a queue for categorizing and processing all WAP messages, which include Windows management messages, MMS, NabSync, and Service Indication/Service Loading (SI/SL). The service also initiates and orchestrates management sync sessions with the MDM server. |
What data is handled by dmwappushsvc? | It is a component handling the internal workings of the management platform and involved in processing messages that have been received by the device remotely for management. The messages in the queue are serviced by another component that is also part of the Windows management stack to process messages. The service also routes and authenticates WAP messages received by the device to internal OS components that process them further: MMS, NabSync, SI/SL. |
How do I turn if off? | The service can be stopped from the "Services" console on the device (Start > Run > services.msc). However, since this is a component part of the OS and required for the proper functioning of the device, we strongly recommend not to do this. |