From a59249e49546a1bff0bc1bc35e863f04765e9ef0 Mon Sep 17 00:00:00 2001
From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com>
Date: Mon, 10 Apr 2023 11:02:14 -0400
Subject: [PATCH] Changes
---
...ollment-using-windows-provisioning-tool.md | 2 +-
.../client-tools/windows-libraries.md | 4 +-
windows/client-management/config-lock.md | 2 +-
windows/client-management/mdm-known-issues.md | 247 +++++++++++++++++
windows/client-management/mdm-overview.md | 20 ++
...ew-in-windows-mdm-enrollment-management.md | 252 ------------------
windows/client-management/toc.yml | 6 +-
7 files changed, 276 insertions(+), 257 deletions(-)
create mode 100644 windows/client-management/mdm-known-issues.md
diff --git a/windows/client-management/bulk-enrollment-using-windows-provisioning-tool.md b/windows/client-management/bulk-enrollment-using-windows-provisioning-tool.md
index 763c220611..c7c6829f18 100644
--- a/windows/client-management/bulk-enrollment-using-windows-provisioning-tool.md
+++ b/windows/client-management/bulk-enrollment-using-windows-provisioning-tool.md
@@ -40,7 +40,7 @@ On the desktop and mobile devices, you can use an enrollment certificate or enro
## What you need
-- Windows 10 devices.
+- Windows devices.
- Windows Configuration Designer (WCD) tool.
To get the WCD tool, download from the [Microsoft Store](https://www.microsoft.com/store/productId/9NBLGGH4TX22). For more information about the WCD tool, see [Windows Configuration Designer](/windows/configuration/provisioning-packages/provisioning-install-icd) and [Getting started with Windows WCD](/windows/configuration/provisioning-packages/provisioning-install-icd).
diff --git a/windows/client-management/client-tools/windows-libraries.md b/windows/client-management/client-tools/windows-libraries.md
index bc71a7b58e..c2a6a61609 100644
--- a/windows/client-management/client-tools/windows-libraries.md
+++ b/windows/client-management/client-tools/windows-libraries.md
@@ -1,5 +1,5 @@
---
-ms.reviewer:
+ms.reviewer:
manager: aaroncz
title: Windows Libraries
ms.prod: windows-client
@@ -13,6 +13,8 @@ ms.date: 09/15/2021
appliesto:
- ✅ Windows 11
- ✅ Windows 10
+- ✅ Windows Server 2022
+- ✅ Windows Server 2019
- ✅ Windows Server 2016
---
diff --git a/windows/client-management/config-lock.md b/windows/client-management/config-lock.md
index a901d37738..2e86f60f6a 100644
--- a/windows/client-management/config-lock.md
+++ b/windows/client-management/config-lock.md
@@ -75,7 +75,7 @@ Config lock is designed to ensure that a secured-core PC isn't unintentionally m
- Can I disable config lock? Yes. You can use MDM to turn off config lock completely or put it in temporary unlock mode for helpdesk activities.
-### List of locked policies
+## List of locked policies
|**CSPs** |
|-----|
diff --git a/windows/client-management/mdm-known-issues.md b/windows/client-management/mdm-known-issues.md
new file mode 100644
index 0000000000..22fe7ba116
--- /dev/null
+++ b/windows/client-management/mdm-known-issues.md
@@ -0,0 +1,247 @@
+---
+title: Known issues in MDM
+description: Learn about known issues for Windows devices in MDM
+ms.reviewer:
+manager: aaroncz
+ms.author: vinpa
+ms.topic: article
+ms.prod: windows-client
+ms.technology: itpro-manage
+author: vinaypamnani-msft
+ms.date: 04/10/2023
+ms.collection:
+- highpri
+- tier2
+appliesto:
+- ✅ Windows 11
+- ✅ Windows 10
+---
+
+# Known issues
+
+## Get command inside an atomic command isn't supported
+
+In Windows 10 and Windows 11, a Get command inside an atomic command isn't supported.
+
+## Apps installed using WMI classes are not removed
+
+Applications installed using WMI classes aren't removed when the MDM account is removed from device.
+
+## Passing CDATA in SyncML does not work
+
+Passing CDATA in data in SyncML to ConfigManager and CSPs doesn't work in Windows 10 and Windows 11.
+
+## SSL settings in IIS server for SCEP must be set to "Ignore"
+
+The certificate setting under "SSL Settings" in the IIS server for SCEP must be set to "Ignore" in Windows 10 and Windows 11.
+
+
+
+## MDM enrollment fails on the Windows device when traffic is going through proxy
+
+When the Windows device is configured to use a proxy that requires authentication, the enrollment will fail. To work around this issue, the user can use a proxy that doesn't require authentication or remove the proxy setting from the connected network.
+
+## Server-initiated unenrollment failure
+
+Server-initiated unenrollment for a device enrolled by adding a work account silently fails to leave the MDM account active. MDM policies and resources are still in place and the client can continue to sync with the server.
+
+Remote server unenrollment is disabled for mobile devices enrolled via Azure Active Directory Join. It returns an error message to the server. The only way to remove enrollment for a mobile device that is Azure AD joined is by remotely wiping the device.
+
+## Certificates causing issues with Wi-Fi and VPN
+
+In Windows 10 and Windows 11, when using the ClientCertificateInstall to install certificates to the device store and the user store and both certificates are sent to the device in the same MDM payload, the certificate intended for the device store will also get installed in the user store. This dual installation may cause issues with Wi-Fi or VPN when choosing the correct certificate to establish a connection. We're working to fix this issue.
+
+## Version information for Windows 11
+
+The software version information from **DevDetail/Ext/Microsoft/OSPlatform** doesn't match the version in **Settings** under **System/About**.
+
+## Multiple certificates might cause Wi-Fi connection instabilities in Windows 10 and Windows 11
+
+In your deployment, if you have multiple certificates provisioned on the device and the Wi-Fi profile provisioned doesn't have a strict filtering criteria, you may see connection failures when connecting to Wi-Fi. The solution is to ensure that the Wi-Fi profile provisioned has strict filtering criteria such that it matches only one certificate.
+
+Enterprises deploying certificate-based EAP authentication for VPN/Wi-Fi can face a situation where there are multiple certificates that meet the default criteria for authentication. This situation can lead to issues such as:
+
+- The user may be prompted to select the certificate.
+- The wrong certificate may get auto selected and cause an authentication failure.
+
+A production ready deployment must have the appropriate certificate details as part of the profile being deployed. The following information explains how to create or update an EAP Configuration XML such that the extraneous certificates are filtered out and the appropriate certificate can be used for the authentication.
+
+EAP XML must be updated with relevant information for your environment. This task can be done either manually by editing the XML sample below, or by using the step by step UI guide. After the EAP XML is updated, refer to instructions from your MDM to deploy the updated configuration as follows:
+
+- For Wi-Fi, look for the <EAPConfig> section of your current WLAN Profile XML (This detail is what you specify for the WLanXml node in the Wi-Fi CSP). Within these tags, you'll find the complete EAP configuration. Replace the section under <EAPConfig> with your updated XML and update your Wi-Fi profile. You might need to refer to your MDM's guidance on how to deploy a new Wi-Fi profile.
+- For VPN, EAP Configuration is a separate field in the MDM Configuration. Work with your MDM provider to identify and update the appropriate Field.
+
+For information about EAP Settings, see .
+
+For information about generating an EAP XML, see [EAP configuration](mdm/eap-configuration.md).
+
+For more information about extended key usage, see .
+
+For information about adding extended key usage (EKU) to a certificate, see .
+
+The following list describes the prerequisites for a certificate to be used with EAP:
+
+- The certificate must have at least one of the following EKU (Extended Key Usage) properties:
+ - Client Authentication.
+ - As defined by RFC 5280, this property is a well-defined OID with Value 1.3.6.1.5.5.7.3.2.
+ - Any Purpose.
+ - An EKU, defined and published by Microsoft, is a well-defined OID with value 1.3.6.1.4.1.311.10.12.1. The inclusion of this OID implies that the certificate can be used for any purpose. The advantage of this EKU over the All Purpose EKU is that other non-critical or custom EKUs can still be added to the certificate for effective filtering.
+ - All Purpose.
+ - As defined by RFC 5280, If a CA includes extended key usages to satisfy some application needs, but doesn't want to restrict usage of the key, the CA can add an Extended Key Usage Value of 0. A certificate with such an EKU can be used for all purposes.
+- The user or the computer certificate on the client chains to a trusted root CA.
+- The user or the computer certificate doesn't fail any one of the checks that are performed by the CryptoAPI certificate store, and the certificate passes requirements in the remote access policy.
+- The user or the computer certificate doesn't fail any one of the certificate object identifier checks that are specified in the Internet Authentication Service (IAS)/Radius Server.
+- The Subject Alternative Name (SubjectAltName) extension in the certificate contains the user principal name (UPN) of the user.
+
+The following XML sample explains the properties for the EAP TLS XML including certificate filtering.
+
+> [!NOTE]
+> For PEAP or TTLS Profiles the EAP TLS XML is embedded within some PEAP or TTLS specific elements.
+
+```xml
+
+
+ 13
+
+
+ 0
+ 0
+ 0
+
+
+
+
+
+
+ 13
+
+
+
+
+ true
+
+
+
+
+
+
+ false
+
+
+ false
+ false
+ false
+
+
+
+
+
+ ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+
+
+
+
+
+
+
+
+
+
+ ContostoITEKU
+
+ 1.3.6.1.4.1.311.42.1.15
+
+
+
+
+
+
+
+
+ ContostoITEKU
+
+
+
+
+ Example1
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+```
+
+> [!NOTE]
+> The EAP TLS XSD is located at **%systemdrive%\\Windows\\schemas\\EAPMethods\\eaptlsconnectionpropertiesv3.xsd**
+
+Alternatively you can use the following procedure to create an EAP Configuration XML.
+
+1. Follow steps 1 through 7 in [EAP configuration](mdm/eap-configuration.md).
+
+1. In the Microsoft VPN SelfHost Properties dialog box, select **Microsoft : Smart Card or other Certificate** from the drop-down menu (this drop-down menu selects EAP TLS.).
+
+ :::image type="content" alt-text="vpn selfhost properties window." source="images/certfiltering1.png":::
+
+ > [!NOTE]
+ > For PEAP or TTLS, select the appropriate method and continue following this procedure.
+
+1. Click the **Properties** button underneath the drop-down menu.
+
+1. In the **Smart Card or other Certificate Properties** menu, select the **Advanced** button.
+
+ :::image type="content" alt-text="smart card or other certificate properties window." source="images/certfiltering2.png":::
+
+1. In the **Configure Certificate Selection** menu, adjust the filters as needed.
+
+ :::image type="content" alt-text="configure certificate selection window." source="images/certfiltering3.png":::
+
+1. Click **OK** to close the windows to get back to the main `rasphone.exe` dialog box.
+
+1. Close the rasphone dialog box.
+
+1. Continue following the procedure in [EAP configuration](mdm/eap-configuration.md) from Step 9 to get an EAP TLS profile with appropriate filtering.
+
+> [!NOTE]
+> You can also set all the other applicable EAP Properties through this UI as well. A guide to what these properties mean can be found in [Extensible Authentication Protocol (EAP) Settings for Network Access](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh945104(v=ws.11)).
+
+## MDM client will immediately check in with the MDM server after client renews WNS channel URI
+
+After the MDM client automatically renews the WNS channel URI, the MDM client will immediately check in with the MDM server. Henceforth, for every MDM client check-in, the MDM server should send a GET request for "ProviderID/Push/ChannelURI" to retrieve the latest channel URI and compare it with the existing channel URI; then update the channel URI if necessary.
+
+## User provisioning failure in Azure Active Directory-joined Windows 10 and Windows 11 devices
+
+In Azure AD joined Windows 10 and Windows 11, provisioning /.User resources fails when the user isn't logged in as an Azure AD user. If you attempt to join Azure AD from **Settings** > **System** > **About** user interface, ensure to sign out and sign in with Azure AD credentials to get your organizational configuration from your MDM server. This behavior is by design.
+
+## Requirements to note for VPN certificates also used for Kerberos Authentication
+
+If you want to use the certificate used for VPN authentication also for Kerberos authentication (required if you need access to on-premises resources using NTLM or Kerberos), the user's certificate must meet the requirements for smart card certificate, the Subject field should contain the DNS domain name in the DN or the SAN should contain a fully qualified UPN so that the DC can be located from the DNS registrations. If certificates that don't meet these requirements are used for VPN, users may fail to access resources that require Kerberos authentication.
+
+## Device management agent for the push-button reset is not working
+
+The DM agent for [push-button reset](/windows-hardware/manufacture/desktop/push-button-reset-overview) keeps the registry settings for OMA DM sessions, but deletes the task schedules. The client enrollment is retained, but it never syncs with the MDM service.
diff --git a/windows/client-management/mdm-overview.md b/windows/client-management/mdm-overview.md
index c741f52e64..7136528023 100644
--- a/windows/client-management/mdm-overview.md
+++ b/windows/client-management/mdm-overview.md
@@ -55,3 +55,23 @@ For more information about the MDM policies defined in the MDM security baseline
- [MDM Security baseline for Windows 10, version 1809](https://download.microsoft.com/download/2/C/4/2C418EC7-31E0-4A74-8928-6DCD512F9A46/1809-MDM-SecurityBaseLine-Document-[Preview].zip)
For information about the MDM policies defined in the Intune security baseline, see [Windows security baseline settings for Intune](/mem/intune/protect/security-baseline-settings-mdm-all).
+
+## Frequently Asked Questions
+
+### Can there be more than one MDM server to enroll and manage devices in Windows 10 or 11?
+
+No. Only one MDM is allowed.
+
+### How do I set the maximum number of Azure Active Directory-joined devices per user?
+
+1. Sign in to the portal as tenant admin: .
+1. Navigate to **Azure AD**, then **Devices**, and then click **Device Settings**.
+1. Change the number under **Maximum number of devices per user**.
+
+### What is dmwappushsvc?
+
+| Entry | Description |
+| --------------- | -------------------- |
+| What is dmwappushsvc? | It's a Windows service that ships in Windows 10 and Windows 11 operating system as a part of the windows management platform. It's used internally by the operating system as a queue for categorizing and processing all Wireless Application Protocol (WAP) messages, which include Windows management messages, 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's 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. This service doesn't send telemetry. |
+| How do I turn if off? | The service can be stopped from the "Services" console on the device (Start > Run > services.msc) and locating *Device Management Wireless Application Protocol (WAP) Push message Routing Service*. However, since this service is a component part of the OS and required for the proper functioning of the device, we strongly recommend not to disable the service. Disabling this service will cause your management to fail. |
diff --git a/windows/client-management/new-in-windows-mdm-enrollment-management.md b/windows/client-management/new-in-windows-mdm-enrollment-management.md
index 4309b6be4d..a948e85150 100644
--- a/windows/client-management/new-in-windows-mdm-enrollment-management.md
+++ b/windows/client-management/new-in-windows-mdm-enrollment-management.md
@@ -93,255 +93,3 @@ For details about Microsoft mobile device management protocols for Windows 10 an
| [WindowsDefenderApplicationGuard CSP](mdm/windowsdefenderapplicationguard-csp.md) | Added new settings. |
| [WindowsLicensing CSP](mdm/windowslicensing-csp.md) | Added S mode settings and SyncML examples. |
| [Win32CompatibilityAppraiser CSP](mdm/win32compatibilityappraiser-csp.md) | New CSP. |
-
-## Breaking changes and known issues
-
-### Get command inside an atomic command isn't supported
-
-In Windows 10 and Windows 11, a Get command inside an atomic command isn't supported.
-
-### Apps installed using WMI classes are not removed
-
-Applications installed using WMI classes aren't removed when the MDM account is removed from device.
-
-### Passing CDATA in SyncML does not work
-
-Passing CDATA in data in SyncML to ConfigManager and CSPs doesn't work in Windows 10 and Windows 11.
-
-### SSL settings in IIS server for SCEP must be set to "Ignore"
-
-The certificate setting under "SSL Settings" in the IIS server for SCEP must be set to "Ignore" in Windows 10 and Windows 11.
-
-
-
-### MDM enrollment fails on the Windows device when traffic is going through proxy
-
-When the Windows device is configured to use a proxy that requires authentication, the enrollment will fail. To work around this issue, the user can use a proxy that doesn't require authentication or remove the proxy setting from the connected network.
-
-### Server-initiated unenrollment failure
-
-Server-initiated unenrollment for a device enrolled by adding a work account silently fails to leave the MDM account active. MDM policies and resources are still in place and the client can continue to sync with the server.
-
-Remote server unenrollment is disabled for mobile devices enrolled via Azure Active Directory Join. It returns an error message to the server. The only way to remove enrollment for a mobile device that is Azure AD joined is by remotely wiping the device.
-
-### Certificates causing issues with Wi-Fi and VPN
-
-In Windows 10 and Windows 11, when using the ClientCertificateInstall to install certificates to the device store and the user store and both certificates are sent to the device in the same MDM payload, the certificate intended for the device store will also get installed in the user store. This dual installation may cause issues with Wi-Fi or VPN when choosing the correct certificate to establish a connection. We're working to fix this issue.
-
-### Version information for Windows 11
-
-The software version information from **DevDetail/Ext/Microsoft/OSPlatform** doesn't match the version in **Settings** under **System/About**.
-
-### Multiple certificates might cause Wi-Fi connection instabilities in Windows 10 and Windows 11
-
-In your deployment, if you have multiple certificates provisioned on the device and the Wi-Fi profile provisioned doesn't have a strict filtering criteria, you may see connection failures when connecting to Wi-Fi. The solution is to ensure that the Wi-Fi profile provisioned has strict filtering criteria such that it matches only one certificate.
-
-Enterprises deploying certificate-based EAP authentication for VPN/Wi-Fi can face a situation where there are multiple certificates that meet the default criteria for authentication. This situation can lead to issues such as:
-
-- The user may be prompted to select the certificate.
-- The wrong certificate may get auto selected and cause an authentication failure.
-
-A production ready deployment must have the appropriate certificate details as part of the profile being deployed. The following information explains how to create or update an EAP Configuration XML such that the extraneous certificates are filtered out and the appropriate certificate can be used for the authentication.
-
-EAP XML must be updated with relevant information for your environment. This task can be done either manually by editing the XML sample below, or by using the step by step UI guide. After the EAP XML is updated, refer to instructions from your MDM to deploy the updated configuration as follows:
-
-- For Wi-Fi, look for the <EAPConfig> section of your current WLAN Profile XML (This detail is what you specify for the WLanXml node in the Wi-Fi CSP). Within these tags, you'll find the complete EAP configuration. Replace the section under <EAPConfig> with your updated XML and update your Wi-Fi profile. You might need to refer to your MDM's guidance on how to deploy a new Wi-Fi profile.
-- For VPN, EAP Configuration is a separate field in the MDM Configuration. Work with your MDM provider to identify and update the appropriate Field.
-
-For information about EAP Settings, see .
-
-For information about generating an EAP XML, see [EAP configuration](mdm/eap-configuration.md).
-
-For more information about extended key usage, see .
-
-For information about adding extended key usage (EKU) to a certificate, see .
-
-The following list describes the prerequisites for a certificate to be used with EAP:
-
-- The certificate must have at least one of the following EKU (Extended Key Usage) properties:
- - Client Authentication.
- - As defined by RFC 5280, this property is a well-defined OID with Value 1.3.6.1.5.5.7.3.2.
- - Any Purpose.
- - An EKU, defined and published by Microsoft, is a well-defined OID with value 1.3.6.1.4.1.311.10.12.1. The inclusion of this OID implies that the certificate can be used for any purpose. The advantage of this EKU over the All Purpose EKU is that other non-critical or custom EKUs can still be added to the certificate for effective filtering.
- - All Purpose.
- - As defined by RFC 5280, If a CA includes extended key usages to satisfy some application needs, but doesn't want to restrict usage of the key, the CA can add an Extended Key Usage Value of 0. A certificate with such an EKU can be used for all purposes.
-- The user or the computer certificate on the client chains to a trusted root CA.
-- The user or the computer certificate doesn't fail any one of the checks that are performed by the CryptoAPI certificate store, and the certificate passes requirements in the remote access policy.
-- The user or the computer certificate doesn't fail any one of the certificate object identifier checks that are specified in the Internet Authentication Service (IAS)/Radius Server.
-- The Subject Alternative Name (SubjectAltName) extension in the certificate contains the user principal name (UPN) of the user.
-
-The following XML sample explains the properties for the EAP TLS XML including certificate filtering.
-
-> [!NOTE]
-> For PEAP or TTLS Profiles the EAP TLS XML is embedded within some PEAP or TTLS specific elements.
-
-```xml
-
-
- 13
-
-
- 0
- 0
- 0
-
-
-
-
-
-
- 13
-
-
-
-
- true
-
-
-
-
-
-
- false
-
-
- false
- false
- false
-
-
-
-
-
- ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
-
-
-
-
-
-
-
-
-
-
- ContostoITEKU
-
- 1.3.6.1.4.1.311.42.1.15
-
-
-
-
-
-
-
-
- ContostoITEKU
-
-
-
-
- Example1
-
-
- true
-
-
-
-
-
-
-
-
-
-
-
-```
-
-> [!NOTE]
-> The EAP TLS XSD is located at **%systemdrive%\\Windows\\schemas\\EAPMethods\\eaptlsconnectionpropertiesv3.xsd**
-
-Alternatively you can use the following procedure to create an EAP Configuration XML.
-
-1. Follow steps 1 through 7 in [EAP configuration](mdm/eap-configuration.md).
-
-1. In the Microsoft VPN SelfHost Properties dialog box, select **Microsoft : Smart Card or other Certificate** from the drop-down menu (this drop-down menu selects EAP TLS.).
-
- :::image type="content" alt-text="vpn selfhost properties window." source="images/certfiltering1.png":::
-
- > [!NOTE]
- > For PEAP or TTLS, select the appropriate method and continue following this procedure.
-
-1. Click the **Properties** button underneath the drop-down menu.
-
-1. In the **Smart Card or other Certificate Properties** menu, select the **Advanced** button.
-
- :::image type="content" alt-text="smart card or other certificate properties window." source="images/certfiltering2.png":::
-
-1. In the **Configure Certificate Selection** menu, adjust the filters as needed.
-
- :::image type="content" alt-text="configure certificate selection window." source="images/certfiltering3.png":::
-
-1. Click **OK** to close the windows to get back to the main rasphone.exe dialog box.
-
-1. Close the rasphone dialog box.
-
-1. Continue following the procedure in [EAP configuration](mdm/eap-configuration.md) from Step 9 to get an EAP TLS profile with appropriate filtering.
-
-> [!NOTE]
-> You can also set all the other applicable EAP Properties through this UI as well. A guide to what these properties mean can be found in [Extensible Authentication Protocol (EAP) Settings for Network Access](/previous-versions/windows/it-pro/windows-server-2012-R2-and-2012/hh945104(v=ws.11)).
-
-### MDM client will immediately check in with the MDM server after client renews WNS channel URI
-
-After the MDM client automatically renews the WNS channel URI, the MDM client will immediately check in with the MDM server. Henceforth, for every MDM client check-in, the MDM server should send a GET request for "ProviderID/Push/ChannelURI" to retrieve the latest channel URI and compare it with the existing channel URI; then update the channel URI if necessary.
-
-### User provisioning failure in Azure Active Directory-joined Windows 10 and Windows 11 devices
-
-In Azure AD joined Windows 10 and Windows 11, provisioning /.User resources fails when the user isn't logged in as an Azure AD user. If you attempt to join Azure AD from **Settings** > **System** > **About** user interface, ensure to sign out and sign in with Azure AD credentials to get your organizational configuration from your MDM server. This behavior is by design.
-
-### Requirements to note for VPN certificates also used for Kerberos Authentication
-
-If you want to use the certificate used for VPN authentication also for Kerberos authentication (required if you need access to on-premises resources using NTLM or Kerberos), the user's certificate must meet the requirements for smart card certificate, the Subject field should contain the DNS domain name in the DN or the SAN should contain a fully qualified UPN so that the DC can be located from the DNS registrations. If certificates that don't meet these requirements are used for VPN, users may fail to access resources that require Kerberos authentication.
-
-### Device management agent for the push-button reset is not working
-
-The DM agent for [push-button reset](/windows-hardware/manufacture/desktop/push-button-reset-overview) keeps the registry settings for OMA DM sessions, but deletes the task schedules. The client enrollment is retained, but it never syncs with the MDM service.
-
-## Frequently Asked Questions
-
-### Can there be more than one MDM server to enroll and manage devices in Windows 10 or 11?
-
-No. Only one MDM is allowed.
-
-### How do I set the maximum number of Azure Active Directory-joined devices per user?
-
-1. Sign in to the portal as tenant admin: https://portal.azure.com.
-1. Select Active Directory on the left pane.
-1. Choose your tenant.
-1. Select **Configure**.
-1. Set quota to unlimited.
-
- :::image type="content" alt-text="aad maximum joined devices." source="images/faq-max-devices.png":::
-
-### What is dmwappushsvc?
-
-Entry | Description
---------------- | -------------------- What is dmwappushsvc? | It's a Windows service that ships in Windows 10 and Windows 11 operating system as a part of the windows management platform. It's used internally by the operating system as a queue for categorizing and processing all Wireless Application Protocol (WAP) messages, which include Windows management messages, 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's 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. This service doesn't send telemetry.|
-How do I turn if off? | The service can be stopped from the "Services" console on the device (Start > Run > services.msc) and locating *Device Management Wireless Application Protocol (WAP) Push message Routing Service*. However, since this service is a component part of the OS and required for the proper functioning of the device, we strongly recommend not to disable the service. Disabling this service will cause your management to fail.|
diff --git a/windows/client-management/toc.yml b/windows/client-management/toc.yml
index 3dadcc07b4..7ebeb6260b 100644
--- a/windows/client-management/toc.yml
+++ b/windows/client-management/toc.yml
@@ -52,14 +52,16 @@ items:
href: config-lock.md
- name: Certificate renewal
href: certificate-renewal-windows-mdm.md
- - name: Unenroll devices
- href: disconnecting-from-mdm-unenrollment.md
- name: Diagnose MDM failures
items:
- name: Collect MDM logs
href: mdm-collect-logs.md
- name: Diagnose MDM enrollment
href: mdm-diagnose-enrollment.md
+ - name: Known issues
+ href: mdm-known-issues.md
+ - name: Unenroll devices
+ href: disconnecting-from-mdm-unenrollment.md
- name: Configuration service provider reference
href: mdm/index.yml
- name: Client management tools and settings