Device Management
Manage enrolled devices, view device details, take actions, and monitor compliance status from the devices section.
Device List
The device list shows all enrolled devices with:
- Device Name: User-assigned or auto-generated name
- Status: Online, offline, or compliance state
- Platform: Linux, Windows, or Android
- User: Assigned user
- Last Seen: Last check-in time
- Policy: Applied policy name
Device Details
Click a device to view detailed information:
Overview Tab
- Device ID and enrollment date
- Hardware specifications (CPU, RAM, storage)
- OS version and patch level
- Agent version
- Network information
Compliance Tab
- Compliance status breakdown
- Failed compliance checks
- Required remediation actions
- Compliance history
Applications Tab
- Installed work applications
- App versions
- Managed vs unmanaged apps
Activity Tab
- Recent device events
- Policy sync history
- Work profile starts/stops
Device Actions
| Action | Description |
|---|---|
| Sync Policies | Force immediate policy sync |
| Lock Profile | Lock work profile until unlock |
| Wipe Profile | Remote wipe work profile data only |
| Send Message | Send notification to device |
| Unenroll | Remove device from management |
| Restart Profile | Restart the work profile container |
Wipe Profile: This action removes all work profile data
from the device. Personal data is not affected.
Bulk Actions
Select multiple devices to perform bulk actions:
- Sync policies to all selected
- Assign new policy
- Send message to all
- Export device list
Filtering & Search
Filter devices by:
- Status (online, offline, non-compliant)
- Platform (Linux, Windows, Android)
- Policy
- User or group
- Enrollment date range
Enrollment Tokens
Generate tokens for new device enrollments:
- Click Generate Token
- Select single-use or multi-use
- Choose user/group assignment
- Set expiration (1 hour - 30 days)
- Copy token or QR code
CLI Management
# List devices
zero devices list
# Get device details
zero devices get dev_abc123
# Sync device
zero devices sync dev_abc123
# Wipe work profile
zero devices wipe-profile dev_abc123