3

I am trying to create an Azure AD dynamic device group which contains all devices enrolled by X user 'Associated User'? This user is the Device Enrollment Manager user DEM which allowed me to enroll up to 1K devices.

Sam Erde
  • 3,549

2 Answers2

0

You can't create dynamic group based on the data from Intune, because this data is not populated into AAD. So there is no OOTB way to do this I am affraid. Your only option is to use scheduled PowerShell script which would add/remove devices to some custom group base on Intune attributes.

J-M
  • 2,070
  • 1
  • 13
  • 18
0

To create a Microsoft Intune dynamic device group, you can refer to this docs

SunnySun
  • 241