fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
3.06k stars 425 forks source link

Add button for Lost Mode on iOS/iPadOS #22801

Open harrisonravazzolo opened 1 week ago

harrisonravazzolo commented 1 week ago

customer-pingali: Gong snippet https://us-65885.app.gong.io/call?id=2699116120479648557&highlights=%5B%7B%22type%22%3A%22SHARE%22%2C%22from%22%3A325%2C%22to%22%3A365%7D%5D

noahtalerman commented 4 days ago

Problem

Lost Mode is not natively supported in Fleet. Activating Lost Mode should be accessible through the API with a single command and through the Host actions dropdown.

customer-pingali would like the ability to put an iOS device into Lost Mode through the API, a feature currently only available to MacOS, Windows and Linux.

What have you tried?

You could use fleetctl with the fleetctl mdm run-command flag to pass a .xml/.mobileconfig which I have tested and it does work.

Potential solutions

See previous section ^

What is the expected workflow as a result of your proposal?

Most commercially available MDMs have a way to do this with a simple click in the UI or an API call.

noahtalerman commented 4 days ago

Unrelated to this request, @allenhouchins shared this Slack thread w/ me and it looks like pingali wants iOS/iPadOS support for the DELETE /hosts/:id/mdm endpoint.

@harrisonravazzolo can you please track a separate request for that? Also, if Fleet only supports macOS today can you please open a PR to the API docs?