You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@marko-lisica: User requested this because they want to edit Windows configuration profiles that use <Add> verb (e.g. WiFi profile that first must be added to the host with <Add> and if it's resent or updated it won't work, because if it's already set with <Add> on the host it must be edited with <Replace> verb.
@marko-lisica: In the interim use one configuration profile to initially <Add> setting to the hosts that don't have it already, and use another profile to edit setting with <Replace> verb. This is a complex workflow to enforce WiFi settings, where a user needs to find which hosts already have settings applied so they can use or accordingly. They might create a label for this (write a query to find a hosts that already have WiFI setting applied).
@marko-lisica: Eventually We could build feature to recognize if host has a setting applied and use appropriate verb (<Add> or <Replace>. MDM protocol returns status code 418 when setting is already applied, so that could be a signal to replace verb to <Replace> automatically by Fleet.
<Add>
verb (e.g. WiFi profile that first must be added to the host with<Add>
and if it's resent or updated it won't work, because if it's already set with<Add>
on the host it must be edited with<Replace>
verb.<Add>
setting to the hosts that don't have it already, and use another profile to edit setting with<Replace>
verb. This is a complex workflow to enforce WiFi settings, where a user needs to find which hosts already have settings applied so they can use or accordingly. They might create a label for this (write a query to find a hosts that already have WiFI setting applied).<Add>
or<Replace>
. MDM protocol returns status code418
when setting is already applied, so that could be a signal to replace verb to<Replace>
automatically by Fleet.User stories
The text was updated successfully, but these errors were encountered: