Listen to this Post
For Android device users managed by Microsoft Intune (MAM), it’s possible to disable the work profile to fully unwind and enjoy personal time. This feature is particularly useful for maintaining a healthy work-life balance. Additionally, Intune offers a Quiet Time feature for all MDM-managed devices, allowing users to mute work notifications outside of business hours.
You Should Know:
1. Disabling Work Profile on Android:
- Navigate to Settings > Accounts > Work Profile.
- Toggle the Work Profile switch to disable it.
- Confirm the action when prompted.
2. Setting Up Quiet Time Policies in Intune:
- Log in to the Microsoft Endpoint Manager admin center.
- Go to Devices > Configuration profiles > Create profile.
- Select Android as the platform and Device restrictions as the profile type.
- Configure the Quiet Time settings under the Work Profile section.
- Assign the policy to the desired user groups and save the configuration.
3. Verifying Quiet Time Policies:
- On the managed device, ensure that notifications are muted during the specified quiet time.
- Check the device logs in Intune to confirm the policy application.
What Undercode Say:
Microsoft Intune provides robust tools for managing work profiles and ensuring a balanced work-life experience for Android users. By leveraging features like disabling the work profile and setting up quiet time policies, users can effectively manage their work notifications and enjoy uninterrupted personal time. These steps not only enhance productivity but also contribute to overall well-being.
Useful Commands and Links:
- Intune Documentation: Quiet Time Policies
- PowerShell Command to Check Intune Policies:
Get-IntuneManagedDevice | Where-Object { $_.OperatingSystem -eq "Android" } | Select-Object DeviceName, ComplianceState - Android ADB Command to Check Work Profile Status:
adb shell dumpsys device_policy
- Windows Command to Sync Intune Policies:
dsregcmd /status
By following these steps and utilizing the provided commands, users can effectively manage their devices and maintain a healthy work-life balance with Microsoft Intune.
References:
Reported By: Liorbela Msintune – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅



