IAMinerva
HomeBlogAbout
m3M365 NewscoMicrosoft CopilotteMicrosoft TeamsshSharePoint & OneDriveinIntune & SecurityexExchange & OutlookpoPower PlatformazAzure & Entra IDtuTutorials & GuidesevEvents & ConferencesseSecuritywiWindows
IAMinerva

Professional blog dedicated to the Microsoft 365 ecosystem.

Quick links

HomeBlogAboutNewsletter

Stay informed

Get the latest Microsoft 365 news delivered straight to your inbox.

© 2026 IAMinerva. All rights reserved.

Built withNext.js&Tailwind
Réseau représenté par des cercles connectés et une horloge sur fond noir.
BlogIntune & SecurityIntune EPM: Network Configuration and Time Synchronization
Intune & Security#Intune#EPM#Network Configuration

Intune EPM: Network Configuration and Time Synchronization

Explore the new EPM features in Microsoft Intune enabling secure management of network settings and time synchronization. Discover how to configure the rules.

Houssem MAKHLOUF
June 26, 2026
4 min read

TL;DR par Minerva

généré par IA

Explore the new EPM features in Microsoft Intune enabling secure management of network settings and time synchronization. Discover how to configure the rules.

Introduction

Endpoint Privilege Management (EPM) is a powerful tool integrated into Microsoft Intune allowing administrators to delegate certain actions to users without granting them super-administrator rights. Until now, this worked well for elevation scenarios involving files such as executables, scripts, or installers.

However, many Windows system parameters, including network configuration settings or time synchronization settings, could not be managed through this elevation mode. With recent developments detected in EPM components, Microsoft appears to be addressing this gap. Let's explore these new features in detail.

EPM Updates: System Settings Elevation

When inspecting EPM-related files in a test environment, several intriguing constants appeared in the EPM agent folder:

  • EnableNetworkSettings
  • EnableTimeSync
  • EnableElevationRuleSystemSettingsEnrichment

These parameters suggest that Microsoft is working on specific scenarios related to network settings and time synchronization.

Additional Context in Rules

Unlike classic EPM rules that primarily rely on files or scripts, system settings require additional context, such as understanding what specific action the user is attempting to perform on Windows. This rule enrichment allows targeting system actions without requiring global elevation, thereby strengthening security.

i

Good to Know

The new parameters offered by EPM enrich workflows without compromising the security framework. Granular administration becomes more intuitive.

EpmElevate.exe: The System Settings Assistance Tool

A new crucial executable file was discovered in the EPM agent directory:

PLAINTEXT
1C:\Program Files\Microsoft EPM Agent\EPMService\EpmElevate.exe

EpmElevate.exe in the EPMService directory

Available Windows and Commands

The binary structure shows that it handles three types of windows:

  • NetworkSettings.MainWindow: Responsible for network configuration.
  • TimeSync.MainWindow: Manages time synchronization.
  • CombinedSettings.CombinedSettingsWindow: Combines the functions of the two previous modules.

Command-line parameters allow selecting these experiences:

>_Bash
1EpmElevate.exe -SystemSettings NetworkSettings
2EpmElevate.exe -SystemSettings TimeSync
3EpmElevate.exe -SystemSettings NetworkSettings TimeSync

The latter command opens the combined window titled: Endpoint Privilege Management – System Settings.

EPM combined window

Claims Validation

Direct execution of the EpmElevate.exe file, without launching it via EPM, causes an access denied error. The file performs claims verification before starting any action.

Here are the main required claims:

  • MEMEPM_RULE_ID
  • MEMEPM_POLICY_ID
  • MEMEPM_INITIATING_PROCESS

The EPM agent must obligatorily launch the process with valid tokens and contexts, preventing any manual workaround.

!

Warning

Direct manipulations of EpmElevate.exe without context approved by EPM do not allow modifying settings. Any elevation must follow the policies configured in Intune.

Configuring a System Rule via Intune

To take advantage of these new features, you will need to configure rules in Intune that authorize specific scenarios such as network settings or time synchronization.

1

Access Microsoft Intune

Sign in to the Microsoft Endpoint Manager Admin Center portal.

2

Configure an EPM Rule

Add a new EPM rule in Intune. Include authorized actions such as NetworkSettings and TimeSync. Make sure to assign these rules to users or groups.

3

Test the Features

Verify the configured rules by simulating a user action on a target device. Observe the logs generated by the EPM agent to confirm the application of the rules.

Example Intune rule for EPM

Network Settings: A Dedicated User Interface

The NetworkSettings.MainWindow window directly manages configurations related to selected network adapters.

EPM network setting

Once an adapter is selected, here is the type of interface offered:

Network adapter interface

Time Synchronization: Focus on NTP

The TimeSync.MainWindow module allows configuring NTP (Network Time Protocol) servers for precise synchronization without manual clock modification.

NTP Configuration in EPM

What's Still Missing

Although the infrastructure appears to be in place, the final user experience will likely depend on the Company Portal application. A panel in Company Portal could facilitate access to settings without having to manually manipulate command arguments or executables.

This could still be under development or hidden by Microsoft's flighting system.

Conclusion

Microsoft appears to be steering EPM toward a more granular and secure model for managing Windows settings. The first examples around network configurations and time synchronization are promising and show the intention to administer specific actions without compromising overall security.

✦

Tip

Anticipate upcoming developments by monitoring Intune and Company Portal updates. These improvements will enable even more efficient management of user privileges.

Share:
HM

Houssem MAKHLOUF

Microsoft 365 enthusiast & IT professional.

Previous article

Windows 11 Updates from July 14: Essential New Features

Jun 26, 2026
Next article

Deploy a vLLM server with Hugging Face in one command

Jun 26, 2026

Related articles

Intune : Resoudre l'erreur x-msft-approval-justificationintune

Intune: Resolving the x-msft-approval-justification Error

Fix Intune Multi Admin Approval errors. Technical guide to integrate MAA exclusions and resolve x-msft-approval-justification.

Jun 24, 20264 min
Erreur 0x87D1041C lors de l'installation de Company Portal pendant Autopilotintune

Error 0x87D1041C During Company Portal Installation in Autopilot

Resolve error 0x87D1041C preventing Company Portal installation during Autopilot and discover the technical details behind this issue.

Jun 11, 20263 min
Erreur IT1272653 : Intune Company Portal et fichiers configintune

Error IT1272653: Intune Company Portal and Config Files

Explore in depth the IT1272653 error that blocked apps in Intune, and see how Microsoft resolved this configuration issue.

Apr 14, 20263 min