NetworkQoSPolicy CSP

This commit is contained in:
Vinay Pamnani 2023-02-17 16:55:32 -05:00
parent 0b446caf42
commit 4a8ce87f16
2 changed files with 559 additions and 327 deletions

View File

@ -1,139 +1,383 @@
---
title: NetworkQoSPolicy CSP
description: The NetworkQoSPolicy CSP applies the Quality of Service (QoS) policy for Microsoft Surface Hub. This CSP was added in Windows 10, version 1703.
description: Learn more about the NetworkQoSPolicy CSP.
author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa
ms.topic: article
ms.date: 02/17/2023
ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
author: vinaypamnani-msft
ms.date: 04/22/2021
ms.reviewer:
manager: aaroncz
ms.topic: reference
---
<!-- Auto-Generated CSP Document -->
<!-- NetworkQoSPolicy-Begin -->
# NetworkQoSPolicy CSP
The table below shows the applicability of Windows:
|Edition|Windows 10|Windows 11|
|--- |--- |--- |
|Home|Yes|Yes|
|Pro|Yes|Yes|
|Windows SE|No|Yes|
|Business|Yes|Yes|
|Enterprise|Yes|Yes|
|Education|Yes|Yes|
<!-- NetworkQoSPolicy-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
The NetworkQoSPolicy configuration service provider creates network Quality of Service (QoS) policies. A QoS policy performs a set of actions on network traffic based on a set of matching conditions. This CSP was added in Windows 10, version 1703.
The following conditions are supported:
- Network traffic from a specific application name
- Network traffic from specific source or destination ports
- Network traffic from a specific IP protocol (TCP, UDP, or both)
The following actions are supported:
- Layer 2 tagging using a IEEE 802.1p priority value
- Layer 3 tagging using a differentiated services code point (DSCP) value
> [!NOTE]
> The NetworkQoSPolicy configuration service provider is officially supported for devices that are Intune managed and Azure AD joined. Currently, this CSP is not supported on the following devices:
>
> - Azure AD Hybrid joined devices.
> - Devices that use both GPO and CSP at the same time.
>
> The minimum operating system requirement for this CSP is Windows 10, version 1703. This CSP is not supported in Microsoft Surface Hub prior to Windows 10, version 1703.
<!-- NetworkQoSPolicy-Editable-End -->
<!-- NetworkQoSPolicy-Tree-Begin -->
The following example shows the NetworkQoSPolicy configuration service provider in tree format.
```text
./Device/Vendor/MSFT/NetworkQoSPolicy
--- {Name}
------ AppPathNameMatchCondition
------ DestinationPortMatchCondition
------ DSCPAction
------ IPProtocolMatchCondition
------ PriorityValue8021Action
------ SourcePortMatchCondition
--- Version
```
./Device/Vendor/MSFT
NetworkQoSPolicy
----Version
----Name
--------IPProtocolMatchCondition
--------AppPathNameMatchCondition
--------SourcePortMatchCondition
--------DestinationPortMatchCondition
--------PriorityValue8021Action
--------DSCPAction
<!-- NetworkQoSPolicy-Tree-End -->
<!-- Device-{Name}-Begin -->
## {Name}
<!-- Device-{Name}-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-Applicability-End -->
<!-- Device-{Name}-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}
```
<a href="" id="networkqospolicy"></a>**NetworkQoSPolicy**
<p>The root node for the NetworkQoSPolicy configuration service provider.</p>
<!-- Device-{Name}-OmaUri-End -->
<a href="" id="version"></a>**Version**
<p>Specifies the version information.
<!-- Device-{Name}-Description-Begin -->
<!-- Description-Source-DDF -->
The value of this node should be a policy name.
<!-- Device-{Name}-Description-End -->
<p>The data type is int.
<!-- Device-{Name}-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-Editable-End -->
<p>The only supported operation is Get.
<!-- Device-{Name}-DFProperties-Begin -->
**Description framework properties**:
<a href="" id="name"></a>***Name***
<p>Node for the QoS policy name.
| Property name | Property value |
|:--|:--|
| Format | node |
| Access Type | Add, Delete, Get, Replace |
| Dynamic Node Naming | UniqueName: The value of this node should be a policy name. |
<!-- Device-{Name}-DFProperties-End -->
<a href="" id="name-ipprotocolmatchcondition"></a>***Name*/IPProtocolMatchCondition**
<p>Specifies the IP protocol used to match the network traffic.
<!-- Device-{Name}-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-Examples-End -->
<p>Valid values are:
<!-- Device-{Name}-End -->
- 0 (default) - Both TCP and UDP
- 1 - TCP
- 2 - UDP
<!-- Device-{Name}-AppPathNameMatchCondition-Begin -->
### {Name}/AppPathNameMatchCondition
<p>The data type is int.
<!-- Device-{Name}-AppPathNameMatchCondition-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-AppPathNameMatchCondition-Applicability-End -->
<p>The supported operations are Add, Get, Delete, and Replace.
<!-- Device-{Name}-AppPathNameMatchCondition-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}/AppPathNameMatchCondition
```
<!-- Device-{Name}-AppPathNameMatchCondition-OmaUri-End -->
<a href="" id="name-apppathnamematchcondition"></a>***Name*/AppPathNameMatchCondition**
<p>Specifies the name of an application to be used to match the network traffic, such as `application.exe` or `%ProgramFiles%\application.exe`.
<!-- Device-{Name}-AppPathNameMatchCondition-Description-Begin -->
<!-- Description-Source-DDF -->
Specifies the name of an application to be used to match the network traffic, such as application.exe or %ProgramFiles%\application.exe.
<!-- Device-{Name}-AppPathNameMatchCondition-Description-End -->
<p>The data type is char.
<!-- Device-{Name}-AppPathNameMatchCondition-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-AppPathNameMatchCondition-Editable-End -->
<p>The supported operations are Add, Get, Delete, and Replace.
<!-- Device-{Name}-AppPathNameMatchCondition-DFProperties-Begin -->
**Description framework properties**:
<a href="" id="name-sourceportmatchcondition"></a>***Name*/SourcePortMatchCondition**
<p>Specifies a single port or a range of ports to be used to match the network traffic source.
| Property name | Property value |
|:--|:--|
| Format | chr (string) |
| Access Type | Add, Delete, Get, Replace |
<!-- Device-{Name}-AppPathNameMatchCondition-DFProperties-End -->
<p>Valid values are:
<!-- Device-{Name}-AppPathNameMatchCondition-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-AppPathNameMatchCondition-Examples-End -->
- A range of source ports: _[first port number]_-_[last port number]_
- A single source port: _[port number]_
<!-- Device-{Name}-AppPathNameMatchCondition-End -->
<p>The data type is char.
<!-- Device-{Name}-DestinationPortMatchCondition-Begin -->
### {Name}/DestinationPortMatchCondition
<p>The supported operations are Add, Get, Delete, and Replace.
<!-- Device-{Name}-DestinationPortMatchCondition-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-DestinationPortMatchCondition-Applicability-End -->
<a href="" id="name-destinationportmatchcondition"></a>***Name*/DestinationPortMatchCondition**
<p>Specifies a single source port or a range of ports to be used to match the network traffic destination.
<!-- Device-{Name}-DestinationPortMatchCondition-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}/DestinationPortMatchCondition
```
<!-- Device-{Name}-DestinationPortMatchCondition-OmaUri-End -->
<p>Valid values are:
<!-- Device-{Name}-DestinationPortMatchCondition-Description-Begin -->
<!-- Description-Source-DDF -->
Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number].
<!-- Device-{Name}-DestinationPortMatchCondition-Description-End -->
- A range of destination ports: _[first port number]_-_[last port number]_
- A single destination port: _[port number]_
<!-- Device-{Name}-DestinationPortMatchCondition-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-DestinationPortMatchCondition-Editable-End -->
<p>The data type is char.
<!-- Device-{Name}-DestinationPortMatchCondition-DFProperties-Begin -->
**Description framework properties**:
<p>The supported operations are Add, Get, Delete, and Replace.
| Property name | Property value |
|:--|:--|
| Format | chr (string) |
| Access Type | Add, Delete, Get, Replace |
<!-- Device-{Name}-DestinationPortMatchCondition-DFProperties-End -->
<a href="" id="name-priorityvalue8021action"></a>***Name*/PriorityValue8021Action**
<p>Specifies the IEEE 802.1p priority value to apply to matching network traffic.
<!-- Device-{Name}-DestinationPortMatchCondition-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-DestinationPortMatchCondition-Examples-End -->
<p>Valid values are 0-7.
<!-- Device-{Name}-DestinationPortMatchCondition-End -->
<p>The data type is int.
<!-- Device-{Name}-DSCPAction-Begin -->
### {Name}/DSCPAction
<p>The supported operations are Add, Get, Delete, and Replace.
<!-- Device-{Name}-DSCPAction-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-DSCPAction-Applicability-End -->
<a href="" id="name-dscpaction"></a>***Name*/DSCPAction**
<p>The Differentiated Services Code Point (DSCP) value to apply to matching network traffic.
<!-- Device-{Name}-DSCPAction-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}/DSCPAction
```
<!-- Device-{Name}-DSCPAction-OmaUri-End -->
<p>Valid values are 0-63.
<!-- Device-{Name}-DSCPAction-Description-Begin -->
<!-- Description-Source-DDF -->
The differentiated services code point (DSCP) value to apply to matching network traffic. Valid values are 0-63.
<!-- Device-{Name}-DSCPAction-Description-End -->
<p>The data type is int.
<!-- Device-{Name}-DSCPAction-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-DSCPAction-Editable-End -->
<p>The supported operations are Add, Get, Delete, and Replace.
<!-- Device-{Name}-DSCPAction-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | int |
| Access Type | Add, Delete, Get, Replace |
| Allowed Values | Range: `[0-63]` |
<!-- Device-{Name}-DSCPAction-DFProperties-End -->
## Related topics
<!-- Device-{Name}-DSCPAction-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-DSCPAction-Examples-End -->
Read more about the XML DDF structure to create this policy by following the links below:
<!-- Device-{Name}-DSCPAction-End -->
- [More Information about DDF and structure](networkqospolicy-ddf.md)
- [CSP DDF files download](configuration-service-provider-ddf.md)
<!-- Device-{Name}-IPProtocolMatchCondition-Begin -->
### {Name}/IPProtocolMatchCondition
<!-- Device-{Name}-IPProtocolMatchCondition-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-IPProtocolMatchCondition-Applicability-End -->
<!-- Device-{Name}-IPProtocolMatchCondition-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}/IPProtocolMatchCondition
```
<!-- Device-{Name}-IPProtocolMatchCondition-OmaUri-End -->
<!-- Device-{Name}-IPProtocolMatchCondition-Description-Begin -->
<!-- Description-Source-DDF -->
Specifies the IP protocol used to match the network traffic. Valid values are 0: Both TCP and UDP (default), 1: TCP, 2: UDP.
<!-- Device-{Name}-IPProtocolMatchCondition-Description-End -->
<!-- Device-{Name}-IPProtocolMatchCondition-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-IPProtocolMatchCondition-Editable-End -->
<!-- Device-{Name}-IPProtocolMatchCondition-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | int |
| Access Type | Add, Delete, Get, Replace |
| Default Value | 0 |
<!-- Device-{Name}-IPProtocolMatchCondition-DFProperties-End -->
<!-- Device-{Name}-IPProtocolMatchCondition-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-IPProtocolMatchCondition-Examples-End -->
<!-- Device-{Name}-IPProtocolMatchCondition-End -->
<!-- Device-{Name}-PriorityValue8021Action-Begin -->
### {Name}/PriorityValue8021Action
<!-- Device-{Name}-PriorityValue8021Action-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-PriorityValue8021Action-Applicability-End -->
<!-- Device-{Name}-PriorityValue8021Action-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}/PriorityValue8021Action
```
<!-- Device-{Name}-PriorityValue8021Action-OmaUri-End -->
<!-- Device-{Name}-PriorityValue8021Action-Description-Begin -->
<!-- Description-Source-DDF -->
The IEEE 802.1p value to apply to matching network traffice. Valid values are 0-7.
<!-- Device-{Name}-PriorityValue8021Action-Description-End -->
<!-- Device-{Name}-PriorityValue8021Action-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-PriorityValue8021Action-Editable-End -->
<!-- Device-{Name}-PriorityValue8021Action-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | int |
| Access Type | Add, Delete, Get, Replace |
| Allowed Values | Range: `[0-7]` |
<!-- Device-{Name}-PriorityValue8021Action-DFProperties-End -->
<!-- Device-{Name}-PriorityValue8021Action-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-PriorityValue8021Action-Examples-End -->
<!-- Device-{Name}-PriorityValue8021Action-End -->
<!-- Device-{Name}-SourcePortMatchCondition-Begin -->
### {Name}/SourcePortMatchCondition
<!-- Device-{Name}-SourcePortMatchCondition-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-{Name}-SourcePortMatchCondition-Applicability-End -->
<!-- Device-{Name}-SourcePortMatchCondition-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/{Name}/SourcePortMatchCondition
```
<!-- Device-{Name}-SourcePortMatchCondition-OmaUri-End -->
<!-- Device-{Name}-SourcePortMatchCondition-Description-Begin -->
<!-- Description-Source-DDF -->
Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number].
<!-- Device-{Name}-SourcePortMatchCondition-Description-End -->
<!-- Device-{Name}-SourcePortMatchCondition-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-{Name}-SourcePortMatchCondition-Editable-End -->
<!-- Device-{Name}-SourcePortMatchCondition-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | chr (string) |
| Access Type | Add, Delete, Get, Replace |
<!-- Device-{Name}-SourcePortMatchCondition-DFProperties-End -->
<!-- Device-{Name}-SourcePortMatchCondition-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-{Name}-SourcePortMatchCondition-Examples-End -->
<!-- Device-{Name}-SourcePortMatchCondition-End -->
<!-- Device-Version-Begin -->
## Version
<!-- Device-Version-Applicability-Begin -->
| Scope | Editions | Applicable OS |
|:--|:--|:--|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :heavy_check_mark: Pro <br> :heavy_check_mark: Enterprise <br> :heavy_check_mark: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 2009 [10.0.19042] and later |
<!-- Device-Version-Applicability-End -->
<!-- Device-Version-OmaUri-Begin -->
```Device
./Device/Vendor/MSFT/NetworkQoSPolicy/Version
```
<!-- Device-Version-OmaUri-End -->
<!-- Device-Version-Description-Begin -->
<!-- Description-Source-DDF -->
Version information.
<!-- Device-Version-Description-End -->
<!-- Device-Version-Editable-Begin -->
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
<!-- Device-Version-Editable-End -->
<!-- Device-Version-DFProperties-Begin -->
**Description framework properties**:
| Property name | Property value |
|:--|:--|
| Format | int |
| Access Type | Get |
<!-- Device-Version-DFProperties-End -->
<!-- Device-Version-Examples-Begin -->
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
<!-- Device-Version-Examples-End -->
<!-- Device-Version-End -->
<!-- NetworkQoSPolicy-CspMoreInfo-Begin -->
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
<!-- NetworkQoSPolicy-CspMoreInfo-End -->
<!-- NetworkQoSPolicy-End -->
## Related articles
[Configuration service provider reference](configuration-service-provider-reference.md)

View File

@ -1,285 +1,273 @@
---
title: NetworkQoSPolicy DDF
description: View the OMA DM device description framework (DDF) for the NetworkQoSPolicy configuration service provider. DDF files are used only with OMA DM provisioning XML.
ms.reviewer:
title: NetworkQoSPolicy DDF file
description: View the XML file containing the device description framework (DDF) for the NetworkQoSPolicy configuration service provider.
author: vinaypamnani-msft
manager: aaroncz
ms.author: vinpa
ms.topic: article
ms.date: 02/17/2023
ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
author: vinaypamnani-msft
ms.date: 12/05/2017
ms.topic: reference
---
# NetworkQoSPolicy DDF
<!-- Auto-Generated CSP Document -->
This topic shows the OMA DM device description framework (DDF) for the **NetworkQoSPolicy** configuration service provider. DDF files are used only with OMA DM provisioning XML.
# NetworkQoSPolicy DDF file
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-ddf.md).
The XML below is the current version for this CSP.
The following XML file contains the device description framework (DDF) for the NetworkQoSPolicy configuration service provider.
```xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
<VerDTD>1.2</VerDTD>
<MSFT:Diagnostics>
</MSFT:Diagnostics>
<Node>
<NodeName>NetworkQoSPolicy</NodeName>
<Path>./Device/Vendor/MSFT</Path>
<DFProperties>
<AccessType>
<Get />
</AccessType>
<Description>The NetworkQoSPolicy configuration service provider creates network Quality of Service (QoS) policies. A QoS policy performs a set of actions on network traffic based on a set of matching conditions. This CSP was added in Windows 10, version 1703. This CSP is supported only in Microsoft Surface Hub prior to Window 10, version 2004.</Description>
<DFFormat>
<node />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Permanent />
</Scope>
<DFType>
<MIME />
</DFType>
<MSFT:Applicability>
<MSFT:OsBuildVersion>10.0.19042</MSFT:OsBuildVersion>
<MSFT:CspVersion>1.0</MSFT:CspVersion>
<MSFT:EditionAllowList>0x4;0x1B;0x30;0x31;0x48;0x54;0x62;0x63;0x64;0x65;0x77;0x79;0x7A;0x7D;0x7E;0x81;0x82;0x88;0x8A;0x8B;0xA1;0xA2;0xA4;0xA5;0xAB;0xAC;0xAF;0xB4;0xBC;0xBF;0xCA;0xCB;0xCD;</MSFT:EditionAllowList>
</MSFT:Applicability>
</DFProperties>
<Node>
<NodeName>Version</NodeName>
<DFProperties>
<AccessType>
<Get />
</AccessType>
<Description>Version information.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Permanent />
</Scope>
<DFTitle>Version</DFTitle>
<DFType>
<MIME />
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>
</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>The value of this node should be a policy name.</Description>
<DFFormat>
<node />
</DFFormat>
<Occurrence>
<ZeroOrMore />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>Name</DFTitle>
<DFType>
<DDFName />
</DFType>
<MSFT:DynamicNodeNaming>
<MSFT:UniqueName>The value of this node should be a policy name.</MSFT:UniqueName>
</MSFT:DynamicNodeNaming>
</DFProperties>
<Node>
<NodeName>NetworkQoSPolicy</NodeName>
<Path>./Device/Vendor/MSFT</Path>
<NodeName>IPProtocolMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<DefaultValue>0</DefaultValue>
<Description>Specifies the IP protocol used to match the network traffic. Valid values are 0: Both TCP and UDP (default), 1: TCP, 2: UDP.</Description>
<DFFormat>
<node />
<int />
</DFFormat>
<Occurrence>
<One />
<ZeroOrOne />
</Occurrence>
<Scope>
<Permanent />
<Dynamic />
</Scope>
<DFTitle>IPProtocolMatchCondition</DFTitle>
<DFType>
<MIME>com.microsoft/1.0/MDM/NetworkQoSPolicy</MIME>
<DDFName></DDFName>
<MIME />
</DFType>
</DFProperties>
<Node>
<NodeName>Version</NodeName>
<DFProperties>
<AccessType>
<Get />
</AccessType>
<Description>Version information.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<One />
</Occurrence>
<Scope>
<Permanent />
</Scope>
<DFTitle>Version</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName></NodeName>
<DFProperties>
<AccessType>
<Get />
<Add />
<Delete />
<Replace />
</AccessType>
<Description>The value of this node should be a policy name.</Description>
<DFFormat>
<node />
</DFFormat>
<Occurrence>
<ZeroOrMore />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>Name</DFTitle>
<DFType>
<DDFName></DDFName>
</DFType>
</DFProperties>
<Node>
<NodeName>PolicyStore</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<Description>The location where the QoS policy is stored.</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>PolicyStore</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>IPProtocolMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<DefaultValue>0</DefaultValue>
<Description>Specifies the IP protocol used to match the network traffic. Valid values are 0: Both TCP and UDP (default), 1: TCP, 2: UDP.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>IPProtocolMatchCondition</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>AppPathNameMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<Description>Specifies the name of an application to be used to match the network traffic, such as application.exe or %ProgramFiles%\application.exe.</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>AppPathNameMatchCondition</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>SourcePortMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<Description>Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number].</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>SourcePortMatchCondition</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>DestinationPortMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<Description>Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number].</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>DestinationPortMatchCondition</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>PriorityValue8021Action</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<Description>The IEEE 802.1p value to apply to matching network traffice. Valid values are 0-7.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>PriorityValue8021Action</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
<Node>
<NodeName>DSCPAction</NodeName>
<DFProperties>
<AccessType>
<Get />
<Replace />
<Add />
<Delete />
</AccessType>
<Description>The differentiated services code point (DSCP) value to apply to matching network traffic. Valid values are 0-63.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>DSCPAction</DFTitle>
<DFType>
<MIME>text/plain</MIME>
</DFType>
</DFProperties>
</Node>
</Node>
</Node>
<Node>
<NodeName>AppPathNameMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>Specifies the name of an application to be used to match the network traffic, such as application.exe or %ProgramFiles%\application.exe.</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>AppPathNameMatchCondition</DFTitle>
<DFType>
<MIME />
</DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties>
</Node>
<Node>
<NodeName>SourcePortMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number].</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>SourcePortMatchCondition</DFTitle>
<DFType>
<MIME />
</DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties>
</Node>
<Node>
<NodeName>DestinationPortMatchCondition</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>Specifies a single port or a range of ports to be used to match the network traffic. Valid values are [first port number]-[last port number] or [port number].</Description>
<DFFormat>
<chr />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>DestinationPortMatchCondition</DFTitle>
<DFType>
<MIME />
</DFType>
<MSFT:AllowedValues ValueType="None">
</MSFT:AllowedValues>
</DFProperties>
</Node>
<Node>
<NodeName>PriorityValue8021Action</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>The IEEE 802.1p value to apply to matching network traffice. Valid values are 0-7.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>PriorityValue8021Action</DFTitle>
<DFType>
<MIME />
</DFType>
<MSFT:AllowedValues ValueType="Range">
<MSFT:Value>[0-7]</MSFT:Value>
</MSFT:AllowedValues>
</DFProperties>
</Node>
<Node>
<NodeName>DSCPAction</NodeName>
<DFProperties>
<AccessType>
<Add />
<Delete />
<Get />
<Replace />
</AccessType>
<Description>The differentiated services code point (DSCP) value to apply to matching network traffic. Valid values are 0-63.</Description>
<DFFormat>
<int />
</DFFormat>
<Occurrence>
<ZeroOrOne />
</Occurrence>
<Scope>
<Dynamic />
</Scope>
<DFTitle>DSCPAction</DFTitle>
<DFType>
<MIME />
</DFType>
<MSFT:AllowedValues ValueType="Range">
<MSFT:Value>[0-63]</MSFT:Value>
</MSFT:AllowedValues>
</DFProperties>
</Node>
</Node>
</Node>
</MgmtTree>
```
 
 
## Related articles
[NetworkQoSPolicy configuration service provider reference](networkqospolicy-csp.md)