microsoftgraph / microsoftgraph/entra-powershell
Users expect Entra PowerShell to be more usable than Graph PowerShell commands
Open
@KenitoInc is already working on this.
Since Aug 7, 2025.
enhancement
P0
Triaged
- Dominant language
- PowerShell
- Stars
- 213
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.