Microsoft Intune · Endpoint Privilege Management

Give Okaki users the install they need—not local admin.

Choose the right elevation path for each installer, script, and support request. Start with a controlled rule, keep the user standard, and retain an audit trail.

Five elevation choices

The “best” option depends on frequency, trust, urgency, and whether the app needs the signed-in user’s profile.

Controlled default

User confirmed

A matched file elevates after the user confirms. You may require Windows authentication, a business justification, or both.

  • Known application
  • Interactive user flow
  • Virtual account isolation
Best forRepeat installs and admin tools with a trusted rule.
Exception queue

Support approved

The user submits a request; an authorized administrator approves or denies it before elevation.

  • Unknown or rare file
  • Human review
  • Time-sensitive support
Best forLow-volume exceptions that should not become standing rules.
Silent

Automatic

A tightly identified file elevates without a prompt. Microsoft recommends using this sparingly.

  • No user interruption
  • Hash required
  • Highest rule precision
Best forTrusted, business-critical tools that must elevate every time.
Compatibility

Current user

Runs elevated under the signed-in identity, preserving profile paths, settings, and environment variables.

  • Credential prompt
  • Broader attack surface
  • Consistent identity
Best forInstallers that fail under EPM’s safer virtual account.
Guardrail

Deny

Blocks a matched file from running elevated. A deny rule wins when conflicting allow rules also apply.

  • Explicit block
  • Reported as denied
  • No child-process setting
Best forKnown risky tools or commands that should never elevate.
Quick decision

Find your starting policy

Answer three questions. This is a rollout recommendation—not a substitute for testing the binary and its child processes.

Is the exact file already known and trusted?
Will users need it repeatedly?
Does it need the signed-in user’s profile?

Rollout sequence

Two policy layers are required: elevation settings enable EPM on the endpoint; elevation rules define what happens to a specific file.

01

License & scope

Confirm your Intune Suite or EPM add-on entitlement, supported Windows devices, and pilot groups.

02

Enable EPM

Create and assign a Windows elevation settings policy. Choose the default elevation response and reporting scope.

03

Define strong rules

Identify files with hash or certificate plus signed properties; add a protected path where practical.

04

Pilot & inspect

Test installer children and updates, review elevation reports, then expand assignment in stages.

Strong rule checklist

  • Use a SHA-256 hash for the strongest single-file match.
  • Pair publisher certificate with signed properties such as product and internal name.
  • Prefer paths standard users cannot modify.
  • Restrict command-line arguments where appropriate.
  • Require separate rules for child processes by default.

Common traps

  • Filename alone is weak; users can rename files.
  • Certificate plus filename may still match more than intended.
  • Allowing all child processes can bypass even explicit deny rules.
  • Automatic elevation turns every matching launch into an elevated launch.
  • “Current user” trades virtual-account isolation for compatibility.

Supported rule file types include .exe, .msi, and .ps1. Rules can be assigned to users or devices; a user-targeted rule takes precedence over a device-targeted rule during elevation.