We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Remove-PnPGroupMember fails to remove group that is a member
Group that is a member of SP Group be removed
Error stating "User with id 79 does not exist in this group"
Remove-PnPGroupMember -LoginName "ACLOUDSECURITYGROUP" -Group "ASPGROUP" -Connection $Connection;
Latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reporting an Issue or Missing Feature
Remove-PnPGroupMember fails to remove group that is a member
Expected behavior
Group that is a member of SP Group be removed
Actual behavior
Error stating "User with id 79 does not exist in this group"
Steps to reproduce behavior
Remove-PnPGroupMember -LoginName "ACLOUDSECURITYGROUP" -Group "ASPGROUP" -Connection $Connection;
What is the version of the Cmdlet module you are running?
Latest
Which operating system/environment are you running PnP PowerShell on?
The text was updated successfully, but these errors were encountered: