Appearance
Intune Daily Management Guide
Overview
Day-to-day Intune operations — enrolling devices, checking compliance, pushing apps and policies, and handling common device issues. All Intune admin work happens in the Intune Admin Center at https://intune.microsoft.com with your @ciriusgroup.com admin account.
For specific investigation procedures see the related runbooks:
- Non-Compliance Investigation — why a device flipped non-compliant
- Orphaned Devices — cleanup of stale device records
- MAM for Personal Phones — BYOD mobile app management
- USB Storage Block — removable storage policy
What We Manage With Intune
| Device Type | Enrollment | Policy |
|---|---|---|
| Corporate Windows laptops | MDM (full enrollment via Autopilot or manual) | Compliance + configuration policies |
| Corporate Windows servers | NOT in Intune — managed via GPO + Azure Policy | — |
| Personal phones (staff) | MAM-only (no device enrollment) | App protection policies via MAM |
| BYOD laptops (contractors) | MDM + device certificate | Compliance policy, stricter than corporate |
Cloud PCs and Azure VMs are not in Intune. Intune scope is physical and contractor endpoints only.
Enrolling a New Device
Windows — Autopilot (Preferred)
Autopilot lets a new device enroll and configure itself without IT touching it.
Prerequisites:
- Device hardware hash registered in Autopilot (done by the vendor if ordered through Microsoft 365 Business hardware program, or manually via PowerShell)
- User has an Intune license (included in M365 Business Premium)
User experience:
- Power on the device → Windows Out-of-Box Experience (OOBE)
- Connect to Wi-Fi
- Sign in with
@ciriusgroup.comaccount - Autopilot detects the device → applies the deployment profile → enrolls in Intune automatically → installs required apps → joins Entra ID
- User lands at a configured desktop — IT never needs to touch the device
Check enrollment in Intune: Intune Admin Center → Devices → Windows → select device → verify Entra join type shows Microsoft Entra joined and Compliance shows Compliant.
Windows — Manual Enrollment
For devices not in Autopilot (existing hardware, rebuilds):
On the device:
- Settings → Accounts → Access work or school → Connect
- Enter
@ciriusgroup.comaccount → follow prompts → select Join this device to Microsoft Entra ID - Sign in → device joins Entra + enrolls in Intune simultaneously
- Compliance policies apply within ~30 minutes
- Required apps deploy within 1 hour
Verify enrollment: Intune Admin Center → Devices → All devices → search for device name.
Registering an Autopilot Hardware Hash
For a device not automatically registered:
powershell
# Run on the device being registered (requires admin rights)
Install-Script Get-WindowsAutoPilotInfo -Force
Get-WindowsAutoPilotInfo -OutputFile AutopilotHWID.csv
# Upload the CSV in Intune Admin Center:
# Devices → Windows → Windows enrollment → Devices → ImportChecking Device Compliance
Single Device
Intune Admin Center → Devices → All devices → search → click device:
- Overview tab shows compliance state and last check-in time
- Device compliance tab shows each policy and which specific setting failed (if any)
All Non-Compliant Devices
Intune Admin Center → Devices → Monitor → Device compliance
Filter to NonCompliant to see all devices currently failing compliance. This view is useful for weekly hygiene checks.
Compliance Policies in Use
| Policy | Applies To | Key Requirements |
|---|---|---|
| Windows Corporate Compliance | Corporate Windows devices | BitLocker, OS patch level <14 days, Defender active, Secure Boot, TPM 2.0 |
| Windows Contractor Compliance | Contractor BYOD | Same as corporate + stricter password policy |
| iOS/Android MAM | Personal phones | App protection only — no device compliance check |
For details on what each setting requires and how to investigate failures see Non-Compliance Investigation.
Pushing Apps to Devices
Required vs Available Apps
- Required — installs automatically on all devices in the assigned group. User cannot remove it.
- Available — appears in Company Portal; user installs on demand.
- Uninstall — removes the app from assigned devices.
Adding a New App
Intune Admin Center → Apps → All apps → Add
| App Type | When to Use |
|---|---|
| Microsoft Store app | Modern/UWP apps from the store |
| Windows app (Win32) | Traditional .exe/.msi installers |
| Microsoft 365 Apps | Office suite deployment |
| Web app | Shortcut/bookmark pushed as an app |
For a Win32 app (most common for corporate software):
- Package the installer as a
.intunewinfile using the Microsoft Win32 Content Prep Tool - App type: Windows app (Win32)
- Upload the
.intunewinfile - Set install/uninstall commands (e.g.,
setup.exe /quiet /norestart) - Set detection rules (registry key or file existence that confirms install succeeded)
- Assign to the appropriate device group (Required or Available)
Checking App Deployment Status
Intune Admin Center → Apps → All apps → select app → Device install status
Shows each device's install state: installed, failed, pending, not applicable.
For a failed install: click the device row → see the error code. Common error codes:
0x80004005— general failure; check the install command syntax0x87D1041C— app is already installed; check the detection rule
Configuration Profiles
Configuration profiles push Windows settings without requiring Group Policy. Used for things GPO doesn't reach (Entra-joined devices, Azure AD joined only).
Intune Admin Center → Devices → Windows → Configuration profiles
Current profiles in use:
| Profile | What It Configures |
|---|---|
| Windows Security Baseline | Hardened security settings aligned to Microsoft security baseline |
| BitLocker Encryption | Enforces BitLocker with recovery key escrow to Entra |
| Defender Antivirus | Real-time protection settings, exclusions |
| Windows Update | Deferral windows, maintenance schedule, forced restart timing |
| USB Block | Removable storage restriction (see USB Storage Block) |
Adding a New Configuration Profile
- Intune Admin Center → Devices → Windows → Configuration profiles → Create → New policy
- Profile type: Settings catalog (preferred — searchable settings) or Templates (legacy)
- Search for the setting you want to configure
- Assign to a device group
- Changes deploy within ~8 hours or on next device check-in
Device Actions
From any device's detail page in Intune, the ... menu or top action bar gives direct actions:
| Action | When to Use |
|---|---|
| Sync | Force immediate policy check-in (don't wait 8 hours) |
| Restart | Remote restart — useful after policy application |
| Retire | Remove corporate data from device, un-enroll from Intune. Use on offboarding. |
| Wipe | Factory reset. Use only if device is lost/stolen and Retire doesn't work. |
| Collect diagnostics | Download Intune logs from device for troubleshooting |
| Rotate BitLocker keys | Force new recovery key if old one may be compromised |
Retire vs Wipe:
- Retire = selective wipe. Removes corporate apps, configuration, and data. Personal data stays. Use for offboarding or when an employee leaves.
- Wipe = factory reset. Everything gone. Use only for lost/stolen devices where you want to ensure total data removal.
Groups and Assignments
Intune uses Entra security groups for targeting. Policies and apps are assigned to groups, not individual devices.
Current Device Groups
| Group | Members | Used For |
|---|---|---|
IntuneManaged-Corporate | All corporate Windows devices | Core compliance and config policies |
IntuneManaged-Contractor | Contractor BYOD devices | Stricter compliance policy |
IntuneManaged-All | Union of above | App assignments targeting everyone |
Groups are dynamic in Entra — membership is based on device attributes set during enrollment (e.g., deviceOwnership eq Corporate).
Adding a Device to a Different Group
If a device is in the wrong group (wrong compliance policy applying):
- Entra Admin Center → Groups → select group → Members
- Add or remove the device object
- Intune picks up the group change within ~15 minutes
Common Issues
Device Shows "Not Evaluated" Compliance
The device enrolled recently but the compliance policy hasn't run yet. Wait 30 minutes and sync the device (Intune → device → Sync). If still not evaluated after 1 hour, check that the compliance policy is assigned to a group the device is in.
App Won't Install (Stuck "Pending")
- Intune → app → Device install status → click the failing device
- Check the error code
- Force a sync: Intune → device → Sync
- If still pending: Collect diagnostics and look in the
AgentExecutor.logandIntuneManagementExtension.logfor the actual failure reason
Device Enrolled But Policies Not Applying
Intune policies push over the Intune Management Extension (IME). Verify IME is running:
On the device:
powershell
Get-Service -Name IntuneManagementExtension
# Should be Running; if not:
Start-Service -Name IntuneManagementExtensionLog location on device: C:\ProgramData\Microsoft\IntuneManagementExtension\Logs\
User Can't Access Resources (Conditional Access Blocking)
The Conditional Access policy Require compliant device blocks non-compliant devices from M365 resources. If a user is blocked:
- Intune → find their device → check compliance state
- Fix the compliance failure (see Non-Compliance Investigation)
- Sync the device to pick up the fix immediately
- Compliance status updates to Entra within ~15 minutes of the device reporting compliant
Weekly Hygiene Tasks
Review these weekly to keep Intune clean:
- Non-compliant devices — Intune → Monitor → Device compliance → filter NonCompliant. Any device non-compliant for >48 hours without an open investigation ticket needs attention.
- Stale devices — see Orphaned Devices Runbook. Devices not checking in for >30 days should be reviewed and retired.
- Failed app deployments — Intune → Apps → select an app → Device install status → filter Failed. Persistent failures on a device usually indicate a software conflict.
Related Documents
- Non-Compliance Investigation — why a device is failing compliance
- Orphaned Devices — stale device cleanup
- MAM for Personal Phones — BYOD phone management
- USB Storage Block — removable storage policy details
- Entra Identity Operations — group management (Intune uses Entra groups)
- IT Engineer Onboarding — device setup for new hires
Document History
| Date | Change | Author |
|---|---|---|
| May 2026 | Initial draft — enrollment (Autopilot + manual), compliance checking, app deployment, configuration profiles, device actions, group assignments, troubleshooting, weekly hygiene. | Rory |