Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexandair opened this issue Sep 26, 2024 · 1 comment
Labels

Comments

@alexandair
Copy link
Collaborator

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
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants