@Peter Haslow, Thanks for posting in Q&A. For your request, I think this needs to be done via PowerShell script and Graph. My thought is
- Query the members of the group and get their device id.
https://learn.microsoft.com/en-us/graph/api/group-list-members?view=graph-rest-beta&tabs=http
- Then use the above device id to get the device name, Primary user and OS version
https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-get?view=graph-rest-beta
After researching, I didn't find the existing script to do this. You can contact our Premier support to see if they can help on this.
https://learn.microsoft.com/en-us/mem/get-support
Thanks for your understanding and hope the above information can help.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.