← All Binaries

profiles

Profiles on macOS are responsible for managing different types of profiles including configuration, provisioning, bootstraptoken, or enrollment. However, starting from macOS 11.0, this tool cannot be used for installing configuration profiles.

Author: Will Huang (@In0de_16) Created: 2023-05-16

Paths

/usr/bin/profiles

Example Use Cases

Collect system DEP information.

The following command determines whether device is DEP(Device Enrolment Program) enabled and output the DEP information.

sudo profiles show -type enrollment

Remove configuration profiles.

The following command deletes the specified profiles. An optional password used when removing a configuration profile which requires the password removal option.

profiles remove -identifier com.profile.identifier -password <password>

Detections

  • No detections at time of publishing.

Resources