-
Notifications
You must be signed in to change notification settings - Fork 796
Closed as not planned
Closed as not planned
Copy link
Labels
#g-mdmMDM product groupMDM product group:productProduct Design department (shows up on 🦢 Drafting board)Product Design department (shows up on 🦢 Drafting board)bugSomething isn't working as documentedSomething isn't working as documentedcustomer-easterwood
Description
Fleet version: 4.81.0 | 4.81.1
Web browser and operating system: Windows 11 25H2 - Professional
💥 Actual behavior
When deploying a configuration profile for Windows to set DevicePasswordEnabled and MaxInactivityTimeDeviceLock, the profile remains stuck in a verifying state. Even after settings are applied as expected.
<Replace>
<!-- Enable device password (0 = Enabled) -->
<Item>
<Meta>
<Format xmlns="syncml:metinf">int</Format>
</Meta>
<Target>
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/DevicePasswordEnabled</LocURI>
</Target>
<Data>0</Data>
</Item>
<!-- Lock after 5 minutes of inactivity (value is in MINUTES) -->
<Item>
<Meta>
<Format xmlns="syncml:metinf">int</Format>
</Meta>
<Target>
<LocURI>./Device/Vendor/MSFT/Policy/Config/DeviceLock/MaxInactivityTimeDeviceLock</LocURI>
</Target>
<Data>5</Data>
</Item>
</Replace>
MDM PolicyManager: Set policy int, Policy: (DevicePasswordEnabled), Area: (DeviceLock), EnrollmentID requesting merge: (994C90D3-8B0E-48BE-BB1E-B386CB95682C), Current User: (Device), Int: (0x0), Enrollment Type: (0x0), Scope: (0x0).
MDM PolicyManager: Set policy int, Policy: (MaxInactivityTimeDeviceLock), Area: (DeviceLock), EnrollmentID requesting merge: (994C90D3-8B0E-48BE-BB1E-B386CB95682C), Current User: (Device), Int: (0x5), Enrollment Type: (0x0), Scope: (0x0).
🛠️ To fix
TODO
🧑💻 Steps to reproduce
These steps:
- Have been confirmed to consistently lead to reproduction in multiple Fleet instances.
- Deploy included configuration profile to Windows host
- Check Event Viewer to see that items are merged
- Confirm that value has updated in registry
- Profile remains in verifying state
🕯️ More info (optional)
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
#g-mdmMDM product groupMDM product group:productProduct Design department (shows up on 🦢 Drafting board)Product Design department (shows up on 🦢 Drafting board)bugSomething isn't working as documentedSomething isn't working as documentedcustomer-easterwood
Type
Projects
Status
Done