Merge branch 'lsaldanha-5475844' of https://github.com/MicrosoftDocs/windows-docs-pr into lsaldanha-5475844

This commit is contained in:
Daniel Simpson
2021-10-21 12:30:15 -07:00

View File

@ -22,7 +22,7 @@ The following shows the DMClient CSP in tree format.
./Vendor/MSFT ./Vendor/MSFT
DMClient DMClient
----Provider ----Provider
-------- --------ProviderID
------------EntDeviceName ------------EntDeviceName
------------ExchangeID ------------ExchangeID
------------EntDMID ------------EntDMID
@ -45,6 +45,10 @@ DMClient
------------HWDevID ------------HWDevID
------------ManagementServerAddressList ------------ManagementServerAddressList
------------CommercialID ------------CommercialID
------------ConfigLock
----------------Lock
----------------UnlockDuration
----------------SecureCore
------------Push ------------Push
----------------PFN ----------------PFN
----------------ChannelURI ----------------ChannelURI
@ -598,6 +602,33 @@ Optional. Boolean value that allows the IT admin to require the device to start
Supported operations are Add, Get, and Replace. Supported operations are Add, Get, and Replace.
<a href="" id="provider-providerid-configlock"></a>**Provider/*ProviderID*/ConfigLock**
Optional. This node enables [Config Lock](config-lock.md) feature. If enabled, policies defined in the Config Lock document will be monitored and quickly remediated when a configuration drift is detected.
Default = Locked
> [!Note]
>If the device is not a Secured-core PC, then this feature will not work. To know more, see [Secured-core PC](/windows-hardware/design/device-experiences/oem-highly-secure).
<a href="" id="provider-providerid-configlock-lock"></a>**Provider/*ProviderID*/ConfigLock/Lock**
The supported values for this node are 0-unlock, 1-lock.
Supported operations are Add, Delete, Get.
<a href="" id="provider-providerid-configlock-unlockduration"></a>**Provider/*ProviderID*/ConfigLock/UnlockDuration**
The supported values for this node are 1 to 480 (in min).
Supported operations are Add, Delete, Get.
<a href="" id="provider-providerid-configlock-securecore"></a>**Provider/*ProviderID*/ConfigLock/SecureCore**
The supported values for this node are false or true.
Supported operation is Get only.
<a href="" id="provider-providerid-push"></a>**Provider/*ProviderID*/Push** <a href="" id="provider-providerid-push"></a>**Provider/*ProviderID*/Push**
Optional. Not configurable during WAP Provisioning XML. If removed, DM sessions triggered by Push will no longer be supported. Optional. Not configurable during WAP Provisioning XML. If removed, DM sessions triggered by Push will no longer be supported.