-
Notifications
You must be signed in to change notification settings - Fork 326
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
"entra group user" renaming and enchancement #6088
Comments
@pnp/cli-for-microsoft-365-maintainers what is our stance on this? In my opinion, it's not really ideal that we only return users and not groups. |
@milanholemans, @dojcsakj I totally agree. I think it would be a great improvement to show always all members of a group, so users and groups. |
Fully agree that this kind of command should return all the members including the associated groups. Good point @Adam-it, if we do apply this change, the command would be much clearer as |
In that case, shouldn't we move all |
@milanholemans but that would mean we need to add support for subgroups in the other commands as well right? |
Yes, that would mean we have to add support for this to |
yes lets do that.
am I right? |
Looks good to me. |
@milanholemans do you want to take the lead on the related |
If you have time, go ahead creating the issue 😊 |
@milanholemans, do you still have space on your todo list? |
V10 issue has been made, will create other issues to enhance current commands (with group options) soon. |
In the last major release, we've updated |
entra group user list
does not show nested security groups. It shows only member users but does not show member groups.It would be useful to be able to get groups or to get users+groups.
Filtering happens because of the
microsoft.graph.user
part in group-user-list.ts:184:To get groups
microsoft.graph.group
can be used:To get user + groups no
microsoft.graph.*
is needed:Todo:
entra group user ...
commands should be marked as deprecatedęntra group member ...
ęntra group member ...
commands (e.g. add, remove, list, ...)The text was updated successfully, but these errors were encountered: