Hi,
We are working on implementing Managed Blocking of Macros in Office365.
My task was to to have every user (not computer) have the Macro Security locked to "Disable all macros without notification"

There was also to be an exclusion group for users who would not be controlled by the above lock. For the exclusion group, we wanted if possible for them to be locked instead to "Disable all macros with notification" as that setting allows a user to enable macros on a document by document use
I also had to make this work with Entra or our On Premises Active Directory (to which the Mac's are bound). As there's no linkage yet with Entra I've focused on Active Directory (AD)
I found that the settings for this in the Configuration Profile only work on a "Computer Level" even though they seem to be User settings
My Configuration Profile looks like this:




This works but generally takes a few minutes for the machine to pick up a change in the group from AD
If I try and make a second Config Profile and scope it to that AD group to have the setting locked to "Disable all macros with notification" it doesn't take. I'm thinking because there are two Config Profiles that are scoped to the same key, that neither is used.
Is there a way to do this that anyone can think of? That is, for a select AD group of users we get it locked to "Disable all macros with Notification" and for everyone else we get it locked to "Disable all macros without notification"?