Remove-PnPExternalUser scope switch does not appear #2592
Unanswered
subhenduroy91
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the PnP module version 1.12.0 installed. I am trying to use the cmdlet Remove-PnPExternalUser, the parameter/switch 'scope' does not appear when I try to use it.
I want to run the following such that the intended external user is removed from the site collection and not the whole tenant.
Remove-PnPExternalUser -Unique "" -Scope Site -Confirm:$false
Can someone help if I am missing something?
Beta Was this translation helpful? Give feedback.
All reactions