mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 05:13:40 +00:00
Merge branch 'main' of https://github.com/MicrosoftDocs/windows-docs-pr into other-prods-8743531
This commit is contained in:
@ -14,6 +14,9 @@ ms.date: 01/18/2024
|
||||
<!-- DMClient-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
The DMClient configuration service provider (CSP) has more enterprise-specific mobile device management (MDM) configuration settings. These settings identify the device in the enterprise domain, include security mitigation for certificate renewal, and are used for server-triggered enterprise unenrollment.
|
||||
|
||||
> [!NOTE]
|
||||
> The DMClient CSP nodes are intended to be configured by the MDM server to manage device configuration and security features. Custom URI settings for this CSP are not supported for IT admin management scenarios due to the complexity of the settings.
|
||||
<!-- DMClient-Editable-End -->
|
||||
|
||||
<!-- DMClient-Tree-Begin -->
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: MixedReality Policy CSP
|
||||
description: Learn more about the MixedReality Area in Policy CSP.
|
||||
ms.date: 01/31/2024
|
||||
ms.date: 02/20/2024
|
||||
---
|
||||
|
||||
<!-- Auto-Generated CSP Document -->
|
||||
@ -272,6 +272,59 @@ This policy controls if the HoloLens displays will be automatically adjusted for
|
||||
|
||||
<!-- AutomaticDisplayAdjustment-End -->
|
||||
|
||||
<!-- AutoUnlock-Begin -->
|
||||
## AutoUnlock
|
||||
|
||||
<!-- AutoUnlock-Applicability-Begin -->
|
||||
| Scope | Editions | Applicable OS |
|
||||
|:--|:--|:--|
|
||||
| ✅ Device <br> ✅ User | ❌ Pro <br> ❌ Enterprise <br> ❌ Education <br> ❌ Windows SE <br> ❌ IoT Enterprise / IoT Enterprise LTSC | ✅ Windows Insider Preview |
|
||||
<!-- AutoUnlock-Applicability-End -->
|
||||
|
||||
<!-- AutoUnlock-OmaUri-Begin -->
|
||||
```User
|
||||
./User/Vendor/MSFT/Policy/Config/MixedReality/AutoUnlock
|
||||
```
|
||||
|
||||
```Device
|
||||
./Device/Vendor/MSFT/Policy/Config/MixedReality/AutoUnlock
|
||||
```
|
||||
<!-- AutoUnlock-OmaUri-End -->
|
||||
|
||||
<!-- AutoUnlock-Description-Begin -->
|
||||
<!-- Description-Source-DDF -->
|
||||
This policy controls whether a signed-in user will be prompted for credentials when returning to the device after the device has entered suspended state. This policy is available both for the device as well as the user scope. When enabled for the device scope, auto unlock will be enabled for all users on the device. When enabled for the user scope, only the specific user will have auto unlock enabled.
|
||||
<!-- AutoUnlock-Description-End -->
|
||||
|
||||
<!-- AutoUnlock-Editable-Begin -->
|
||||
<!-- Add any additional information about this policy here. Anything outside this section will get overwritten. -->
|
||||
<!-- AutoUnlock-Editable-End -->
|
||||
|
||||
<!-- AutoUnlock-DFProperties-Begin -->
|
||||
**Description framework properties**:
|
||||
|
||||
| Property name | Property value |
|
||||
|:--|:--|
|
||||
| Format | `int` |
|
||||
| Access Type | Add, Delete, Get, Replace |
|
||||
| Default Value | 0 |
|
||||
<!-- AutoUnlock-DFProperties-End -->
|
||||
|
||||
<!-- AutoUnlock-AllowedValues-Begin -->
|
||||
**Allowed values**:
|
||||
|
||||
| Value | Description |
|
||||
|:--|:--|
|
||||
| 0 (Default) | User will be prompted for credentials. |
|
||||
| 1 | User won't be prompted for credentials. |
|
||||
<!-- AutoUnlock-AllowedValues-End -->
|
||||
|
||||
<!-- AutoUnlock-Examples-Begin -->
|
||||
<!-- Add any examples for this policy here. Examples outside this section will get overwritten. -->
|
||||
<!-- AutoUnlock-Examples-End -->
|
||||
|
||||
<!-- AutoUnlock-End -->
|
||||
|
||||
<!-- BrightnessButtonDisabled-Begin -->
|
||||
## BrightnessButtonDisabled
|
||||
|
||||
|
Reference in New Issue
Block a user