-
Notifications
You must be signed in to change notification settings - Fork 359
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 #529 - added cmdlet to retrieve list item permissions #1534
Conversation
@KoenZomers - should be more useful now. |
@gautamdsheth I don't believe the permissions property is very useful this way. It was better how it was initially. The PrincipalName property is more useful already. I wonder though if we can make it even better by having a property or some kind of indicator making it clear that its a SharePoint Group or a user? One could check if it starts with i:0#.f, but that feels a bit flaky. Would there be an easy better way you think? |
Much better! Last nag from my side, do you think it would be possible to also add a flag if the permission is inherited from its parent or is unique to the item? That would also be very valuable. After that I stop nagging :) |
Type
Related Issues?
Fixes #529
What is in this Pull Request ?
Added
Get-PnPListItemPermissions
cmdlet to retrieve list item permissions