Forum Discussion
elieuw
Oct 24, 2020Copper Contributor
Intune restart devices based on AAD group
I need to restart 100+ Android Enterprise devices based on membership of a specific AAD group. There doesn't seem to be a filter for this in the Bulk Device Action pane. Am I missing something or do ...
Thijs Lecomte
Bronze Contributor
You can always use the API/Powershell.
You can easily use the Graph API for this: https://docs.microsoft.com/en-us/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0
You can easily use the Graph API for this: https://docs.microsoft.com/en-us/graph/api/intune-devices-manageddevice-rebootnow?view=graph-rest-1.0
elieuw
Oct 27, 2020Copper Contributor
Thijs Lecomte Thanks, will look into that.