From 4767b1cead72b08451d5640f1367c33c9ae2a021 Mon Sep 17 00:00:00 2001 From: Lee Yan Date: Fri, 17 May 2024 15:53:59 -0700 Subject: [PATCH 1/3] Update policy-csp-devicelock.md Adding a doc note per comment in bug below to reduce customer calls: https://microsoft.visualstudio.com/OS/_workitems/edit/39320736 DeviceLock/DevicePasswordExpiration is not supported through MDMWinsOverGP. --- windows/client-management/mdm/policy-csp-devicelock.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md index 1dea6a8e0c..02737a3f65 100644 --- a/windows/client-management/mdm/policy-csp-devicelock.md +++ b/windows/client-management/mdm/policy-csp-devicelock.md @@ -431,6 +431,9 @@ Specifies whether device lock is enabled. > - MaxInactivityTimeDeviceLock +[!NOTE] +DevicePasswordExpiration is not supported through MDMWinsOverGP. + **Description framework properties**: From 69d2658ac478b9da45c43cb871da402b9405eeeb Mon Sep 17 00:00:00 2001 From: Aaron Czechowski Date: Tue, 16 Jul 2024 17:48:16 -0700 Subject: [PATCH 2/3] move edit to editable section --- windows/client-management/mdm/policy-csp-devicelock.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md index 02737a3f65..5e224a19a5 100644 --- a/windows/client-management/mdm/policy-csp-devicelock.md +++ b/windows/client-management/mdm/policy-csp-devicelock.md @@ -429,10 +429,11 @@ Specifies whether device lock is enabled. > - DevicePasswordHistory > - MaxDevicePasswordFailedAttempts > - MaxInactivityTimeDeviceLock - [!NOTE] -DevicePasswordExpiration is not supported through MDMWinsOverGP. +> DevicePasswordExpiration isn't supported through MDMWinsOverGP. + + **Description framework properties**: From b3f6573e4eaf4e6ca0d9fe75e573879732968b37 Mon Sep 17 00:00:00 2001 From: Aditi Srivastava <133841950+aditisrivastava07@users.noreply.github.com> Date: Wed, 17 Jul 2024 13:37:04 +0530 Subject: [PATCH 3/3] Fixed markdown for Note --- windows/client-management/mdm/policy-csp-devicelock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-devicelock.md b/windows/client-management/mdm/policy-csp-devicelock.md index 5e224a19a5..fbc47a783d 100644 --- a/windows/client-management/mdm/policy-csp-devicelock.md +++ b/windows/client-management/mdm/policy-csp-devicelock.md @@ -430,7 +430,7 @@ Specifies whether device lock is enabled. > - MaxDevicePasswordFailedAttempts > - MaxInactivityTimeDeviceLock -[!NOTE] +> [!NOTE] > DevicePasswordExpiration isn't supported through MDMWinsOverGP.