Tag not monitored by Microsoft.
Hello there,
The PowerShell Get-ADGroupMember cmdlet is used to list the members of an Active Directory group.
If you’re not sure what the group name is, you can issue the following command to list all Active Directory groups.
Get-ADGroup -filter * | sort name | select name
Get all the Autopilot profiles available in your Intune tenant, and display them in JSON format:
Get-AutopilotProfile | ConvertTo-AutopilotConfigurationJSON
------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept it as an answer–