microsoftgraph / microsoftgraph/entra-powershell
Add "Find-EntraCommand"
Nobody has claimed this yet.
- Dominant language
- PowerShell
- Stars
- 213
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Describe the feature
It should work the same way as in MgGraph:
(Find-MgGraphCommand -Command 'Get-MgUser').Permissions
Example:
(Find-EntraCommand -Command 'Get-EntraUser').Permissions
How will this feature enhance your project and further the project’s overall goals? Who will benefit from this feature (i.e. all users; the project team)?
It would simplify adoption for users which are not yet keen with the new Permission Model transitioning from Azure AD
Describe alternatives you've considered
See the Option in Point 1 with Mg Graph and I think there is not yet a documentation page available like MgGraph has.
Additional context
Find-EntraPermission does not satisfy enough with Cmdlets
May there is a first draft here: https://github.com/microsoftgraph/entra-powershell/pull/808
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.
Research direction
Start by comparing the requested Find-EntraCommand behavior with the MgGraph example and the existing Find-EntraPermission command. Review the first draft in pull request 808 and identify the relevant command entry points; the work is done when Find-EntraCommand accepts a cmdlet such as Get-EntraUser and exposes its permissions similarly to Find-MgGraphCommand.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100