Merge remote-tracking branch 'refs/remotes/origin/master' into atp-alertsuppression

This commit is contained in:
jcaparas
2017-07-06 10:45:55 -07:00
305 changed files with 1303 additions and 754 deletions

View File

@ -17,34 +17,39 @@ author: brianlic-msft
Credential Guard has certain application requirements. Credential Guard blocks specific authentication capabilities. Therefore applications that require such capabilities will not function when Credential Guard is enabled. For further information, see [Application requirements](https://docs.microsoft.com/en-us/windows/access-protection/credential-guard/credential-guard-requirements#application-requirements).
The following known issues have been fixed by servicing releases made available in the Cumulative Security Updates for April 2017:
The following known issue has been fixed by servicing releases made available in the Cumulative Security Updates for April 2017:
- KB4015217: [Credential Guard generates double bad password count on Active Directory domain-joined Windows 10 machines](https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217)
- [KB4015217 Credential Guard generates double bad password count on Active Directory domain-joined Windows 10 machines](https://support.microsoft.com/en-us/help/4015217/windows-10-update-kb4015217)
This issue can potentially lead to unexpected account lockouts.
See also Knowledge Base articles [KB4015219](https://support.microsoft.com/en-us/help/4015219/windows-10-update-kb4015219) and
This issue can potentially lead to unexpected account lockouts. See also Microsoft® Knowledge Base articles [KB4015219](https://support.microsoft.com/en-us/help/4015219/windows-10-update-kb4015219) and
[KB4015221](https://support.microsoft.com/en-us/help/4015221/windows-10-update-kb4015221)
The following issue is under investigation. For available workarounds, see the following Knowledge Base article:
- [Installing AppSense Environment Manager on Windows 10 machines causes LSAiso.exe to exhibit high CPU usage when Credential Guard is enabled](http://www.appsense.com/kb/160525073917945) * <sup>[1]</sup>
*Registration required to access this article.
<sup>[1]</sup> For further technical information on LSAiso.exe, see this MSDN article: [Isolated User Mode (IUM) Processes](https://msdn.microsoft.com/library/windows/desktop/mt809132(v=vs.85).aspx)
The following issue affects Cisco AnyConnect Secure Mobility Client:
- [Blue screen on Windows 10 computers running Device Guard and Credential Guard with Cisco Anyconnect 4.3.04027](https://quickview.cloudapps.cisco.com/quickview/bug/CSCvc66692)**
- [Blue screen on Windows 10 computers running Device Guard and Credential Guard with Cisco Anyconnect 4.3.04027](https://quickview.cloudapps.cisco.com/quickview/bug/CSCvc66692) \*
**Registration required to access this article.
*Registration required to access this article.
Products that connect to Virtualization Based Security (VBS) protected processes can cause Credential Guard-enabled Windows 10 clients to exhibit high CPU usage. For further information, see the following Knowledge Base article:
The following issue affects McAfee Application and Change Control (MACC):
- [KB88869 Windows 10 machines exhibit high CPU sage with McAfee Application and Change Control (MACC) installed when Credential Guard is enabled](https://kc.mcafee.com/corporate/index?page=content&id=KB88869) <sup>[1]</sup>
- KB88869: [Windows 10 machines exhibit high CPU usage with McAfee Application and Change Control (MACC) installed when Credential Guard is enabled](https://kc.mcafee.com/corporate/index?page=content&id=KB88869)
The following issue affects AppSense Environment Manager.
For further information, see the following Knowledge Base article:
- [Installing AppSense Environment Manager on Windows 10 machines causes LSAISO.exe to exhibit high CPU usage when Credential Guard is enabled](http://www.appsense.com/kb/160525073917945) <sup>[1]</sup> \**
The following issue is under investigation:
The following issue affects Citrix applications:
- Windows 10 machines exhibit high CPU usage with Citrix applications installed when Credential Guard is enabled. <sup>[1]</sup>
<sup>[1]</sup> Products that connect to Virtualization Based Security (VBS) protected processes can cause Credential Guard-enabled Windows 10 or Windows Server 2016 machines to exhibit high CPU usage. For technical and troubleshooting information, see the following Microsoft Knowledge Base article:
- [KB4032786 High CPU usage in the LSAISO process on Windows 10 or Windows Server 2016](https://support.microsoft.com/en-us/help/4032786)
For further technical information on LSAISO.exe, see the MSDN article: [Isolated User Mode (IUM) Processes](https://msdn.microsoft.com/library/windows/desktop/mt809132(v=vs.85).aspx)
\** Registration is required to access this article.
- Windows 10 machines exhibit high CPU usage with Citrix applications installed when Credential Guard is enabled.
## Vendor support

View File

@ -36,7 +36,12 @@
"ms.technology": "windows",
"ms.topic": "article",
"ms.author": "justinha",
"ms.date": "04/05/2017"
"ms.date": "04/05/2017",
"_op_documentIdPathDepotMapping": {
"./": {
"depot_name": "MSDN.win-access-protection"
}
}
},
"fileMetadata": {},
"template": [],

View File

@ -155,6 +155,7 @@ There are 3 types of log files that occur when you sequence multiple apps at the
- **Log.txt file**. Located in the **Output Package** folder. This file contains all code included in the NewAppVSequencerPackage cmdlet, including the allowed parameters.
### Related topics
- [Download the Windows ADK](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit)
- [How to install the App-V Sequencer](appv-install-the-sequencer.md)

View File

@ -158,6 +158,7 @@ There are 3 types of log files that occur when you sequence multiple apps at the
- **Log.txt file**. Located in the **Output Package** folder. This file contains all code included in the NewAppVSequencerPackage cmdlet, including the allowed parameters.
### Related topics
- [Download the Windows ADK](https://developer.microsoft.com/windows/hardware/windows-assessment-deployment-kit)
- [How to install the App-V Sequencer](appv-install-the-sequencer.md)

View File

@ -36,7 +36,12 @@
"ms.technology": "windows",
"ms.topic": "article",
"ms.author": "elizapo",
"ms.date": "04/05/2017"
"ms.date": "04/05/2017",
"_op_documentIdPathDepotMapping": {
"./": {
"depot_name": "MSDN.win-app-management"
}
}
},
"fileMetadata": {},
"template": [],

View File

@ -36,7 +36,12 @@
"ms.technology": "windows",
"ms.topic": "article",
"ms.author": "dongill",
"ms.date": "04/05/2017"
"ms.date": "04/05/2017",
"_op_documentIdPathDepotMapping": {
"./": {
"depot_name": "MSDN.win-client-management"
}
}
},
"fileMetadata": {},
"template": [],

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# ActiveSync CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# ActiveSync DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Add an Azure AD tenant and Azure AD subscription

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AllJoynManagement CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AllJoynManagement DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# APPLICATION configuration service provider

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# ApplicationRestrictions XSD

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AppLocker CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AppLocker DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AppLocker XSD

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Deploy and configure App-V apps using MDM

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Assign seat

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AssignedAccess CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# AssignedAccess DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
<head>

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# BitLocker CSP

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# BitLocker DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# BOOTSTRAP CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# BrowserFavorite CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Bulk assign and reclaim seats from users

View File

@ -10,6 +10,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CellularSettings CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Certificate authentication device enrollment

View File

@ -10,6 +10,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Certificate Renewal

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CertificateStore CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CertificateStore DDF file

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CleanPC CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CleanPC DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# ClientCertificateInstall CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# ClientCertificateInstall DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CM\_CellularEntries CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CM\_ProxyEntries CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CMPolicy CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CMPolicyEnterprise CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CMPolicyEnterprise DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Configuration service provider reference

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Create a custom configuration service provider

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CustomDeviceUI CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# CustomDeviceUI DDF

View File

@ -10,6 +10,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Data structures for Windows Store for Business
@ -28,6 +29,7 @@ Here's the list of data structures used in the Windows Store for Business REST A
- [LicenseType](#licensetype)
- [LocalizedProductDetail](#localizedproductdetail)
- [OfflineLicense](#offlinelicense)
- [PackageContentInfo](#packagecontentinfo)
- [PackageLocation](#packagelocation)
- [ProductArchitectures](#productarchitectures)
- [ProductDetails](#productdetails)
@ -85,26 +87,22 @@ Specifies the properties of the alternate identifier.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>seatDetails</p></td>
<td><p>Collection of [SeatDetails](#seatdetails)</p></td>
<td><p></p></td>
<td><p>collection of [SeatDetails](#seatdetails)</p></td>
</tr>
<tr class="even">
<td><p>failedSeatOperations</p></td>
<td><p>Collection of [FailedSeatRequest](#failedseatrequest)</p></td>
<td><p></p></td>
<td><p>collection of [FailedSeatRequest](#failedseatrequest)</p></td>
</tr>
</tbody>
</table>
@ -117,31 +115,26 @@ Specifies the properties of the alternate identifier.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>failureReason</p></td>
<td><p>string</p></td>
<td><p></p></td>
</tr>
<tr class="even">
<td><p>productKey</p></td>
<td><p>[ProductKey](#productkey)</p></td>
<td><p></p></td>
</tr>
<tr class="odd">
<td><p>userName</p></td>
<td><p>string</p></td>
<td><p></p></td>
</tr>
</tbody>
</table>
@ -173,7 +166,7 @@ Specifies the properties of the alternate identifier.
<tr class="even">
<td><p>contentId</p></td>
<td><p>string</p></td>
<td><p>Identifies a specific application</p></td>
<td><p>Identifies a specific application.</p></td>
</tr>
<tr class="odd">
<td><p>location</p></td>
@ -207,12 +200,12 @@ Specifies the properties of the alternate identifier.
</tr>
<tr class="odd">
<td><p>fileSize</p></td>
<td><p>integer -64</p></td>
<td><p></p></td>
<td><p>integer-64</p></td>
<td><p>Size of the file.</p></td>
</tr>
<tr class="even">
<td><p>packageRank</p></td>
<td><p>integer-3232</p></td>
<td><p>integer-32</p></td>
<td><p>Optional</p></td>
</tr>
</tbody>
@ -225,26 +218,22 @@ Specifies the properties of the alternate identifier.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="66%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>open</p></td>
<td></td>
<td><p>Open distribution policy - licenses/seats can be assigned/consumed without limit</p></td>
</tr>
<tr class="even">
<td><p>restricted</p></td>
<td></td>
<td><p>Restricted distribution policy - licenses/seats must be assigned/consumed according to the available count</p></td>
</tr>
</tbody>
@ -277,7 +266,7 @@ Specifies the properties of the alternate identifier.
<tr class="even">
<td><p>seatCapacity</p></td>
<td><p>integer-64</p></td>
<td><p>Total number of seats that have been purchased for an application</p></td>
<td><p>Total number of seats that have been purchased for an application.</p></td>
</tr>
<tr class="odd">
<td><p>availableSeats</p></td>
@ -296,12 +285,12 @@ Specifies the properties of the alternate identifier.
</tr>
<tr class="even">
<td><p>distributionPolicy</p></td>
<td><p>InventoryDistributionPolicy</p></td>
<td><p>[InventoryDistributionPolicy](#inventorydistributionpolicy)</p></td>
<td></td>
</tr>
<tr class="odd">
<td><p>status</p></td>
<td><p>InventoryStatus</p></td>
<td><p>[InventoryStatus](#inventorystatus)</p></td>
<td></td>
</tr>
</tbody>
@ -329,11 +318,11 @@ Specifies the properties of the alternate identifier.
<tr class="odd">
<td><p>continuationToken</p></td>
<td><p>string</p></td>
<td><p>continuationToken is only available if there is a next page</p></td>
<td><p>Only available if there is a next page.</p></td>
</tr>
<tr class="even">
<td><p>inventoryEntries</p></td>
<td><p>collection of</p></td>
<td><p>collection of [InventoryEntryDetails](#inventoryentrydetails)</p></td>
<td><p></p></td>
</tr>
</tbody>
@ -346,27 +335,23 @@ Specifies the properties of the alternate identifier.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="66%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>active</p></td>
<td><p></p></td>
<td><p>Entry is available in the organizations inventory</p></td>
<td><p>Entry is available in the organizations inventory.</p></td>
</tr>
<tr class="even">
<td><p>removed</p></td>
<td><p></p></td>
<td><p>Entry has been removed from the organizations inventory</p></td>
<td><p>Entry has been removed from the organizations inventory.</p></td>
</tr>
</tbody>
</table>
@ -378,8 +363,8 @@ Specifies the properties of the alternate identifier.
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
<col width="66%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
@ -497,43 +482,13 @@ Specifies the properties of the localized product.
 
## ProductArchitectures
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>neutral</p></td>
</tr>
<tr class="even">
<td><p>arm</p></td>
</tr>
<tr class="odd">
<td><p>x86</p></td>
</tr>
<tr class="even">
<td><p>x64</p></td>
</tr>
</tbody>
</table>
 
## PackageContentInfo
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@ -582,6 +537,36 @@ Specifies the properties of the localized product.
 
## ProductArchitectures
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>neutral</p></td>
</tr>
<tr class="even">
<td><p>arm</p></td>
</tr>
<tr class="odd">
<td><p>x86</p></td>
</tr>
<tr class="even">
<td><p>x64</p></td>
</tr>
</tbody>
</table>
 
## ProductDetails
@ -611,7 +596,7 @@ Specifies the properties of the localized product.
</tr>
<tr class="odd">
<td><p>supportedLanguages</p></td>
<td><p>collection of strings</p></td>
<td><p>collection of string</p></td>
<td><p>The set of localized languages for an application.</p></td>
</tr>
<tr class="even">
@ -644,10 +629,74 @@ Specifies the properties of the localized product.
 
## ProductImage
Specifies the properties of the product image.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>location</p></td>
<td><p>URI</p></td>
<td><p>Location of the download image.</p></td>
</tr>
<tr class="even">
<td><p>purpose</p></td>
<td><p>string</p></td>
<td><p>Tag for the purpose of the image, e.g. "screenshot" or "logo".</p></td>
</tr>
<tr class="odd">
<td><p>height</p></td>
<td><p>string</p></td>
<td><p>Height of the image in pixels.</p></td>
</tr>
<tr class="even">
<td><p>width</p></td>
<td><p>string</p></td>
<td><p>Width of the image in pixels.</p></td>
</tr>
<tr class="odd">
<td><p>caption</p></td>
<td><p>string</p></td>
<td><p>Unlimited length.</p></td>
</tr>
<tr class="even">
<td><p>backgroundColor</p></td>
<td><p>string</p></td>
<td><p>Format "#RRGGBB"</p></td>
</tr>
<tr class="odd">
<td><p>foregroundColor</p></td>
<td><p>string</p></td>
<td><p>Format "#RRGGBB"</p></td>
</tr>
<tr class="even">
<td><p>fileSize</p></td>
<td><p>integer-64</p></td>
<td><p>Size of the file.</p></td>
</tr>
</tbody>
</table>
 
## ProductKey
Specifies the proerties of the product key.
Specifies the properties of the product key.
<table>
<colgroup>
@ -678,104 +727,6 @@ Specifies the proerties of the product key.
 
## ProductImage
Specifies the proerties of the product image.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>location</p></td>
<td><p>URI</p></td>
<td><p>Location of the download images.</p></td>
</tr>
<tr class="even">
<td><p>purpose</p></td>
<td><p>string</p></td>
<td><p>App screenshots and icons</p></td>
</tr>
<tr class="odd">
<td><p>height</p></td>
<td><p>string</p></td>
<td><p>Height of the image in pixels.</p></td>
</tr>
<tr class="even">
<td><p>width</p></td>
<td><p>string</p></td>
<td><p>Width of the image in pixels.</p></td>
</tr>
<tr class="odd">
<td><p>caption</p></td>
<td><p>string</p></td>
<td><p>Unlimited</p></td>
</tr>
<tr class="even">
<td><p>backgroundColor</p></td>
<td><p>string</p></td>
<td><p>Format #RRGGBB</p></td>
</tr>
<tr class="odd">
<td><p>foregroundColor</p></td>
<td><p>string</p></td>
<td><p>Format #RRGGBB</p></td>
</tr>
<tr class="even">
<td><p>fileSize</p></td>
<td><p>long</p></td>
<td><p>Size of the file.</p></td>
</tr>
</tbody>
</table>
 
## PublisherDetails
Specifies the proerties of the publisher details.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>publisherName</p></td>
<td><p>string</p></td>
<td><p>Name of the publisher.</p></td>
</tr>
<tr class="even">
<td><p>publisherWebsite</p></td>
<td><p>string</p></td>
<td><p>Website of the publisher.</p></td>
</tr>
</tbody>
</table>
 
## ProductPackageDetails
@ -799,15 +750,15 @@ Specifies the proerties of the publisher details.
<td><p></p></td>
</tr>
<tr class="even">
<td><p>contentId</p></td>
<td><p>string</p></td>
<td><p>Identifies a specific application.</p></td>
</tr>
<tr class="odd">
<td><p>packageId</p></td>
<td><p>string</p></td>
<td></td>
</tr>
<tr class="odd">
<td><p>contentId</p></td>
<td><p>string</p></td>
<td><p>Identifies a specific application.</p></td>
</tr>
<tr class="even">
<td><p>location</p></td>
<td><p>[PackageLocation](#packagelocation)</p></td>
@ -831,7 +782,7 @@ Specifies the proerties of the publisher details.
<tr class="even">
<td><p>packageFormat</p></td>
<td><p>[ProductPackageFormat](#productpackageformat)</p></td>
<td><p>appx, appxbundle, xap</p></td>
<td><p>Extension of the package file.</p></td>
</tr>
<tr class="odd">
<td><p>platforms</p></td>
@ -839,19 +790,41 @@ Specifies the proerties of the publisher details.
<td><p></p></td>
</tr>
<tr class="even">
<td><p>packageId</p></td>
<td><p>string</p></td>
<td><p></p></td>
</tr>
<tr class="odd">
<td><p>fileSize</p></td>
<td><p>integer-64</p></td>
<td><p></p></td>
<td><p>Size of the file.</p></td>
</tr>
<tr class="even">
<tr class="odd">
<td><p>packageRank</p></td>
<td><p>integer-32</p></td>
<td><p>optional</p></td>
<td><p>Optional</p></td>
</tr>
</tbody>
</table>
 
## ProductPackageFormat
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>appx</p></td>
</tr>
<tr class="even">
<td><p>appxBundle</p></td>
</tr>
<tr class="odd">
<td><p>xap</p></td>
</tr>
</tbody>
</table>
@ -890,40 +863,13 @@ Specifies the proerties of the publisher details.
 
## ProductPackageFormat
<table>
<colgroup>
<col width="100%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>appx</p></td>
</tr>
<tr class="even">
<td><p>appxBundle</p></td>
</tr>
<tr class="odd">
<td><p>xap</p></td>
</tr>
</tbody>
</table>
 
## ProductPlatform
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@ -949,6 +895,40 @@ Specifies the proerties of the publisher details.
 
## PublisherDetails
Specifies the properties of the publisher details.
<table>
<colgroup>
<col width="33%" />
<col width="33%" />
<col width="33%" />
</colgroup>
<thead>
<tr class="header">
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><p>publisherName</p></td>
<td><p>string</p></td>
<td><p>Name of the publisher.</p></td>
</tr>
<tr class="even">
<td><p>publisherWebsite</p></td>
<td><p>string</p></td>
<td><p>Website of the publisher.</p></td>
</tr>
</tbody>
</table>
 
## SeatAction
@ -1020,8 +1000,8 @@ Specifies the proerties of the publisher details.
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@ -1032,7 +1012,7 @@ Specifies the proerties of the publisher details.
<tbody>
<tr class="odd">
<td><p>seats</p></td>
<td><p>Collection of [SeatDetails](#seatdetails)</p></td>
<td><p>collection of [SeatDetails](#seatdetails)</p></td>
</tr>
<tr class="even">
<td><p>continuationToken</p></td>
@ -1072,8 +1052,8 @@ Specifies the proerties of the publisher details.
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@ -1096,7 +1076,7 @@ Specifies the proerties of the publisher details.
</tr>
<tr class="even">
<td><p>architectures</p></td>
<td><p>collection of ProductArchitectures</p></td>
<td><p>collection of [ProductArchitecture](#productarchitecture)</p></td>
</tr>
</tbody>
</table>
@ -1108,8 +1088,8 @@ Specifies the proerties of the publisher details.
<table>
<colgroup>
<col width="50%" />
<col width="50%" />
<col width="33%" />
<col width="66%" />
</colgroup>
<thead>
<tr class="header">
@ -1120,29 +1100,19 @@ Specifies the proerties of the publisher details.
<tbody>
<tr class="odd">
<td><p>major</p></td>
<td><p>integer-23</p></td>
<td><p>integer-32</p></td>
</tr>
<tr class="even">
<td><p>minor</p></td>
<td><p>integer-23</p></td>
<td><p>integer-32</p></td>
</tr>
<tr class="odd">
<td><p>build</p></td>
<td><p>integer-23</p></td>
<td><p>integer-32</p></td>
</tr>
<tr class="even">
<td><p>revision</p></td>
<td><p>integer-23</p></td>
<td><p>integer-32</p></td>
</tr>
</tbody>
</table>
 
 

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Defender CSP
@ -14,7 +15,7 @@ author: nickbrower
The Windows Defender configuration service provider is used to configure various Windows Defender actions across the enterprise.
The following image shows the Windows Defender configuration service provider in tree format
The following image shows the Windows Defender configuration service provider in tree format.
![defender csp diagram](images/provisioning-csp-defender.png)

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Defender DDF file

View File

@ -10,6 +10,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Design a custom configuration service provider

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DevDetail CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DevDetail DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeveloperSetup CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeveloperSetup DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceInstanceService CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceLock CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceLock DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceManageability CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceManageability DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceStatus CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DeviceStatus DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DevInfo CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DevInfo DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Diagnose MDM failures in Windows 10

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DiagnosticLog CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DiagnosticLog DDF

View File

@ -10,6 +10,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMAcc CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMAcc DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMClient CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMClient DDF file

View File

@ -17,6 +17,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMProcessConfigXMLFiltered function

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMSessionActions CSP

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DMSessionActions DDF file

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DynamicManagement CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# DynamicManagement DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EAP configuration

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EMAIL2 CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EMAIL2 DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Enable offline upgrades to Windows 10 for Windows Embedded 8.1 Handheld devices

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# Enterprise app management

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAPN CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAPN DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAppManagement CSP

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAppVManagement CSP

View File

@ -6,6 +6,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAppVManagement DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAssignedAccess CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAssignedAccess DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseAssignedAccess XSD

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseDataProtection CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseDataProtection DDF file

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseDesktopAppManagement CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseDesktopAppManagement DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseDesktopAppManagement XSD

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseExt CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseExt DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseExtFileSystem CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseExtFileSystem DDF

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseModernAppManagement CSP

View File

@ -7,6 +7,7 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
ms.date: 06/19/2017
---
# EnterpriseModernAppManagement DDF

Some files were not shown because too many files have changed in this diff Show More