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

Feature Request: Overview Assigned AzureAD Roles #296

Closed
freezscholte opened this issue Nov 25, 2021 · 5 comments
Closed

Feature Request: Overview Assigned AzureAD Roles #296

freezscholte opened this issue Nov 25, 2021 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@freezscholte
Copy link

Currently when locking down tenants I use this powershell cmdlet:

Get-MsolRole | %{$role = $_.name; Get-MsolRoleMember -RoleObjectId $_.objectid} | select @{Name="Role"; Expression = {$role}}, DisplayName, EmailAddress

This way I have a nice single pane view of alle the roles assigned to users especially the administrative ones.

I think if you have a button under "Reports" it would be nice you can this way easly see who have certain roles within a tenant.

@github-actions github-actions bot added enhancement New feature or request no-priority labels Nov 25, 2021
@lwhitelock
Copy link
Contributor

There are Graph endpoints for this so it shouldn't be too bad https://docs.microsoft.com/en-us/graph/api/resources/directoryrole?view=graph-rest-1.0

@KelvinTegelaar KelvinTegelaar removed enhancement New feature or request no-priority labels Nov 25, 2021
@lwhitelock
Copy link
Contributor

I would like to work on this please!

@KelvinTegelaar KelvinTegelaar added the enhancement New feature or request label Nov 25, 2021
@github-actions
Copy link

Great! I assigned you (@lwhitelock) to the issue. Have fun working on it!

@github-actions
Copy link

Thank you for creating a feature request! feature requests are prioritized by our direct contributors. Your current priority is set to "No Priority". If you are a sponsor you can request an upgrade of priority, If you want this feature to be integrated you can always do this yourself by checking out our contributions guide at https://kelvintegelaar.github.io/CIPP/GettingStarted/Contributions.html. Contributors to the CIPP project reserve the right to close feature requests at will.

If your feature request is not picked up in 2 week by a contributor it will be closed.

If you'd like this feature request to be assigned to you, please comment "I would like to work on this please!".

lwhitelock added a commit to lwhitelock/CIPP that referenced this issue Nov 30, 2021
lwhitelock added a commit to lwhitelock/CIPP-API that referenced this issue Nov 30, 2021
@KelvinTegelaar
Copy link
Owner

added in dev by @lwhitelock

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

No branches or pull requests

3 participants