Not getting actual key-value in the command_results table #119
-
Let's say I install a profile which blocks the screenshot using allowScreenShot as false. The profile is installed on the device successfully and is working as expected. My profile is : PayloadContent allowScreenShot PayloadIdentifier com.miniorange.mdm.restriction_payload_3 PayloadType com.apple.applicationaccess PayloadUUID 53bec1be-ffec-4f88-acbd-b02aee8f04a11 PayloadVersion 1 PayloadDisplayName Restrictions PayloadIdentifier com.miniorange.mdm.conf_profile_3 PayloadType Configuration PayloadUUID 6020206c-12c2-4ada-987a-dd4c560ca73c PayloadVersion 1 `But when I query the device for ProfileList using the cmdr.py tool, I get the list of profiles but it does not mention anything about the allowScreenShot. It contained the Profile Payload though. CommandUUID 3c62d4ab-d296-498a-afaf-1ab89083f49b ProfileList HasRemovalPasscode IsEncrypted IsManaged PayloadContent PayloadIdentifier com.miniorange.mdm.restriction_payload_3 PayloadType com.apple.applicationaccess PayloadUUID 53bec1be-ffec-4f88-acbd-b02aee8f04a11 PayloadVersion 1 PayloadDisplayName Restrictions PayloadIdentifier com.miniorange.mdm.conf_profile_3 PayloadRemovalDisallowed PayloadUUID 6020206c-12c2-4ada-987a-dd4c560ca73c PayloadVersion 1 HasRemovalPasscode IsEncrypted IsManaged PayloadContent PayloadIdentifier com.github.micromdm.scep PayloadType com.apple.security.scep PayloadUUID CB90E976-AD44-4B69-8108-8095E6260978 PayloadVersion 1 PayloadIdentifier com.github.micromdm.nanomdm.mdm PayloadType com.apple.mdm PayloadUUID 96B11019-B54C-49DC-9480-43525834DE7B PayloadVersion 1 PayloadDisplayName Enrollment Profile PayloadIdentifier com.github.micromdm.nanomdm PayloadRemovalDisallowed PayloadUUID F9760DD4-F2D1-4F29-8D2C-48D52DD0A9B3 PayloadVersion 1 Status Acknowledged UDID 00008110-001970203698401EWhat am I missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This is expected. As you can see in the ProfileList response payload Apple devices only return the top-level information on the payloads installed. You do not get the contents (i.e. the 'full' or 'raw' profiles) returned. |
Beta Was this translation helpful? Give feedback.
This is expected. As you can see in the ProfileList response payload Apple devices only return the top-level information on the payloads installed. You do not get the contents (i.e. the 'full' or 'raw' profiles) returned.