From ccfc86574372753143c47c497a0b6685f3de456b Mon Sep 17 00:00:00 2001
From: Alekhya Jupudi <89069896+alekyaj@users.noreply.github.com>
Date: Thu, 26 May 2022 11:33:51 +0530
Subject: [PATCH] Update dmclient-csp.md
---
windows/client-management/mdm/dmclient-csp.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/windows/client-management/mdm/dmclient-csp.md b/windows/client-management/mdm/dmclient-csp.md
index d62716ce79..d57a985a24 100644
--- a/windows/client-management/mdm/dmclient-csp.md
+++ b/windows/client-management/mdm/dmclient-csp.md
@@ -482,6 +482,7 @@ This is an execution node and will trigger a silent MMP-C unenroll, there is no
Support operation is Exec.
**Provider/*ProviderID*/LinkedEnrollment/EnrollStatus**
+
This node can be used to check both enroll and unenroll statuses.
This will return the enroll action status and is defined as a enum class LinkedEnrollmentStatus. The values are aas follows:
@@ -496,12 +497,14 @@ This will return the enroll action status and is defined as a enum class LinkedE
Support operation is Get only.
**Provider/*ProviderID*/LinkedEnrollment/LastError**
+
This specifies the Hresult to report the enrollment/unenroll results.
**Provider/*ProviderID*/Recovery/AllowRecovery**
+
This node determines whether or not the client will automatically initiate a MDM Recovery operation when it detects issues with the MDM certificate.
-Supported operations are Get, Add, Replace, Delete.
+Supported operations are Get, Add, Replace and Delete.
Default value is 0
@@ -532,11 +535,12 @@ If initiated with argument 1, it triggers only if the MDM certificate’s privat
Supported operation is Exec only.
**Provider/*ProviderID*/MultipleSession/NumAllowedConcurrentUserSessionForBackgroundSync**
+
Optional. This node specifies maximum number of concurrent user sync sessions in background. Default value is 25.
The values are : 0= none, 1= sequential, anything else= parallel.
-Supported operations are Get, Add, Replace and Delete.
+Supported operations are Get, Add, Replace and Delete.
Value type is integer. Only applicable for Windows 10 multi-session.