Merged PR 9842: incorporated BitLocker CSP comment, change history upated

This commit is contained in:
Maricia Alforque
2018-07-16 22:21:12 +00:00
parent fff45584b6
commit 98e031c761
2 changed files with 20 additions and 3 deletions

View File

@ -6,7 +6,7 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: MariciaAlforque author: MariciaAlforque
ms.date: 06/29/2018 ms.date: 07/16/2018
--- ---
# BitLocker CSP # BitLocker CSP
@ -845,7 +845,10 @@ The following diagram shows the BitLocker configuration service provider in tree
``` ```
<a href="" id="allowstandarduserencryption"></a>**AllowStandardUserEncryption** <a href="" id="allowstandarduserencryption"></a>**AllowStandardUserEncryption**
Allows Admin to enforce "RequireDeviceEncryption" policy for scenarios where policy is pushed while current logged on user is non-admin/standard user. Allows Admin to enforce "RequireDeviceEncryption" policy for scenarios where policy is pushed while current logged on user is non-admin/standard user Azure AD account.
> [!Note]
> This policy is only supported in Azure AD accounts.
"AllowStandardUserEncryption" policy is tied to "AllowWarningForOtherDiskEncryption" policy being set to "0", i.e, silent encryption is enforced. "AllowStandardUserEncryption" policy is tied to "AllowWarningForOtherDiskEncryption" policy being set to "0", i.e, silent encryption is enforced.

View File

@ -10,7 +10,7 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: MariciaAlforque author: MariciaAlforque
ms.date: 06/26/2018 ms.date: 07/16/2018
--- ---
# What's new in MDM enrollment and management # What's new in MDM enrollment and management
@ -1638,14 +1638,28 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td style="vertical-align:top">[BitLocker CSP](bitlocker-csp.md)</td>
<td style="vertical-align:top"><p>Added a new node AllowStandardUserEncryption.</p>
</td></tr>
<tr>
<td style="vertical-align:top">[DevDetail CSP](devdetail-csp.md)</td>
<td style="vertical-align:top"><p>Added a new node SMBIOSSerialNumber.</p>
</td></tr>
<tr>
<td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td> <td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td>
<td style="vertical-align:top"><p>Added the following new policies in Windows 10, next major version:</p> <td style="vertical-align:top"><p>Added the following new policies in Windows 10, next major version:</p>
<ul> <ul>
<li>ApplicationManagement/LaunchAppAfterLogOn</li> <li>ApplicationManagement/LaunchAppAfterLogOn</li>
<li>ApplicationManagement/ScheduleForceRestartForUpdateFailures </li> <li>ApplicationManagement/ScheduleForceRestartForUpdateFailures </li>
<li>DmaGuard/DeviceEnumerationPolicy</li>
<li>Experience/AllowClipboardHistory</li>
<li>TaskManager/AllowEndTask</li> <li>TaskManager/AllowEndTask</li>
<li>WindowsLogon/DontDisplayNetworkSelectionUI</li> <li>WindowsLogon/DontDisplayNetworkSelectionUI</li>
</ul> </ul>
<p>Recent changes:</p>
<ul>
<li>DataUsage/SetCost3G - deprecated in RS5.</li>
</ul>
</td></tr> </td></tr>
</tbody> </tbody>
</table> </table>