Setting up and managing device configurations using Intune
Hello,
For Entra joined, Intune managed Windows IoT devices this scenario is common and the recommended approach is to combine a configuration profile with an Intune remediation rather than relying on one alone. Use an Intune Settings Catalog or Administrative Template profile to explicitly enable the Windows NTP client and point it to a reachable and trusted source such as pool.ntp.org or an internal NTP server, because Entra joined devices do not inherit any domain time hierarchy and time.windows.com is often blocked or unreachable in restricted networks. In parallel, use Intune Remediations to enforce the Windows Time service state by detecting whether the W32Time service is stopped or not able to sync and remediating by setting the service startup type to Automatic, restarting it, and triggering a resync using w32tm, which avoids fighting the default Manual TriggerStart behavior on stand alone or IoT systems and keeps devices self healing over time. This pattern is considered best practice for Entra joined endpoints because remediations continuously correct drift or service failures instead of applying a one time script, and it scales cleanly across large fleets. Relevant guidance can be found in the Microsoft Intune Remediations documentation, Windows Time Service configuration documentation, and Intune based NTP configuration examples at https://learn.microsoft.com/en-us/intune/intune-service/fundamentals/remediations, https://learn.microsoft.com/en-us/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings.