mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-07 13:13:38 +00:00
Merged PR 2670: 8/10 PM Publish
This commit is contained in:
@ -100,5 +100,5 @@
|
|||||||
#### [Viewing App-V Server Publishing Metadata](app-v/appv-viewing-appv-server-publishing-metadata.md)
|
#### [Viewing App-V Server Publishing Metadata](app-v/appv-viewing-appv-server-publishing-metadata.md)
|
||||||
#### [Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications](app-v/appv-running-locally-installed-applications-inside-a-virtual-environment.md)
|
#### [Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications](app-v/appv-running-locally-installed-applications-inside-a-virtual-environment.md)
|
||||||
## [Service Host process refactoring](svchost-service-refactoring.md)
|
## [Service Host process refactoring](svchost-service-refactoring.md)
|
||||||
## [Deploy app updgrades on Windows 10 Mobile](deploy-app-upgrades-windows-10-mobile.md)
|
## [Deploy app upgrades on Windows 10 Mobile](deploy-app-upgrades-windows-10-mobile.md)
|
||||||
## [Change history for Application management](change-history-for-application-management.md)
|
## [Change history for Application management](change-history-for-application-management.md)
|
||||||
|
@ -30,11 +30,22 @@ Interior node.
|
|||||||
<a href="" id="capabilities-cspversions"></a>**Capabilities/CSPVersions**
|
<a href="" id="capabilities-cspversions"></a>**Capabilities/CSPVersions**
|
||||||
Returns the versions of all configuration service providers supported on the device for the MDM service.
|
Returns the versions of all configuration service providers supported on the device for the MDM service.
|
||||||
|
|
||||||
|
<a href="" id="capabilities"></a>**Provider**
|
||||||
|
Added in Windows 10, version 1709. Interior node.
|
||||||
|
|
||||||
|
<a href="" id="capabilities-cspversions"></a>**Provider/_ProviderID_**
|
||||||
|
Added in Windows 10, version 1709. Provider ID of the configuration source.
|
||||||
|
|
||||||
|
<a href="" id="capabilities-cspversions"></a>**Provider/_ProviderID_/ConfigInfo**
|
||||||
|
Added in Windows 10, version 1709. Configuration information string value set by the configuration source. Recommended to be used during sync session.
|
||||||
|
|
||||||
|
Data type is string. Supported operations are Add, Get, Delete, and Replace.
|
||||||
|
|
||||||
|
<a href="" id="capabilities-cspversions"></a>**Provider/_ProviderID_/EnrollmentInfo**
|
||||||
|
Added in Windows 10, version 1709. Enrollment information string value set by the configuration source. Recommended to send to server during MDM enrollment.
|
||||||
|
|
||||||
|
Data type is string. Supported operations are Add, Get, Delete, and Replace.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,12 +7,15 @@ ms.topic: article
|
|||||||
ms.prod: w10
|
ms.prod: w10
|
||||||
ms.technology: windows
|
ms.technology: windows
|
||||||
author: nickbrower
|
author: nickbrower
|
||||||
ms.date: 06/19/2017
|
ms.date: 08/10/2017
|
||||||
---
|
---
|
||||||
|
|
||||||
# DeviceManageability DDF
|
# DeviceManageability DDF
|
||||||
|
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
|
||||||
|
|
||||||
This topic shows the OMA DM device description framework (DDF) for the DeviceManageability configuration service provider. This CSP was added in Windows 10, version 1607.
|
This topic shows the OMA DM device description framework (DDF) for the DeviceManageability configuration service provider. This CSP was added in Windows 10, version 1607.
|
||||||
|
|
||||||
You can download the DDF files from the links below:
|
You can download the DDF files from the links below:
|
||||||
@ -20,7 +23,7 @@ You can download the DDF files from the links below:
|
|||||||
- [Download all the DDF files for Windows 10, version 1703](http://download.microsoft.com/download/C/7/C/C7C94663-44CF-4221-ABCA-BC895F42B6C2/Windows10_1703_DDF_download.zip)
|
- [Download all the DDF files for Windows 10, version 1703](http://download.microsoft.com/download/C/7/C/C7C94663-44CF-4221-ABCA-BC895F42B6C2/Windows10_1703_DDF_download.zip)
|
||||||
- [Download all the DDF files for Windows 10, version 1607](http://download.microsoft.com/download/2/3/E/23E27D6B-6E23-4833-B143-915EDA3BDD44/Windows10_1607_DDF.zip)
|
- [Download all the DDF files for Windows 10, version 1607](http://download.microsoft.com/download/2/3/E/23E27D6B-6E23-4833-B143-915EDA3BDD44/Windows10_1607_DDF.zip)
|
||||||
|
|
||||||
The XML below is the current version for this CSP.
|
The XML below is for Windows 10, version 1709.
|
||||||
|
|
||||||
``` syntax
|
``` syntax
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
@ -46,7 +49,7 @@ The XML below is the current version for this CSP.
|
|||||||
<Permanent />
|
<Permanent />
|
||||||
</Scope>
|
</Scope>
|
||||||
<DFType>
|
<DFType>
|
||||||
<MIME>com.microsoft/1.0/MDM/DeviceManageability</MIME>
|
<MIME>com.microsoft/1.1/MDM/DeviceManageability</MIME>
|
||||||
</DFType>
|
</DFType>
|
||||||
</DFProperties>
|
</DFProperties>
|
||||||
<Node>
|
<Node>
|
||||||
@ -90,9 +93,105 @@ The XML below is the current version for this CSP.
|
|||||||
</DFProperties>
|
</DFProperties>
|
||||||
</Node>
|
</Node>
|
||||||
</Node>
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>Provider</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
</AccessType>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFTitle>Provider</DFTitle>
|
||||||
|
<DFType>
|
||||||
|
<DDFName></DDFName>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName></NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Provider ID String of the Configuration Source</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<node />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFTitle>ProviderID</DFTitle>
|
||||||
|
<DFType>
|
||||||
|
<DDFName></DDFName>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
<Node>
|
||||||
|
<NodeName>ConfigInfo</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Replace />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Configuration Info string value set by the config source. Recommended to be used during sync session.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFTitle>ConfigInfo</DFTitle>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>EnrollmentInfo</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Get />
|
||||||
|
<Add />
|
||||||
|
<Delete />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<Description>Enrollment Info string value set by the config source. Recommended to sent to server during MDM enrollment.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<chr />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<One />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFTitle>EnrollmentInfo</DFTitle>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
|
</Node>
|
||||||
</Node>
|
</Node>
|
||||||
</MgmtTree>
|
</MgmtTree>
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 12 KiB |
@ -960,9 +960,17 @@ For details about Microsoft mobile device management protocols for Windows 10 s
|
|||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td style="vertical-align:top">[AssignedAccess CSP](assignedaccess-csp.md)</td>
|
<td style="vertical-align:top">[AssignedAccess CSP](assignedaccess-csp.md)</td>
|
||||||
<td style="vertical-align:top"><p>Here are the changes in Windows 10, version 1709.</p>
|
<td style="vertical-align:top"><p>Added the following setting in Windows 10, version 1709.</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added Configuration node</li>
|
<li>Configuration</li>
|
||||||
|
</ul>
|
||||||
|
</td></tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[DeviceManageability CSP](devicemanageability-csp.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added the following settings in Windows 10, version 1709:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Provider/_ProviderID_/ConfigInfo</li>
|
||||||
|
<li> Provider/_ProviderID_/EnrollmentInfo</li>
|
||||||
</ul>
|
</ul>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
@ -1336,6 +1344,14 @@ The DM agent for [push-button reset](https://msdn.microsoft.com/windows/hardware
|
|||||||
<td style="vertical-align:top">[AppLocker CSP](applocker-csp.md)</td>
|
<td style="vertical-align:top">[AppLocker CSP](applocker-csp.md)</td>
|
||||||
<td style="vertical-align:top"><p>Added two new SyncML examples (to disable the calendar app and to block usage of the map app) in [Whitelist examples](applocker-csp.md#whitelist-examples).</p>
|
<td style="vertical-align:top"><p>Added two new SyncML examples (to disable the calendar app and to block usage of the map app) in [Whitelist examples](applocker-csp.md#whitelist-examples).</p>
|
||||||
</td></tr>
|
</td></tr>
|
||||||
|
<tr class="odd">
|
||||||
|
<td style="vertical-align:top">[DeviceManageability CSP](devicemanageability-csp.md)</td>
|
||||||
|
<td style="vertical-align:top"><p>Added the following settings in Windows 10, version 1709:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Provider/_ProviderID_/ConfigInfo</li>
|
||||||
|
<li> Provider/_ProviderID_/EnrollmentInfo</li>
|
||||||
|
</ul>
|
||||||
|
</td></tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<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 for Windows 10, version 1709:</p>
|
<td style="vertical-align:top"><p>Added the following new policies for Windows 10, version 1709:</p>
|
||||||
|
@ -60,6 +60,7 @@ This policy setting allows you to enable or disable Microsoft Application Virtua
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable App-V Client*
|
- GP english name: *Enable App-V Client*
|
||||||
- GP name: *EnableAppV*
|
- GP name: *EnableAppV*
|
||||||
|
- GP path: *Administrative Templates/System/App-V*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -105,6 +106,7 @@ Enables Dynamic Virtualization of supported shell extensions, browser helper obj
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable Dynamic Virtualization*
|
- GP english name: *Enable Dynamic Virtualization*
|
||||||
- GP name: *Virtualization_JITVEnable*
|
- GP name: *Virtualization_JITVEnable*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Virtualization*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -150,6 +152,7 @@ Enables automatic cleanup of appv packages that were added after Windows10 anniv
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable automatic cleanup of unused appv packages*
|
- GP english name: *Enable automatic cleanup of unused appv packages*
|
||||||
- GP name: *PackageManagement_AutoCleanupEnable*
|
- GP name: *PackageManagement_AutoCleanupEnable*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/PackageManagement*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -195,6 +198,7 @@ Enables scripts defined in the package manifest of configuration files that shou
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable Package Scripts*
|
- GP english name: *Enable Package Scripts*
|
||||||
- GP name: *Scripting_Enable_Package_Scripts*
|
- GP name: *Scripting_Enable_Package_Scripts*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Scripting*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -240,6 +244,7 @@ Enables a UX to display to the user when a publishing refresh is performed on th
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable Publishing Refresh UX*
|
- GP english name: *Enable Publishing Refresh UX*
|
||||||
- GP name: *Enable_Publishing_Refresh_UX*
|
- GP name: *Enable_Publishing_Refresh_UX*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Publishing*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -295,6 +300,7 @@ Data Block Size: This value specifies the maximum size in bytes to transmit to t
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Reporting Server*
|
- GP english name: *Reporting Server*
|
||||||
- GP name: *Reporting_Server_Policy*
|
- GP name: *Reporting_Server_Policy*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Reporting*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -340,6 +346,7 @@ Specifies the file paths relative to %userprofile% that do not roam with a user'
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Roaming File Exclusions*
|
- GP english name: *Roaming File Exclusions*
|
||||||
- GP name: *Integration_Roaming_File_Exclusions*
|
- GP name: *Integration_Roaming_File_Exclusions*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Integration*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -385,6 +392,7 @@ Specifies the registry paths that do not roam with a user profile. Example usage
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Roaming Registry Exclusions*
|
- GP english name: *Roaming Registry Exclusions*
|
||||||
- GP name: *Integration_Roaming_Registry_Exclusions*
|
- GP name: *Integration_Roaming_Registry_Exclusions*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Integration*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -430,6 +438,7 @@ Specifies how new packages should be loaded automatically by App-V on a specific
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Specify what to load in background (aka AutoLoad)*
|
- GP english name: *Specify what to load in background (aka AutoLoad)*
|
||||||
- GP name: *Steaming_Autoload*
|
- GP name: *Steaming_Autoload*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -475,6 +484,7 @@ Migration mode allows the App-V client to modify shortcuts and FTA's for package
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable Migration Mode*
|
- GP english name: *Enable Migration Mode*
|
||||||
- GP name: *Client_Coexistence_Enable_Migration_mode*
|
- GP name: *Client_Coexistence_Enable_Migration_mode*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Client Coexistence*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -520,6 +530,7 @@ Specifies the location where symbolic links are created to the current version o
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Integration Root User*
|
- GP english name: *Integration Root User*
|
||||||
- GP name: *Integration_Root_User*
|
- GP name: *Integration_Root_User*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Integration*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -565,6 +576,7 @@ Specifies the location where symbolic links are created to the current version o
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Integration Root Global*
|
- GP english name: *Integration Root Global*
|
||||||
- GP name: *Integration_Root_Global*
|
- GP name: *Integration_Root_Global*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Integration*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -628,6 +640,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Publishing Server 1 Settings*
|
- GP english name: *Publishing Server 1 Settings*
|
||||||
- GP name: *Publishing_Server1_Policy*
|
- GP name: *Publishing_Server1_Policy*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Publishing*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -691,6 +704,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Publishing Server 2 Settings*
|
- GP english name: *Publishing Server 2 Settings*
|
||||||
- GP name: *Publishing_Server2_Policy*
|
- GP name: *Publishing_Server2_Policy*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Publishing*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -754,6 +768,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Publishing Server 3 Settings*
|
- GP english name: *Publishing Server 3 Settings*
|
||||||
- GP name: *Publishing_Server3_Policy*
|
- GP name: *Publishing_Server3_Policy*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Publishing*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -817,6 +832,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Publishing Server 4 Settings*
|
- GP english name: *Publishing Server 4 Settings*
|
||||||
- GP name: *Publishing_Server4_Policy*
|
- GP name: *Publishing_Server4_Policy*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Publishing*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -880,6 +896,7 @@ User Publishing Refresh Interval Unit: Specifies the interval unit (Hour 0-23, D
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Publishing Server 5 Settings*
|
- GP english name: *Publishing Server 5 Settings*
|
||||||
- GP name: *Publishing_Server5_Policy*
|
- GP name: *Publishing_Server5_Policy*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Publishing*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -925,6 +942,7 @@ Specifies the path to a valid certificate in the certificate store.
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Certificate Filter For Client SSL*
|
- GP english name: *Certificate Filter For Client SSL*
|
||||||
- GP name: *Streaming_Certificate_Filter_For_Client_SSL*
|
- GP name: *Streaming_Certificate_Filter_For_Client_SSL*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -970,6 +988,7 @@ This setting controls whether virtualized applications are launched on Windows 8
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Allow First Time Application Launches if on a High Cost Windows 8 Metered Connection*
|
- GP english name: *Allow First Time Application Launches if on a High Cost Windows 8 Metered Connection*
|
||||||
- GP name: *Streaming_Allow_High_Cost_Launch*
|
- GP name: *Streaming_Allow_High_Cost_Launch*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1015,6 +1034,7 @@ Specifies the CLSID for a compatible implementation of the IAppvPackageLocationP
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Location Provider*
|
- GP english name: *Location Provider*
|
||||||
- GP name: *Streaming_Location_Provider*
|
- GP name: *Streaming_Location_Provider*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1060,6 +1080,7 @@ Specifies directory where all new applications and updates will be installed.
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Package Installation Root*
|
- GP english name: *Package Installation Root*
|
||||||
- GP name: *Streaming_Package_Installation_Root*
|
- GP name: *Streaming_Package_Installation_Root*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1105,6 +1126,7 @@ Overrides source location for downloading package content.
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Package Source Root*
|
- GP english name: *Package Source Root*
|
||||||
- GP name: *Streaming_Package_Source_Root*
|
- GP name: *Streaming_Package_Source_Root*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1150,6 +1172,7 @@ Specifies the number of seconds between attempts to reestablish a dropped sessio
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Reestablishment Interval*
|
- GP english name: *Reestablishment Interval*
|
||||||
- GP name: *Streaming_Reestablishment_Interval*
|
- GP name: *Streaming_Reestablishment_Interval*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1195,6 +1218,7 @@ Specifies the number of times to retry a dropped session.
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Reestablishment Retries*
|
- GP english name: *Reestablishment Retries*
|
||||||
- GP name: *Streaming_Reestablishment_Retries*
|
- GP name: *Streaming_Reestablishment_Retries*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1240,6 +1264,7 @@ Specifies that streamed package contents will be not be saved to the local hard
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Shared Content Store (SCS) mode*
|
- GP english name: *Shared Content Store (SCS) mode*
|
||||||
- GP name: *Streaming_Shared_Content_Store_Mode*
|
- GP name: *Streaming_Shared_Content_Store_Mode*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1285,6 +1310,7 @@ If enabled, the App-V client will support BrancheCache compatible HTTP streaming
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Enable Support for BranchCache*
|
- GP english name: *Enable Support for BranchCache*
|
||||||
- GP name: *Streaming_Support_Branch_Cache*
|
- GP name: *Streaming_Support_Branch_Cache*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1330,6 +1356,7 @@ Verifies Server certificate revocation status before streaming using HTTPS.
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Verify certificate revocation list*
|
- GP english name: *Verify certificate revocation list*
|
||||||
- GP name: *Streaming_Verify_Certificate_Revocation_List*
|
- GP name: *Streaming_Verify_Certificate_Revocation_List*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Streaming*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
@ -1375,6 +1402,7 @@ Specifies a list of process paths (may contain wildcards) which are candidates f
|
|||||||
ADMX Info:
|
ADMX Info:
|
||||||
- GP english name: *Virtual Component Process Allow List*
|
- GP english name: *Virtual Component Process Allow List*
|
||||||
- GP name: *Virtualization_JITVAllowList*
|
- GP name: *Virtualization_JITVAllowList*
|
||||||
|
- GP path: *Administrative Templates/System/App-V/Virtualization*
|
||||||
- GP ADMX file name: *appv.admx*
|
- GP ADMX file name: *appv.admx*
|
||||||
|
|
||||||
<!--EndADMX-->
|
<!--EndADMX-->
|
||||||
|
@ -119,7 +119,7 @@ The following SyncML examples describe how to set a MDM policy that is defined b
|
|||||||
**Request SyncML**
|
**Request SyncML**
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -169,7 +169,7 @@ The following SyncML examples describe how to set a MDM policy that is defined b
|
|||||||
**Request SyncML**
|
**Request SyncML**
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -209,7 +209,7 @@ The following SyncML examples describe how to set a MDM policy that is defined b
|
|||||||
**Request SyncML**
|
**Request SyncML**
|
||||||
```
|
```
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Delete>
|
<Delete>
|
||||||
<CmdID>1</CmdID>
|
<CmdID>1</CmdID>
|
||||||
@ -292,7 +292,7 @@ The `text` element simply corresponds to a string and correspondingly to an edit
|
|||||||
|
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>$CmdId$</CmdID>
|
<CmdID>$CmdId$</CmdID>
|
||||||
@ -333,7 +333,7 @@ The `multiText` element simply corresponds to a REG_MULTISZ registry string and
|
|||||||
|
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -377,7 +377,7 @@ Variations of the `list` element are dictated by attributes. These attributes ar
|
|||||||
#### Corresponding SyncML:
|
#### Corresponding SyncML:
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -409,7 +409,7 @@ Variations of the `list` element are dictated by attributes. These attributes ar
|
|||||||
#### Corresponding SyncML:
|
#### Corresponding SyncML:
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -466,7 +466,7 @@ Variations of the `list` element are dictated by attributes. These attributes ar
|
|||||||
#### Corresponding SyncML:
|
#### Corresponding SyncML:
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -503,7 +503,7 @@ Variations of the `list` element are dictated by attributes. These attributes ar
|
|||||||
#### Corresponding SyncML:
|
#### Corresponding SyncML:
|
||||||
|
|
||||||
```XML
|
```XML
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
@ -552,7 +552,7 @@ Variations of the `list` element are dictated by attributes. These attributes ar
|
|||||||
|
|
||||||
```XML
|
```XML
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.1">
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Replace>
|
<Replace>
|
||||||
<CmdID>2</CmdID>
|
<CmdID>2</CmdID>
|
||||||
|
@ -117,10 +117,12 @@ If the **START_TYPE** is not set to **AUTO_START**, then you'll need to set the
|
|||||||
sc qc diagtrack
|
sc qc diagtrack
|
||||||
```
|
```
|
||||||
|
|
||||||
## Windows Defender signature updates are configured
|
## Windows Defender Antivirus signature updates are configured
|
||||||
The Windows Defender ATP agent depends on Windows Defender’s ability to scan files and provide information about them. If Windows Defender is not the active antimalware in your organization, you may need to configure the signature updates. For more information see [Configure Windows Defender in Windows 10](../windows-defender-antivirus/windows-defender-antivirus-in-windows-10.md).
|
The Windows Defender ATP agent depends on the ability of Windows Defender Antivirus to scan files and provide information about them. If Windows Defender Antivirus is not the active antimalware in your organization, you may need to configure the signature updates. For more information see [Configure Windows Defender Antivirus in Windows 10](../windows-defender-antivirus/windows-defender-antivirus-in-windows-10.md).
|
||||||
|
|
||||||
When Windows Defender is not the active antimalware in your organization and you use the Windows Defender ATP service, Windows Defender goes on passive mode. For more information, see the **Compatibility** section in the [Windows Defender in Windows 10 topic](../windows-defender-antivirus/windows-defender-antivirus-in-windows-10.md).
|
When Windows Defender Antivirus is not the active antimalware in your organization and you use the Windows Defender ATP service, Windows Defender Antivirus goes on passive mode. If your organization has disabled Windows Defender Antivirus through group policy or other methods, machines that are onboarded to Windows Defender ATP must be excluded from this group policy.
|
||||||
|
|
||||||
|
For more information, see the **Compatibility** section in the [Windows Defender in Windows 10 topic](../windows-defender-antivirus/windows-defender-antivirus-in-windows-10.md).
|
||||||
|
|
||||||
## Windows Defender Early Launch Antimalware (ELAM) driver is enabled
|
## Windows Defender Early Launch Antimalware (ELAM) driver is enabled
|
||||||
If you're running Windows Defender as the primary antimalware product on your endpoints, the Windows Defender ATP agent will successfully onboard.
|
If you're running Windows Defender as the primary antimalware product on your endpoints, the Windows Defender ATP agent will successfully onboard.
|
||||||
|
Reference in New Issue
Block a user