mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 13:57:22 +00:00
Merged PR 2080: Merge maricia-july6 to master
This commit is contained in:
parent
0be7c89ff0
commit
99d93d53e7
@ -6,7 +6,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: nickbrower
|
author: nickbrower
|
||||||
ms.date: 07/05/2017
|
ms.date: 07/06/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# BitLocker CSP
|
# BitLocker CSP
|
||||||
@ -106,12 +106,11 @@ The following diagram shows the BitLocker configuration service provider in tree
|
|||||||
<p style="margin-left: 20px">EncryptionMethodWithXtsRdvDropDown_Name = Select the encryption method for removable data drives.</p>
|
<p style="margin-left: 20px">EncryptionMethodWithXtsRdvDropDown_Name = Select the encryption method for removable data drives.</p>
|
||||||
|
|
||||||
<p style="margin-left: 20px"> The possible values for 'xx' are:</p>
|
<p style="margin-left: 20px"> The possible values for 'xx' are:</p>
|
||||||
<ul>
|
|
||||||
<li>3 = AES-CBC 128</li>
|
- 3 = AES-CBC 128
|
||||||
<li>4 = AES-CBC 256</li>
|
- 4 = AES-CBC 256
|
||||||
<li>6 = XTS-AES 128</li>
|
- 6 = XTS-AES 128
|
||||||
<li>7 = XTS-AES 256</li>
|
- 7 = XTS-AES 256
|
||||||
</ul>
|
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> When you enable EncryptionMethodByDriveType, you must specify values for all three drives (operating system, fixed data, and removable data), otherwise it will fail (500 return status). For example, if you only set the encrytion method for the OS and removable drives, you will get a 500 return status.
|
> When you enable EncryptionMethodByDriveType, you must specify values for all three drives (operating system, fixed data, and removable data), otherwise it will fail (500 return status). For example, if you only set the encrytion method for the OS and removable drives, you will get a 500 return status.
|
||||||
@ -251,14 +250,13 @@ The following diagram shows the BitLocker configuration service provider in tree
|
|||||||
<enabled/><data id="PrebootRecoveryInfoDropDown_Name" value="xx"/><data id="RecoveryMessage_Input" value="yy"/><data id="RecoveryUrl_Input" value="zz"/>
|
<enabled/><data id="PrebootRecoveryInfoDropDown_Name" value="xx"/><data id="RecoveryMessage_Input" value="yy"/><data id="RecoveryUrl_Input" value="zz"/>
|
||||||
```
|
```
|
||||||
<p style="margin-left: 20px">The possible values for 'xx' are:</p>
|
<p style="margin-left: 20px">The possible values for 'xx' are:</p>
|
||||||
<ul>
|
|
||||||
<li>0 = Empty</li>
|
- 0 = Empty
|
||||||
<li>1 = Use default recovery message and URL.</li>
|
- 1 = Use default recovery message and URL.
|
||||||
<li>2 = Custom recovery message is set.</li>
|
- 2 = Custom recovery message is set.
|
||||||
<li>3 = Custom recovery URL is set.</li>
|
- 3 = Custom recovery URL is set.
|
||||||
<li>'yy' = string of max length 900.</li>
|
- 'yy' = string of max length 900.
|
||||||
<li>'zz' = string of max length 500.</li>
|
- 'zz' = string of max length 500.
|
||||||
</ul>
|
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> When you enable SystemDrivesRecoveryMessage, you must specify values for all three settings (pre-boot recovery screen, recovery message, and recovery URL), otherwise it will fail (500 return status). For example, if you only specify values for message and URL, you will get a 500 return status.
|
> When you enable SystemDrivesRecoveryMessage, you must specify values for all three settings (pre-boot recovery screen, recovery message, and recovery URL), otherwise it will fail (500 return status). For example, if you only specify values for message and URL, you will get a 500 return status.
|
||||||
|
@ -10,7 +10,7 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: nickbrower
|
author: nickbrower
|
||||||
ms.date: 06/28/2017
|
ms.date: 07/06/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# What's new in MDM enrollment and management
|
# What's new in MDM enrollment and management
|
||||||
@ -27,6 +27,7 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
|||||||
- [What's new in Windows 10, version 1511](#whatsnew)
|
- [What's new in Windows 10, version 1511](#whatsnew)
|
||||||
- [What's new in Windows 10, version 1607](#whatsnew1607)
|
- [What's new in Windows 10, version 1607](#whatsnew1607)
|
||||||
- [What's new in Windows 10, version 1703](#whatsnew10)
|
- [What's new in Windows 10, version 1703](#whatsnew10)
|
||||||
|
- [What's new in Windows 10, version 1709](#whatsnew1709)
|
||||||
- [Breaking changes and known issues](#breaking-changes-and-known-issues)
|
- [Breaking changes and known issues](#breaking-changes-and-known-issues)
|
||||||
- [Get command inside an atomic command is not supported](#getcommand)
|
- [Get command inside an atomic command is not supported](#getcommand)
|
||||||
- [Notification channel URI not preserved during upgrade from Windows 8.1 to Windows 10](#notification)
|
- [Notification channel URI not preserved during upgrade from Windows 8.1 to Windows 10](#notification)
|
||||||
@ -913,6 +914,67 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
## <a href="" id="whatsnew1709"></a>What's new in Windows 10, version 1709
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col width="25%" />
|
||||||
|
<col width="75%" />
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr class="header">
|
||||||
|
<th>Item</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr class="even">
|
||||||
|
<td style="vertical-align:top">[Firewall CSP](firewall-csp.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added new CSP in Windows 10, version 1709.</p>
|
||||||
|
</td></tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[WindowsDefenderApplicationGuard CSP](windowsdefenderapplicationguard-csp.md)</td>
|
||||||
|
<td style="vertical-align:top">New CSP added in Windows 10, version 1709. Also added the DDF topic [WindowsDefenderApplicationGuard DDF file](windowsdefenderapplicationguard-ddf-file.md).</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="even">
|
||||||
|
<td style="vertical-align:top">[CM_ProxyEntries CSP](cm-proxyentries-csp.md) and [CMPolicy CSP](cmpolicy-csp.md)</td>
|
||||||
|
<td style="vertical-align:top">In Windows 10, version 1709, support for desktop SKUs were added to these CSPs. The table of SKU information in the [Configuration service provider reference](configuration-service-provider-reference.md) was updated.</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[WindowsDefenderApplicationGuard CSP](windowsdefenderapplicationguard-csp.md)</td>
|
||||||
|
<td style="vertical-align:top">New CSP added in Windows 10, version 1709. Also added the DDF topic [WindowsDefenderApplicationGuard DDF file](windowsdefenderapplicationguard-ddf-file.md).</td>
|
||||||
|
</tr>
|
||||||
|
<tr class="even">
|
||||||
|
<td style="vertical-align:top">[Policy CSP](policy-configuration-service-provider.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added the following new policies for Windows 10, version 1709:</p>
|
||||||
|
<ul>
|
||||||
|
<li>CredentialProviders/EnableWindowsAutoPilotResetCredentials</li>
|
||||||
|
<li>DeviceGuard/EnableVirtualizationBasedSecurity</li>
|
||||||
|
<li>DeviceGuard/RequirePlatformSecurityFeatures</li>
|
||||||
|
<li>DeviceGuard/LsaCfgFlags</li>
|
||||||
|
<li>Power/DisplayOffTimeoutOnBattery</li>
|
||||||
|
<li>Power/DisplayOffTimeoutPluggedIn</li>
|
||||||
|
<li>Power/HibernateTimeoutOnBattery</li>
|
||||||
|
<li>Power/HibernateTimeoutPluggedIn</li>
|
||||||
|
<li>Power/StandbyTimeoutOnBattery</li>
|
||||||
|
<li>Power/StandbyTimeoutPluggedIn</li>
|
||||||
|
<li>Defender/AttackSurfaceReductionOnlyExclusions</li>
|
||||||
|
<li>Defender/AttackSurfaceReductionRules</li>
|
||||||
|
<li>Defender/CloudBlockLevel </li>
|
||||||
|
<li>Defender/CloudExtendedTimeout</li>
|
||||||
|
<li>Defender/EnableGuardMyFolders</li>
|
||||||
|
<li>Defender/EnableNetworkProtection</li>
|
||||||
|
<li>Defender/GuardedFoldersAllowedApplications</li>
|
||||||
|
<li>Defender/GuardedFoldersList</li>
|
||||||
|
<li>Update/ScheduledInstallEveryWeek</li>
|
||||||
|
<li>Update/ScheduledInstallFirstWeek</li>
|
||||||
|
<li>Update/ScheduledInstallFourthWeek</li>
|
||||||
|
<li>Update/ScheduledInstallSecondWeek</li>
|
||||||
|
<li>Update/ScheduledInstallThirdWeek</li>
|
||||||
|
</ul>
|
||||||
|
</td></tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
## Breaking changes and known issues
|
## Breaking changes and known issues
|
||||||
|
|
||||||
@ -1179,6 +1241,32 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
|
|
||||||
## Change history in MDM documentation
|
## Change history in MDM documentation
|
||||||
|
|
||||||
|
### July 2017
|
||||||
|
|
||||||
|
<table>
|
||||||
|
<colgroup>
|
||||||
|
<col width="25%" />
|
||||||
|
<col width="75%" />
|
||||||
|
</colgroup>
|
||||||
|
<thead>
|
||||||
|
<tr class="header">
|
||||||
|
<th>New or updated topic</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[BitLocker CSP](bitlocker-csp.md)</td>
|
||||||
|
<td style="vertical-align:top">Added the following statements:.
|
||||||
|
<ul>
|
||||||
|
<li>When you enable EncryptionMethodByDriveType, you must specify values for all three drives (operating system, fixed data, and removable data), otherwise it will fail (500 return status). For example, if you only set the encrytion method for the OS and removable drives, you will get a 500 return status.</li>
|
||||||
|
<li>When you enable SystemDrivesRecoveryMessage, you must specify values for all three settings (pre-boot recovery screen, recovery message, and recovery URL), otherwise it will fail (500 return status). For example, if you only specify values for message and URL, you will get a 500 return status.</li>
|
||||||
|
</ul>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
### June 2017
|
### June 2017
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user