You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
Running
Remove-PNPGroup -Identity [a 100% valid group name] -Force
results in an exception "Object reference not set to an instance of an object".
I validated the name of the group.
Running Get-PNPGroup with the same groupname is working well.
My environment:
I use
Connect-PNPOnline -Url ... ClientId .... -ClientSecret ....
to connect. ClientId and Secret ist valid (working with other commands).
The app is registered with "scope="...../sitecollection" Right="FullControl".
When I connect using my account (-UseWebLogin) the command works well.
The text was updated successfully, but these errors were encountered: