Forum Discussion
LeeGee76
Jan 18, 2023Copper Contributor
Using Get-AADGroupMember to show Groups only
Hi everyone, I'm looking for some help please... I've been trying to run some powershell script to get a list of members from an Intune Group, however I want to filter on group members only. ...
somesh_pathak
Jan 22, 2023Iron Contributor
Hi LeeGee76 ,
Use this PowerShell command and it will help you get details of members of the group: (replace the group id)
Get-AzureADGroupMember -ObjectId "1xxxxxx-xxxxxxxxxxxxxxx--dfae68e93ff7"
Best Regards,
Somesh
If you find this helpful and it answers your question, please mark it as an “Accepted Solution”.