Forum Discussion
skipster311-175
Apr 07, 2022Brass Contributor
Remove all shared links for one user Onedrive
Hello How can i remove all shared links in a users onedrive ? The user has hundreds of folders that he has shared, and i need to remove the share. How can i do this using poweshell? Again i dont ...
- Apr 07, 2022Sure, you can use the Graph API for that. I have a sample script here: https://www.michev.info/Blog/Post/3018/remove-sharing-permissions-on-all-files-in-users-onedrive-for-business
VasilMichev
Apr 07, 2022MVP
Sure, you can use the Graph API for that. I have a sample script here: https://www.michev.info/Blog/Post/3018/remove-sharing-permissions-on-all-files-in-users-onedrive-for-business
- skipster311-175Apr 07, 2022Brass ContributorWorked perfectly. Thanks!