Microsoft Intune

Unified endpoint management solution

What is Microsoft Intune?

Microsoft Intune is a cloud-based service that focuses on mobile device management (MDM) and mobile application management (MAM). It helps organizations manage the devices and applications that employees use to access company data. Intune is part of the Microsoft Enterprise Mobility + Security suite.

With Intune, organizations can:

Key Capabilities

Device Management (MDM)

Intune allows administrators to configure devices, enforce policies, and protect corporate data. This includes:

Application Management (MAM)

Intune enables administrators to deploy and manage applications, and protect corporate data within those applications, even on unmanaged devices.

Identity and Access Management Integration

Intune works seamlessly with Azure Active Directory (Azure AD) to provide conditional access policies. This ensures that only compliant and authorized users and devices can access corporate resources.

Platform Support

Intune supports a wide range of platforms, including:

How Intune Protects Your Data

Intune employs a layered approach to security:

Getting Started with Intune

To begin using Intune, you typically need an Azure subscription with the appropriate Intune license. The Intune portal, accessible via the Microsoft Endpoint Manager admin center, is where you'll configure and manage your devices and applications.

Example configuration snippet (conceptual):

// Conceptual Intune Policy Setting
{
  "displayName": "Require Device Encryption",
  "settingName": "DeviceEncryptionEnabled",
  "value": true,
  "platform": "iOS"
}
            

Learn More

Explore the following resources for in-depth information on Microsoft Intune: