This commit is contained in:
nimishasatapathy 2021-06-12 16:01:10 +05:30
parent 57202a1fbd
commit 784a8bae51
4 changed files with 176 additions and 0 deletions

View File

@ -733,6 +733,8 @@ ms.date: 10/08/2020
- [ADMX_NetworkConnections/NC_ShowSharedAccessUI](./policy-csp-admx-networkconnections.md#admx-networkconnections-nc-showsharedaccessui) - [ADMX_NetworkConnections/NC_ShowSharedAccessUI](./policy-csp-admx-networkconnections.md#admx-networkconnections-nc-showsharedaccessui)
- [ADMX_NetworkConnections/NC_Statistics](./policy-csp-admx-networkconnections.md#admx-networkconnections-nc-statistics) - [ADMX_NetworkConnections/NC_Statistics](./policy-csp-admx-networkconnections.md#admx-networkconnections-nc-statistics)
- [ADMX_NetworkConnections/NC_StdDomainUserSetLocation](./policy-csp-admx-networkconnections.md#admx-networkconnections-nc-stddomainusersetlocation) - [ADMX_NetworkConnections/NC_StdDomainUserSetLocation](./policy-csp-admx-networkconnections.md#admx-networkconnections-nc-stddomainusersetlocation)
- [ADMX_NetworkListManager-AllowedTlsAuthenticatedEndpoints](./policy-csp-admz-networklistmanager.md#admx-networklistmanager-allowedtlsauthenticatedendpoints)
- [ADMX_NetworkListManager-ConfiguredTLSAuthenticationNetworkName](./policy-csp-admz-networklistmanager.md#admx-networklistmanager-configuredtlsauthenticationnetworkname)
- [ADMX_OfflineFiles/Pol_AlwaysPinSubFolders](./policy-csp-admx-offlinefiles.md#admx-offlinefiles-pol-alwayspinsubfolders) - [ADMX_OfflineFiles/Pol_AlwaysPinSubFolders](./policy-csp-admx-offlinefiles.md#admx-offlinefiles-pol-alwayspinsubfolders)
- [ADMX_OfflineFiles/Pol_AssignedOfflineFiles_1](./policy-csp-admx-offlinefiles.md#admx-offlinefiles-pol-assignedofflinefiles-1) - [ADMX_OfflineFiles/Pol_AssignedOfflineFiles_1](./policy-csp-admx-offlinefiles.md#admx-offlinefiles-pol-assignedofflinefiles-1)
- [ADMX_OfflineFiles/Pol_AssignedOfflineFiles_2](./policy-csp-admx-offlinefiles.md#admx-offlinefiles-pol-assignedofflinefiles-2) - [ADMX_OfflineFiles/Pol_AssignedOfflineFiles_2](./policy-csp-admx-offlinefiles.md#admx-offlinefiles-pol-assignedofflinefiles-2)

View File

@ -2573,6 +2573,16 @@ The following diagram shows the Policy configuration service provider in tree fo
</dd> </dd>
</dl> </dl>
### ADMX_NetworkListManager policies
<dl>
<dd>
<a href="./policy-csp-admx-networklistmanager.md#admx-networklistmanager-allowedtlsauthenticationendpoints" id="admx-networklistmanager-allowedtlsauthenticationendpoints">ADMX_NetworkListManager/AllowedTlsAuthenticationEndpoints</a>
</dd>
<dd>
<a href="./policy-csp-admx-networklistmanager.md#admx-networklistmanager-configuredtlsauthenticationnetworkname" id="admx-networklistmanager-configuredtlsauthenticationnetworkname">ADMX_NetworkListManager_ConfiguredTLSAuthenticationNetworkName</a>
</dd>
### ADMX_OfflineFiles policies ### ADMX_OfflineFiles policies
<dd> <dd>

View File

@ -0,0 +1,162 @@
---
title: Policy CSP - ADMX_NetworkListManager
description: Policy CSP - ADMX_NetworkListManager
ms.author: dansimp
ms.localizationpriority: medium
ms.topic: article
ms.prod: w10
ms.technology: windows
author: NimishaSatapathy
ms.date: 06/11/2021
ms.reviewer:
manager: dansimp
---
# Policy CSP - ADMX_NetworkListManager
> [!WARNING]
> Some information relates to prereleased products, which may be substantially modified before it's commercially released. Microsoft makes no warranties, expressed or implied, concerning the information provided here.
<hr/>
<!--Policies-->
## ADMX_NetworkListManager policies
<dl>
<dd>
<a href="#admx-networklistmanager-allowedtlsauthenticatedendpoints">ADMX_NetworkListManager/AllowedTLsAuthenticatedEndpoints</a>
</dd>
<dd>
<a href="#admx-networklistmanager-configuredtlsauthenticatednetworkname">ADMX_NetworkListManager/ConfiguredTLsAuthenticatedNetworkName</a>
</dd>
<hr/>
<!--Policy-->
<a href="" id="admx-networklistmanager-allowedtlsauthenticatedendpoints"></a>**ADMX_NetworkListManager/AllowedTLsAuthenticatedEndpoints**
<!--SupportedSKUs-->
<table>
<tr>
<th>Windows Edition</th>
<th>Supported?</th>
</tr>
<tr>
<td>Home</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
<tr>
<td>Pro</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
<tr>
<td>Business</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
<tr>
<td>Enterprise</td>
<td><img src="images/checkmark.png" alt="check mark" /></td>
</tr>
<tr>
<td>Education</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
</table>
<!--/SupportedSKUs-->
<hr/>
<!--Scope-->
[Scope](./policy-configuration-service-provider.md#policy-scope):
> [!div class = "checklist"]
> * Machine
<hr/>
<!--/Scope-->
<!--Description-->
List of URLs (separated by Unicode character 0xF000) to endpoints accessible only within an enterprise's network. If any of the URLs can be resolved over HTTPS, the network would be considered authenticated.
<!--/Description-->
> [!TIP]
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
>
> You must specify the data type in the SyncML as &lt;Format&gt;chr&lt;/Format&gt;. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
>
> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
<!--ADMXBacked-->
ADMX Info:
- GP English name: *Creates a new MDM policy that allows admins to configure a list of URIs of HTTPS endpoints that are considered secure*
- GP name: *NetworkListManager/AllowedTlsAuthenticationEndpoints*
- GP path: *OS\Core\STACK\MobCon-Mobile Connectivity\Connection Awareness\NLM*
- GP ADMX file name: *NetworkListManager.admx*
<!--/ADMXBacked-->
<!--/Policy-->
<hr/>
<!--Policy-->
<a href="" id="admx-networklistmanager-configuredtlsauthencationnetworkname"></a>**ADMX_NetworkListManager/ConfiguredTLSAuthenticationNetworkName**
<!--SupportedSKUs-->
<table>
<tr>
<th>Windows Edition</th>
<th>Supported?</th>
</tr>
<tr>
<td>Home</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
<tr>
<td>Pro</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
<tr>
<td>Business</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
<tr>
<td>Enterprise</td>
<td><img src="images/checkmark.png" alt="check mark" /></td>
</tr>
<tr>
<td>Education</td>
<td><img src="images/crossmark.png" alt="cross mark" /></td>
</tr>
</table>
<!--/SupportedSKUs-->
<hr/>
<!--Scope-->
[Scope](./policy-configuration-service-provider.md#policy-scope):
> [!div class = "checklist"]
> * Machine
<hr/>
<!--/Scope-->
<!--Description-->
The string to be used to name the network authenticated against one of the endpoints listed in *NetworkListManager/AllowedTlsAuthenticationEndpoints* policy.
<!--/Description-->
> [!TIP]
> This is an ADMX-backed policy and requires a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
>
> You must specify the data type in the SyncML as &lt;Format&gt;chr&lt;/Format&gt;. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
>
> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
<!--ADMXBacked-->
ADMX Info:
- GP English name: *Creates a new MDM policy that allows admins to configure a name for TLS authenticated networks*
- GP name: *NetworkListManager/ConfiguredTLSAuthenticationNetworkName*
- GP path: *OS\Core\STACK\MobCon-Mobile Connectivity\Connection Awareness\NLM*
- GP ADMX file name: *NetworkListManager.admx*
<!--/ADMXBacked-->
<!--/Policy-->

View File

@ -519,6 +519,8 @@ items:
href: policy-csp-admx-netlogon.md href: policy-csp-admx-netlogon.md
- name: ADMX_NetworkConnections - name: ADMX_NetworkConnections
href: policy-csp-admx-networkconnections.md href: policy-csp-admx-networkconnections.md
- name: ADMX_NetworkListManager
href: policy-csp-admx-networklistmanager.md
- name: ADMX_OfflineFiles - name: ADMX_OfflineFiles
href: policy-csp-admx-offlinefiles.md href: policy-csp-admx-offlinefiles.md
- name: ADMX_PeerToPeerCaching - name: ADMX_PeerToPeerCaching