Forum Discussion
YoyoD
Nov 09, 2023Copper Contributor
Issue with Get-SPOExternalUser powershell command
Hi, I'm trying to get a list of all external users that can access our company sharepoint online. I found several scripts on the net using Get-SPOExternalUser command. It is also explained in d...
ganeshsanap
Jan 31, 2024MVP
Refer below PowerShell scripts to get the external users in SharePoint:
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Stian_Abrahamsen
Jan 31, 2024Copper Contributor
I ended up filtering for a specific user instead of browsing.
Get-SPOExternalUser -filter "UPN"