microsoftgraph / entra-powershell

Microsoft Entra PowerShell
https://aka.ms/entraps
MIT License
66 stars 17 forks source link

Users expect Entra PowerShell to be more usable than Graph PowerShell commands #1119

Open alexandair opened 1 month ago

alexandair commented 1 month ago

When the default output contains only IDs, we cannot call it very usable:

PS> Get-EntraUserManager -ObjectId diegos@mydomain.onmicrosoft.com

Id                                   DeletedDateTime
--                                   ---------------
cc6166e6-acf1-419b-b06d-f44abb945bde

PS> Get-EntraUserDirectReport -ObjectId diegos@mydomain.onmicrosoft.com

Id                                   DeletedDateTime
--                                   ---------------
b6e6caa6-c697-4a0e-96fd-73bb6cc1a045

PS> Get-EntraUserMembership -ObjectId diegos@mydomain.onmicrosoft.com

Id                                   DeletedDateTime
--                                   ---------------
f6531328-0815-4117-91e1-27bdb8331615
3be1067d-be8a-4715-a397-670306d92dfe
6c2a4c62-3655-47ae-a178-24da2319dd94
SteveMutungi254 commented 1 week ago

@alexandair: Thank you for your feedback! We’ve scheduled comprehensive work to improve this by providing additional properties instead of just GUIDs. This will be completed before the general availability (GA) release.