Forum Discussion
dgillespie-adf
May 14, 2024Brass Contributor
User not found after removing user from SP groups
First thing I did was list all the SP groups a user was a member of via Powershell by running: Get-SPOUser -Site https://xxxx.sharepoint.com -LoginName email address removed for privacy reasons | S...
KotiReddy
May 15, 2024Brass Contributor
1. Not sure on this part, I am suspecting user does not have permissions any where eg: indivual permissions any where. If user also removed from individual files where direct permissions assigned then this need to raise with MS.
2. There will be no impact to files which are modified , it is a property get stored in file properties.
2. There will be no impact to files which are modified , it is a property get stored in file properties.
dgillespie-adf
May 15, 2024Brass Contributor
Thanks for the reply KotiReddy. Looking more at the Remove-SPOUser cmdlet, the official description states, "Removes a user or a security group from a site collection or a group." This is why I ran it, but I am wondering if it also removes a user from the site collection (at least the way I sent the command)?