almenscorner / IntuneCD

Tool to backup, update and document configurations in Intune
MIT License
277 stars 35 forks source link

[FEATURE] Update group settings #199

Open Manddje opened 4 months ago

Manddje commented 4 months ago

Hi!

First of all thanks for this great tool! Really love it!

I noticed that the EntraID group setting doesnt update when running a IntuneCD-update. I changed some assigned groups to dynamic, when updating through IntuneCD the target groups didnt update to dynamic.

In the report.json the groups do have the dynamicmembership grouptype, also the membershiprule is filled with the right query's,

almenscorner commented 4 months ago

Am I understanding right that you'd want groups configurations to update, like dynamic membership rules when running an update?

Manddje commented 4 months ago

Yes indeed

almenscorner commented 4 months ago

Thinking about where a feature like that would fit in, in my opinion it would be part of the Entra update set rather than Intune. The Intune update is only checking the existence of the group and creates it if needed but it's not keeping track of changes to the group.