diff --git a/articles/mdm-commands.md b/articles/mdm-commands.md index 4675e5eeb4..ef0cd6bd82 100644 --- a/articles/mdm-commands.md +++ b/articles/mdm-commands.md @@ -91,6 +91,9 @@ A `.plist` with the `CommandUUID` key / value added will look something like thi ``` +> If you're trying to remove macOS configuration profiles via the `RemoveProfile` command, note that this endpoint (and `fleetctl run mdm command`) sends commands on the device channel only. User-scoped profiles installed via the user channel cannot be removed this way. In Fleet, in **host details > OS settings** profiles will have an icon indicator user-scope-icon when it is user-scoped. + + ### Step 2: Choose a target host Run the `fleetctl get hosts --mdm` command to get a list of hosts that are enrolled in Fleet and have MDM enabled. This may not be practical in Fleet environments with a large number of hosts without using command line tools to parse the output, e.g., diff --git a/website/assets/images/articles/user-scope-icon-16x16@2x.png b/website/assets/images/articles/user-scope-icon-16x16@2x.png new file mode 100644 index 0000000000..2c914eee2b Binary files /dev/null and b/website/assets/images/articles/user-scope-icon-16x16@2x.png differ