-
Notifications
You must be signed in to change notification settings - Fork 223
Remove-MgBetaUserDriveRootPermission not working #3501
Copy link
Copy link
Closed
Labels
no-recent-activitystatus:needs-more-informationAn issue that requires additional information from issue authorAn issue that requires additional information from issue authorstatus:waiting-for-author-feedbackIssue that we've responded but needs author feedback to closeIssue that we've responded but needs author feedback to closetype:bugA broken experienceA broken experience
Metadata
Metadata
Assignees
Labels
no-recent-activitystatus:needs-more-informationAn issue that requires additional information from issue authorAn issue that requires additional information from issue authorstatus:waiting-for-author-feedbackIssue that we've responded but needs author feedback to closeIssue that we've responded but needs author feedback to closetype:bugA broken experienceA broken experience
Describe the bug
When I use Remove-MgUserDriveRootPermission works whitout errors but nothing happen in target drive.
When I use Remove-MgBetaUserDriveRootPermission the command never end.
Expected behavior
Remove permission for given drive
How to reproduce
SDK Version
2.34.0
Latest version known to work for scenario above?
No response
Known Workarounds
this works!
Connect-SPOService -Url 'https://-admin.sharepoint.com/'
PS C:\Users\pplanaguma> Set-SPOUser -Site 'https://-my.sharepoint.com/personal/' -LoginName -IsSiteCollectionAdmin $false
Debug output
Click to expand log
```