- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2023 07:25 PM
Hi, Greetings,
We want to extract the MDM policy installed in our BYOD Work Profile device (without ADB way). We are using INTUNE as our MDM. any way we can view and export the installed security policy logs from my device ?.
Regards,
Govi
Solved! Go to Solution.
- Labels:
-
Management
-
Security
-
Work Profile
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 02:49 AM
Hey @govi ,
I've conducted some research on your query, and here is the guidance I've been provided
There is no such option to extract policies from a device, but if you have access to the Intune console I would recommend reviewing the policy configuration and creating a new one based on it.Also please check the Intune documentation to find a way to export a configuration policy for Android, from my end I could not find such an option either in the console nor in the documentation.
If you want to review the policies in the logs you will need to extract the device logs via adb or check your OEM documentation for alternatives provided by the manufacturer, then look for this line “DUMP OF SERVICE device_policy:” and below you will see the applied policies in your device. Policies listed under user 0 are applied in the personal space and policies listed under user 10 are applied in the work profile.
Thanks Govi, please reach out if you need further support with this.
- Reece.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 02:49 AM
Hey @govi ,
I've conducted some research on your query, and here is the guidance I've been provided
There is no such option to extract policies from a device, but if you have access to the Intune console I would recommend reviewing the policy configuration and creating a new one based on it.Also please check the Intune documentation to find a way to export a configuration policy for Android, from my end I could not find such an option either in the console nor in the documentation.
If you want to review the policies in the logs you will need to extract the device logs via adb or check your OEM documentation for alternatives provided by the manufacturer, then look for this line “DUMP OF SERVICE device_policy:” and below you will see the applied policies in your device. Policies listed under user 0 are applied in the personal space and policies listed under user 10 are applied in the work profile.
Thanks Govi, please reach out if you need further support with this.
- Reece.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 02:15 AM
thanks a lot for your response. I followed the ADB path to extract the policy and view the details. is there any way Android Device Policy client can help to view the currently applied in work profile ?. if so for troubleshooting we can deploy the Android DPC and see the current status.