How to create a dynamic azure active directory or active directory security group based on registry key
We have the following groups:
O365Apps-MonthlyUpdateChannel
O365Apps-SemiAnnualUpdateChannel
O365Apps-CurrentUpdateChannel
Each group will be populated based on the contents following registry key :
Monthly
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration]
“UpdateChannel” = “[http://officecdn.microsoft.com/pr/55336b82-a18d-4dd6-b5f6-9e5095c314a6]”
Semi-Annual
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration]
“UpdateChannel” =”[http://officecdn.microsoft.com/pr/b8f9b850-328d-4355-9145-c59439a0c4cf]”
Current
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun\Configuration]
“UpdateChannel“=” [http://officecdn.microsoft.com/pr/492350f6-3a01-4f97-b9c0-c7c6ddf67d60]”
Is there an easy way to make these groups Dynamic in AAD?
Thanks
Read more here: Source link
