mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Add more missing areas, and fixes.
This commit is contained in:
parent
ed08353578
commit
3e364eb30f
File diff suppressed because it is too large
Load Diff
@ -19,6 +19,34 @@ ms.topic: article
|
|||||||
|
|
||||||
<!-- Policy-Editable-Begin -->
|
<!-- Policy-Editable-Begin -->
|
||||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
The Policy configuration service provider enables the enterprise to configure policies on Windows 10 and Windows 11. Use this configuration service provider to configure any company policies.
|
||||||
|
|
||||||
|
The Policy configuration service provider has the following sub-categories:
|
||||||
|
|
||||||
|
- Policy/Config/**AreaName** - Handles the policy configuration request from the server.
|
||||||
|
- Policy/Result/**AreaName** - Provides a read-only path to policies enforced on the device.
|
||||||
|
|
||||||
|
<a href="" id="policy-scope"></a>
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Policy scope is the level at which a policy can be configured. Some policies can only be configured at the device level, meaning the policy will take effect independent of who is logged into the device. Other policies can be configured at the user level, meaning the policy will only take effect for that user.
|
||||||
|
>
|
||||||
|
> The allowed scope of a specific policy is represented below its table of supported Windows editions. To configure a policy under a specific scope (user vs. device), please use the following paths:
|
||||||
|
>
|
||||||
|
> User scope:
|
||||||
|
>
|
||||||
|
> - **./User/Vendor/MSFT/Policy/Config/_AreaName/PolicyName_** to configure the policy.
|
||||||
|
> - **./User/Vendor/MSFT/Policy/Result/_AreaName/PolicyName_** to get the result.
|
||||||
|
>
|
||||||
|
> Device scope:
|
||||||
|
>
|
||||||
|
> - **./Device/Vendor/MSFT/Policy/Config/_AreaName/PolicyName_** to configure the policy.
|
||||||
|
> - **./Device/Vendor/MSFT/Policy/Result/_AreaName/PolicyName_** to get the result.
|
||||||
|
>
|
||||||
|
> For device wide configuration the **_Device/_** portion may be omitted from the path, deeming the following paths respectively equivalent to the paths provided above:
|
||||||
|
>
|
||||||
|
> - **./Vendor/MSFT/Policy/Config/_AreaName/PolicyName_** to configure the policy.
|
||||||
|
> - **./Vendor/MSFT/Policy/Result/_AreaName/PolicyName_** to get the result.
|
||||||
<!-- Policy-Editable-End -->
|
<!-- Policy-Editable-End -->
|
||||||
|
|
||||||
<!-- Policy-Tree-Begin -->
|
<!-- Policy-Tree-Begin -->
|
||||||
@ -149,6 +177,14 @@ Specifies the name/value pair used in the policy. See the individual Area DDFs
|
|||||||
|
|
||||||
<!-- Device-Config-{AreaName}-{PolicyName}-Editable-Begin -->
|
<!-- Device-Config-{AreaName}-{PolicyName}-Editable-Begin -->
|
||||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
The following list shows some tips to help you when configuring policies:
|
||||||
|
|
||||||
|
- Separate substring values by Unicode `0xF000` in the XML file.
|
||||||
|
> [!NOTE]
|
||||||
|
> A query from a different caller could provide a different value as each caller could have different values for a named policy.
|
||||||
|
- In SyncML, wrap this policy with the Atomic command so that the policy settings are treated as a single transaction.
|
||||||
|
- Supported operations are Add, Get, Delete, and Replace.
|
||||||
|
- Value type is string.
|
||||||
<!-- Device-Config-{AreaName}-{PolicyName}-Editable-End -->
|
<!-- Device-Config-{AreaName}-{PolicyName}-Editable-End -->
|
||||||
|
|
||||||
<!-- Device-Config-{AreaName}-{PolicyName}-DFProperties-Begin -->
|
<!-- Device-Config-{AreaName}-{PolicyName}-DFProperties-Begin -->
|
||||||
@ -226,6 +262,10 @@ Allows settings for ADMX files for Win32 and Desktop Bridge apps to be imported
|
|||||||
|
|
||||||
<!-- Device-ConfigOperations-ADMXInstall-Editable-Begin -->
|
<!-- Device-ConfigOperations-ADMXInstall-Editable-Begin -->
|
||||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
For more information about using Policy CSP to configure Win32 and Desktop Bridge app policies, see [Win32 and Desktop Bridge app policy configuration](../win32-and-centennial-app-policy-configuration.md).
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> The OPAX settings that are managed by the Microsoft Office Customization Tool are not supported by MDM. For more information about this tool, see [Office Customization Tool](/previous-versions/office/office-2013-resource-kit/cc179097(v=office.15)).
|
||||||
<!-- Device-ConfigOperations-ADMXInstall-Editable-End -->
|
<!-- Device-ConfigOperations-ADMXInstall-Editable-End -->
|
||||||
|
|
||||||
<!-- Device-ConfigOperations-ADMXInstall-DFProperties-Begin -->
|
<!-- Device-ConfigOperations-ADMXInstall-DFProperties-Begin -->
|
||||||
@ -689,6 +729,14 @@ The area group that can be configured by a single technology for a single provid
|
|||||||
|
|
||||||
<!-- User-Config-{AreaName}-Editable-Begin -->
|
<!-- User-Config-{AreaName}-Editable-Begin -->
|
||||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
The following list shows some tips to help you when configuring policies:
|
||||||
|
|
||||||
|
- Separate substring values by Unicode `0xF000` in the XML file.
|
||||||
|
> [!NOTE]
|
||||||
|
> A query from a different caller could provide a different value as each caller could have different values for a named policy.
|
||||||
|
- In SyncML, wrap this policy with the Atomic command so that the policy settings are treated as a single transaction.
|
||||||
|
- Supported operations are Add, Get, Delete, and Replace.
|
||||||
|
- Value type is string.
|
||||||
<!-- User-Config-{AreaName}-Editable-End -->
|
<!-- User-Config-{AreaName}-Editable-End -->
|
||||||
|
|
||||||
<!-- User-Config-{AreaName}-DFProperties-Begin -->
|
<!-- User-Config-{AreaName}-DFProperties-Begin -->
|
||||||
@ -862,7 +910,7 @@ Specifies the name/value pair used in the policy. See the individual Area DDFs f
|
|||||||
|
|
||||||
<!-- User-Result-{AreaName}-{PolicyName}-End -->
|
<!-- User-Result-{AreaName}-{PolicyName}-End -->
|
||||||
|
|
||||||
## Policy CSPs
|
## Policy Areas
|
||||||
|
|
||||||
- [AboveLock](policy-csp-abovelock.md)
|
- [AboveLock](policy-csp-abovelock.md)
|
||||||
- [Accounts](policy-csp-accounts.md)
|
- [Accounts](policy-csp-accounts.md)
|
||||||
|
107
windows/client-management/mdm/policy-csp-admx-sam.md
Normal file
107
windows/client-management/mdm/policy-csp-admx-sam.md
Normal file
@ -0,0 +1,107 @@
|
|||||||
|
---
|
||||||
|
title: ADMX_sam Policy CSP
|
||||||
|
description: Learn more about the ADMX_sam CSP Policy
|
||||||
|
author: vinaypamnani-msft
|
||||||
|
manager: aaroncz
|
||||||
|
ms.author: vinpa
|
||||||
|
ms.date: 11/01/2022
|
||||||
|
ms.localizationpriority: medium
|
||||||
|
ms.prod: windows-client
|
||||||
|
ms.reviewer:
|
||||||
|
ms.technology: itpro-manage
|
||||||
|
ms.topic: article
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Auto-Generated CSP Document -->
|
||||||
|
|
||||||
|
<!-- ADMX_sam-Begin -->
|
||||||
|
# Policy CSP - ADMX_sam
|
||||||
|
|
||||||
|
<!-- ADMX_sam-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- ADMX_sam-Editable-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-Begin -->
|
||||||
|
## SamNGCKeyROCAValidation
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-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 2004 [10.0.19041.1202] and later <br> :heavy_check_mark: Windows 10, version 2009 [10.0.19042.1202] and later <br> :heavy_check_mark: Windows 10, version 21H1 [10.0.19043.1202] and later <br> :heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later |
|
||||||
|
<!-- SamNGCKeyROCAValidation-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/ADMX_sam/SamNGCKeyROCAValidation
|
||||||
|
```
|
||||||
|
<!-- SamNGCKeyROCAValidation-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-Description-Begin -->
|
||||||
|
This policy setting allows you to configure how domain controllers handle Windows Hello for Business (WHfB) keys that are vulnerable to the "Return of Coppersmith's attack" (ROCA) vulnerability.
|
||||||
|
|
||||||
|
For more information on the ROCA vulnerability, please see:
|
||||||
|
|
||||||
|
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15361
|
||||||
|
|
||||||
|
https://en.wikipedia.org/wiki/ROCA_vulnerability
|
||||||
|
|
||||||
|
If you enable this policy setting the following options are supported:
|
||||||
|
|
||||||
|
Ignore: during authentication the domain controller will not probe any WHfB keys for the ROCA vulnerability.
|
||||||
|
|
||||||
|
Audit: during authentication the domain controller will emit audit events for WHfB keys that are subject to the ROCA vulnerability (authentications will still succeed).
|
||||||
|
|
||||||
|
Block: during authentication the domain controller will block the use of WHfB keys that are subject to the ROCA vulnerability (authentications will fail).
|
||||||
|
|
||||||
|
This setting only takes effect on domain controllers.
|
||||||
|
|
||||||
|
If not configured, domain controllers will default to using their local configuration. The default local configuration is Audit.
|
||||||
|
|
||||||
|
A reboot is not required for changes to this setting to take effect.
|
||||||
|
|
||||||
|
Note: to avoid unexpected disruptions this setting should not be set to Block until appropriate mitigations have been performed, for example patching of vulnerable TPMs.
|
||||||
|
|
||||||
|
More information is available at https://go.microsoft.com/fwlink/?linkid=2116430.
|
||||||
|
<!-- SamNGCKeyROCAValidation-Description-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- SamNGCKeyROCAValidation-Editable-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | chr (string) |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
<!-- SamNGCKeyROCAValidation-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-AdmxBacked-Begin -->
|
||||||
|
**ADMX mapping**:
|
||||||
|
|
||||||
|
| Name | Value |
|
||||||
|
|:--|:--|
|
||||||
|
| Name | SamNGCKeyROCAValidation |
|
||||||
|
| Friendly Name | Configure validation of ROCA-vulnerable WHfB keys during authentication |
|
||||||
|
| Location | Computer Configuration |
|
||||||
|
| Path | System > Security Account Manager |
|
||||||
|
| Registry Key Name | Software\Microsoft\Windows\CurrentVersion\Policies\System\SAM |
|
||||||
|
| ADMX File Name | sam.admx |
|
||||||
|
<!-- SamNGCKeyROCAValidation-AdmxBacked-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- SamNGCKeyROCAValidation-Examples-End -->
|
||||||
|
|
||||||
|
<!-- SamNGCKeyROCAValidation-End -->
|
||||||
|
|
||||||
|
<!-- ADMX_sam-CspMoreInfo-Begin -->
|
||||||
|
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- ADMX_sam-CspMoreInfo-End -->
|
||||||
|
|
||||||
|
<!-- ADMX_sam-End -->
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
[Policy configuration service provider](policy-configuration-service-provider.md)
|
80
windows/client-management/mdm/policy-csp-cloudpc.md
Normal file
80
windows/client-management/mdm/policy-csp-cloudpc.md
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
---
|
||||||
|
title: CloudPC Policy CSP
|
||||||
|
description: Learn more about the CloudPC CSP Policy
|
||||||
|
author: vinaypamnani-msft
|
||||||
|
manager: aaroncz
|
||||||
|
ms.author: vinpa
|
||||||
|
ms.date: 11/01/2022
|
||||||
|
ms.localizationpriority: medium
|
||||||
|
ms.prod: windows-client
|
||||||
|
ms.reviewer:
|
||||||
|
ms.technology: itpro-manage
|
||||||
|
ms.topic: article
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Auto-Generated CSP Document -->
|
||||||
|
|
||||||
|
<!-- CloudPC-Begin -->
|
||||||
|
# Policy CSP - CloudPC
|
||||||
|
|
||||||
|
<!-- CloudPC-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- CloudPC-Editable-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-Begin -->
|
||||||
|
## CloudPCConfiguration
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-Applicability-Begin -->
|
||||||
|
| Scope | Editions | Applicable OS |
|
||||||
|
|:--|:--|:--|
|
||||||
|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :x: Pro <br> :x: Enterprise <br> :x: Education <br> :x: Windows SE | :heavy_check_mark: Windows Insider Preview |
|
||||||
|
<!-- CloudPCConfiguration-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/CloudPC/CloudPCConfiguration
|
||||||
|
```
|
||||||
|
<!-- CloudPCConfiguration-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-Description-Begin -->
|
||||||
|
This policy is used by IT admin to set the configuration mode of cloud PC.
|
||||||
|
<!-- CloudPCConfiguration-Description-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- CloudPCConfiguration-Editable-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | int |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- CloudPCConfiguration-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-AllowedValues-Begin -->
|
||||||
|
**Allowed values**:
|
||||||
|
|
||||||
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Fast Switching Configuration. |
|
||||||
|
| 1 | Boot to cloud PC Configuration. |
|
||||||
|
<!-- CloudPCConfiguration-AllowedValues-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- CloudPCConfiguration-Examples-End -->
|
||||||
|
|
||||||
|
<!-- CloudPCConfiguration-End -->
|
||||||
|
|
||||||
|
<!-- CloudPC-CspMoreInfo-Begin -->
|
||||||
|
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- CloudPC-CspMoreInfo-End -->
|
||||||
|
|
||||||
|
<!-- CloudPC-End -->
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
[Policy configuration service provider](policy-configuration-service-provider.md)
|
80
windows/client-management/mdm/policy-csp-stickers.md
Normal file
80
windows/client-management/mdm/policy-csp-stickers.md
Normal file
@ -0,0 +1,80 @@
|
|||||||
|
---
|
||||||
|
title: Stickers Policy CSP
|
||||||
|
description: Learn more about the Stickers CSP Policy
|
||||||
|
author: vinaypamnani-msft
|
||||||
|
manager: aaroncz
|
||||||
|
ms.author: vinpa
|
||||||
|
ms.date: 11/01/2022
|
||||||
|
ms.localizationpriority: medium
|
||||||
|
ms.prod: windows-client
|
||||||
|
ms.reviewer:
|
||||||
|
ms.technology: itpro-manage
|
||||||
|
ms.topic: article
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Auto-Generated CSP Document -->
|
||||||
|
|
||||||
|
<!-- Stickers-Begin -->
|
||||||
|
# Policy CSP - Stickers
|
||||||
|
|
||||||
|
<!-- Stickers-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- Stickers-Editable-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-Begin -->
|
||||||
|
## EnableStickers
|
||||||
|
|
||||||
|
<!-- EnableStickers-Applicability-Begin -->
|
||||||
|
| Scope | Editions | Applicable OS |
|
||||||
|
|:--|:--|:--|
|
||||||
|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :x: Pro <br> :x: Enterprise <br> :x: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later |
|
||||||
|
<!-- EnableStickers-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/Stickers/EnableStickers
|
||||||
|
```
|
||||||
|
<!-- EnableStickers-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-Description-Begin -->
|
||||||
|
This policy setting allows you to control whether you want to allow stickers to be edited and placed on Desktop
|
||||||
|
<!-- EnableStickers-Description-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- EnableStickers-Editable-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | int |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- EnableStickers-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-AllowedValues-Begin -->
|
||||||
|
**Allowed values**:
|
||||||
|
|
||||||
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Disabled. |
|
||||||
|
| 1 | Enabled. |
|
||||||
|
<!-- EnableStickers-AllowedValues-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- EnableStickers-Examples-End -->
|
||||||
|
|
||||||
|
<!-- EnableStickers-End -->
|
||||||
|
|
||||||
|
<!-- Stickers-CspMoreInfo-Begin -->
|
||||||
|
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- Stickers-CspMoreInfo-End -->
|
||||||
|
|
||||||
|
<!-- Stickers-End -->
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -0,0 +1,81 @@
|
|||||||
|
---
|
||||||
|
title: TenantDefinedTelemetry Policy CSP
|
||||||
|
description: Learn more about the TenantDefinedTelemetry CSP Policy
|
||||||
|
author: vinaypamnani-msft
|
||||||
|
manager: aaroncz
|
||||||
|
ms.author: vinpa
|
||||||
|
ms.date: 11/01/2022
|
||||||
|
ms.localizationpriority: medium
|
||||||
|
ms.prod: windows-client
|
||||||
|
ms.reviewer:
|
||||||
|
ms.technology: itpro-manage
|
||||||
|
ms.topic: article
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Auto-Generated CSP Document -->
|
||||||
|
|
||||||
|
<!-- TenantDefinedTelemetry-Begin -->
|
||||||
|
# Policy CSP - TenantDefinedTelemetry
|
||||||
|
|
||||||
|
<!-- TenantDefinedTelemetry-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- TenantDefinedTelemetry-Editable-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-Begin -->
|
||||||
|
## CustomTelemetryId
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-Applicability-Begin -->
|
||||||
|
| Scope | Editions | Applicable OS |
|
||||||
|
|:--|:--|:--|
|
||||||
|
| :heavy_check_mark: Device <br> :x: User | :x: Home <br> :x: Pro <br> :x: Enterprise <br> :x: Education <br> :heavy_check_mark: Windows SE | :heavy_check_mark: Windows 11, version 22H2 [10.0.22621] and later |
|
||||||
|
<!-- CustomTelemetryId-Applicability-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-OmaUri-Begin -->
|
||||||
|
```Device
|
||||||
|
./Device/Vendor/MSFT/Policy/Config/TenantDefinedTelemetry/CustomTelemetryId
|
||||||
|
```
|
||||||
|
<!-- CustomTelemetryId-OmaUri-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-Description-Begin -->
|
||||||
|
This policy is used to let mission control what type of Edition we are currently in.
|
||||||
|
<!-- CustomTelemetryId-Description-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-Editable-Begin -->
|
||||||
|
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- CustomTelemetryId-Editable-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-DFProperties-Begin -->
|
||||||
|
**Description framework properties**:
|
||||||
|
|
||||||
|
| Property name | Property value |
|
||||||
|
|:--|:--|
|
||||||
|
| Format | int |
|
||||||
|
| Access Type | Add, Delete, Get, Replace |
|
||||||
|
| Default Value | 0 |
|
||||||
|
<!-- CustomTelemetryId-DFProperties-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-AllowedValues-Begin -->
|
||||||
|
**Allowed values**:
|
||||||
|
|
||||||
|
| Value | Description |
|
||||||
|
|:--|:--|
|
||||||
|
| 0 (Default) | Base |
|
||||||
|
| 1 | Education |
|
||||||
|
| 2 | Commercial |
|
||||||
|
<!-- CustomTelemetryId-AllowedValues-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-Examples-Begin -->
|
||||||
|
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||||
|
<!-- CustomTelemetryId-Examples-End -->
|
||||||
|
|
||||||
|
<!-- CustomTelemetryId-End -->
|
||||||
|
|
||||||
|
<!-- TenantDefinedTelemetry-CspMoreInfo-Begin -->
|
||||||
|
<!-- Add any additional information about this CSP here. Anything outside this section will get overwritten. -->
|
||||||
|
<!-- TenantDefinedTelemetry-CspMoreInfo-End -->
|
||||||
|
|
||||||
|
<!-- TenantDefinedTelemetry-End -->
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
[Policy configuration service provider](policy-configuration-service-provider.md)
|
@ -252,6 +252,8 @@ items:
|
|||||||
href: policy-csp-admx-removablestorage.md
|
href: policy-csp-admx-removablestorage.md
|
||||||
- name: ADMX_RPC
|
- name: ADMX_RPC
|
||||||
href: policy-csp-admx-rpc.md
|
href: policy-csp-admx-rpc.md
|
||||||
|
- name: ADMX_sam
|
||||||
|
href: policy-csp-admx-sam.md
|
||||||
- name: ADMX_Scripts
|
- name: ADMX_Scripts
|
||||||
href: policy-csp-admx-scripts.md
|
href: policy-csp-admx-scripts.md
|
||||||
- name: ADMX_sdiageng
|
- name: ADMX_sdiageng
|
||||||
@ -364,6 +366,8 @@ items:
|
|||||||
href: policy-csp-camera.md
|
href: policy-csp-camera.md
|
||||||
- name: Cellular
|
- name: Cellular
|
||||||
href: policy-csp-cellular.md
|
href: policy-csp-cellular.md
|
||||||
|
- name: CloudPC
|
||||||
|
href: policy-csp-cloudpc.md
|
||||||
- name: Connectivity
|
- name: Connectivity
|
||||||
href: policy-csp-connectivity.md
|
href: policy-csp-connectivity.md
|
||||||
- name: ControlPolicyConflict
|
- name: ControlPolicyConflict
|
||||||
@ -500,6 +504,8 @@ items:
|
|||||||
href: policy-csp-speech.md
|
href: policy-csp-speech.md
|
||||||
- name: Start
|
- name: Start
|
||||||
href: policy-csp-start.md
|
href: policy-csp-start.md
|
||||||
|
- name: Stickers
|
||||||
|
href: policy-csp-stickers.md
|
||||||
- name: Storage
|
- name: Storage
|
||||||
href: policy-csp-storage.md
|
href: policy-csp-storage.md
|
||||||
- name: System
|
- name: System
|
||||||
@ -510,6 +516,8 @@ items:
|
|||||||
href: policy-csp-taskmanager.md
|
href: policy-csp-taskmanager.md
|
||||||
- name: TaskScheduler
|
- name: TaskScheduler
|
||||||
href: policy-csp-taskscheduler.md
|
href: policy-csp-taskscheduler.md
|
||||||
|
- name: TenantDefinedTelemetry
|
||||||
|
href: policy-csp-tenantdefinedtelemetry.md
|
||||||
- name: TenantRestrictions
|
- name: TenantRestrictions
|
||||||
href: policy-csp-tenantrestrictions.md
|
href: policy-csp-tenantrestrictions.md
|
||||||
- name: TextInput
|
- name: TextInput
|
||||||
|
Loading…
x
Reference in New Issue
Block a user