This document provides an overview of Fleet's Windows Mobile Device Management (MDM) architecture.
## Introduction
Fleet's Windows MDM architecture is designed to manage Windows devices. This document provides insights into the design decisions, system components, and interactions specific to the Windows MDM functionality.
Windows MDM is based on the OMA Device Management (OMA-DM) protocol and uses SyncML for data exchange. Microsoft has extended the protocol with Windows-specific features and capabilities.
2. Device automatically enrolls with the MDM server.
## Configuration Service Providers (CSPs)
Windows MDM uses Configuration Service Providers (CSPs) to configure and manage devices. CSPs are the interface through which the MDM server can access and modify device settings.
Common CSPs used by Fleet include:
- **Policy CSP**: For configuring device policies.
- **EnterpriseModernAppManagement CSP**: For managing modern applications.
- **DeviceStatus CSP**: For retrieving device status information.
- **WindowsUpdatePolicy CSP**: For configuring Windows Update settings.
- [MDM Product Group Documentation](../../product-groups/mdm/) - Documentation for the MDM product group
- [MDM Development Guides](../../guides/mdm/) - Guides for MDM development
- [Windows MDM Glossary and Protocol](../../product-groups/mdm/windows-mdm-glossary-and-protocol.md) - Glossary of Windows MDM terms and protocol details