Hi,
I want to list the users of a AAD security group (and later to a .csv file).
If I use the command:
Get-AzureADGroup
-SearchString "Decos Archiefzaken"
| Get-AzureADGroupMember
The result is:
ObjectId
ObjectType--------
----------
46270b5f-ab5c-4306-afdf-8f848b3421df
User
eef39959-96bb-479e-b138-5f9463109577
User
04be2d01-250a-408a-92e6-0aaba51e905d
User
I just want the names of the members, not there objectid’s, like “Mike Jonson” instead of “46270b5f-ab5c-4306-afdf-8f848b3421df”
Is there a way to make that possible?
Thank you in advance,
F. van ‘t Hoff
Systemmanager/developer
Rijksmuseum Amsterdam